diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-24 17:28:38 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-24 17:28:38 +0200 |
| commit | 992e7fb9358a0d0a5d99ba119cf584477bda8d72 (patch) | |
| tree | 1cd753a73b560e60e0de353b9a1b7d0e15b002d6 /src/peripheral/CMakeLists.txt | |
| parent | 5ac01ff845f37fadd1822f99149f1b610f510bba (diff) | |
| download | rts-992e7fb9358a0d0a5d99ba119cf584477bda8d72.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.txt | 2 |
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) |
