aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pad/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pad/CMakeLists.txt b/src/pad/CMakeLists.txt
index e4aee5b..5e8271b 100644
--- a/src/pad/CMakeLists.txt
+++ b/src/pad/CMakeLists.txt
@@ -13,3 +13,4 @@ endif()
add_library(pad ${src})
target_include_directories(pad PUBLIC ${inc} PRIVATE ${privinc})
+target_link_libraries(pad PUBLIC ${deps})