[CMAKE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 25 Sep 2010 14:30:47 +0000 (14:30 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 25 Sep 2010 14:30:47 +0000 (14:30 +0000)
- Improve uuid and add psdk dependency.

svn path=/branches/cmake-bringup/; revision=48872

lib/sdk/uuid/CMakeLists.txt

index 19a9efd..ca0b185 100644 (file)
@@ -1,3 +1,3 @@
 
-file(GLOB_RECURSE SOURCE "*.c")
-add_library(uuid ${SOURCE})
+add_library(uuid uuid.c)
+add_dependencies(uuid psdk)