Browse Source

fix: exclude Android from `gamemode` sources in CMakeLists.txt

pull/49/head
Producdevity 8 months ago
parent
commit
3e3e35f558
  1. 2
      src/common/CMakeLists.txt

2
src/common/CMakeLists.txt

@ -196,7 +196,7 @@ if(ANDROID)
) )
endif() endif()
if (UNIX AND NOT APPLE)
if (UNIX AND NOT APPLE AND NOT ANDROID)
target_sources(common PRIVATE target_sources(common PRIVATE
linux/gamemode.cpp linux/gamemode.cpp
linux/gamemode.h linux/gamemode.h

Loading…
Cancel
Save