From 706d299af4fc8ab0cc12c7a36381f5faba54684e Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 8 Jun 2022 00:16:44 +0200 Subject: pad/CMakeLists.txt: add missing call to target_link_libraries() --- src/pad/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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}) -- cgit v1.2.3