summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 2c6fc7657..b58a7073f 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -188,7 +188,7 @@ if (UNIX AND NOT APPLE)
188 linux/gamemode.h 188 linux/gamemode.h
189 ) 189 )
190 190
191 target_link_libraries(common PRIVATE gamemode) 191 target_link_libraries(common PRIVATE gamemode::headers)
192endif() 192endif()
193 193
194if(ARCHITECTURE_x86_64) 194if(ARCHITECTURE_x86_64)