diff --git a/lib/dnslib/CMakeLists.txt b/lib/dnslib/CMakeLists.txt index 4893ebfd7c1..f726f758e17 100644 --- a/lib/dnslib/CMakeLists.txt +++ b/lib/dnslib/CMakeLists.txt @@ -23,3 +23,4 @@ list(APPEND SOURCE utf8.c) add_library(dnslib ${SOURCE}) +add_dependencies(dnslib psdk) \ No newline at end of file