[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / sdk / lib / delayimp / CMakeLists.txt
diff --git a/reactos/sdk/lib/delayimp/CMakeLists.txt b/reactos/sdk/lib/delayimp/CMakeLists.txt
new file mode 100644 (file)
index 0000000..dadd06e
--- /dev/null
@@ -0,0 +1,4 @@
+
+add_definitions(-DUNICODE -D_UNICODE)
+add_library(delayimp delayimp.c)
+add_dependencies(delayimp psdk)