aboutsummaryrefslogtreecommitdiff
path: root/src/peripheral/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-24 17:28:38 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-24 17:28:38 +0200
commit56107cb51647810cad31d835b3e75d016c7a4b01 (patch)
tree3f0341d2564383ac31dc538349a92cdddbdad67f /src/peripheral/CMakeLists.txt
parent435629f40b811c9dc18de4f044ca1aa44e09d134 (diff)
downloadjancity-56107cb51647810cad31d835b3e75d016c7a4b01.tar.gz
peripheral: provide common actions
Whereas some actions are context-specific (e.g.: selecting a player), some are context-independent and can be executed for all screens (e.g.: exiting the game).
Diffstat (limited to 'src/peripheral/CMakeLists.txt')
-rw-r--r--src/peripheral/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/CMakeLists.txt b/src/peripheral/CMakeLists.txt
index 9666a5c..54f5f1b 100644
--- a/src/peripheral/CMakeLists.txt
+++ b/src/peripheral/CMakeLists.txt
@@ -1,3 +1,3 @@
add_library(peripheral "src/peripheral.c")
target_include_directories(peripheral PUBLIC "inc")
-target_link_libraries(peripheral PUBLIC pad mouse keyboard util)
+target_link_libraries(peripheral PUBLIC pad mouse keyboard util PRIVATE gfx)