diff options
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) |
