aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-08 00:16:44 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-08 00:36:23 +0200
commit7a92eb3eb674e54f8450f78ddb5717716bbf3116 (patch)
treec336f4ca0f9c733089477ce8c297272f702b55ef /src
parent0167e527cdb96120c55fe4bdd6bcfb78d5f94f56 (diff)
downloadjancity-7a92eb3eb674e54f8450f78ddb5717716bbf3116.tar.gz
pad/CMakeLists.txt: add missing call to target_link_libraries()
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})