early-access version 4001

This commit is contained in:
pineappleEA
2023-12-01 01:15:16 +01:00
parent 49f8c57d33
commit f48b734181
8 changed files with 412 additions and 9 deletions

View File

@@ -188,7 +188,7 @@ if (UNIX AND NOT APPLE)
linux/gamemode.h
)
target_link_libraries(common PRIVATE gamemode)
target_link_libraries(common PRIVATE gamemode::headers)
endif()
if(ARCHITECTURE_x86_64)