[SKIPLIST]
authorColin Finck <colin@reactos.org>
Wed, 6 Jan 2016 02:31:14 +0000 (02:31 +0000)
committerColin Finck <colin@reactos.org>
Wed, 6 Jan 2016 02:31:14 +0000 (02:31 +0000)
Add a missing dependency to psdk for the skiplist code.
Work in this branch continues as long as Trunk still serves a purpose for the 0.4.0 release.

svn path=/branches/colins-printing-for-freedom/; revision=70502

reactos/lib/skiplist/CMakeLists.txt

index f0867b2..4ceeec8 100644 (file)
@@ -2,6 +2,7 @@
 # The library
 add_definitions(-DSKIPLIST_LEVELS=16)
 add_library(skiplist16 skiplist.c)
+add_dependencies(skiplist16 psdk)
 
 # The Test program
 add_executable(skiplist_test skiplist_test.c)