Minor changes related to library linking

This commit is contained in:
Bram
2020-11-17 14:53:01 +01:00
parent 8c4de48c85
commit 263164b3f6
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@ find_package(Wt REQUIRED COMPONENTS Wt Dbo DboSqlite3 HTTP)
find_package(PAM)
find_package(STB)
pkg_check_modules(GRAPHICSMAGICKXX GraphicsMagick++)
pkg_check_modules(CONFIG++ REQUIRED IMPORTED_TARGET libconfig++)
# WT
if (NOT Wt_FOUND)