From dcee0f7cc59016dfcf45bcfa11e2a305a2b00638 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 8 Jan 2011 13:14:25 +0000 Subject: [PATCH] [CMAKE] - Fix dnslib dependency. svn path=/branches/cmake-bringup/; revision=50323 --- lib/dnslib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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