summaryrefslogtreecommitdiff
path: root/externals/gamemode/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/gamemode/CMakeLists.txt')
-rw-r--r--externals/gamemode/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/gamemode/CMakeLists.txt b/externals/gamemode/CMakeLists.txt
index 3dddc6dbd..eb970023d 100644
--- a/externals/gamemode/CMakeLists.txt
+++ b/externals/gamemode/CMakeLists.txt
@@ -4,4 +4,8 @@
4project(gamemode) 4project(gamemode)
5 5
6add_library(gamemode include/gamemode_client.h) 6add_library(gamemode include/gamemode_client.h)
7
8target_link_libraries(gamemode PRIVATE common)
9
10target_include_directories(gamemode PUBLIC include)
7set_target_properties(gamemode PROPERTIES LINKER_LANGUAGE C) 11set_target_properties(gamemode PROPERTIES LINKER_LANGUAGE C)