[CMAKE]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 21 Sep 2013 12:37:34 +0000 (12:37 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 21 Sep 2013 12:37:34 +0000 (12:37 +0000)
 - addmissing dependecies on psdk

svn path=/trunk/; revision=60266

reactos/lib/sdk/dxguid/CMakeLists.txt

index cb67c52..22cb45e 100644 (file)
@@ -1,3 +1,6 @@
 
 add_library(dxguid dxguid-mingw.c)
 add_library(dx10guid dx10guid.c)
+
+add_dependencies(dxguid psdk)
+add_dependencies(dx10guid psdk)