Browse Source
Merge pull request #12227 from jbeich/gamemode
cmake: unbreak build on FreeBSD by re-enabling gamemode
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
externals/CMakeLists.txt
-
src/common/CMakeLists.txt
|
|
|
@ -193,7 +193,7 @@ if (ANDROID) |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
|
|
|
|
if (CMAKE_SYSTEM_NAME STREQUAL "Linux") |
|
|
|
if (UNIX AND NOT APPLE) |
|
|
|
add_subdirectory(gamemode) |
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
|
|
@ -182,7 +182,7 @@ if(ANDROID) |
|
|
|
) |
|
|
|
endif() |
|
|
|
|
|
|
|
if (CMAKE_SYSTEM_NAME STREQUAL "Linux") |
|
|
|
if (UNIX AND NOT APPLE) |
|
|
|
target_sources(common PRIVATE |
|
|
|
linux/gamemode.cpp |
|
|
|
linux/gamemode.h |
|
|
|
|