mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
6 lines
138 B
CMake
6 lines
138 B
CMake
|
|
add_definitions(-DUNICODE -D_UNICODE)
|
|
add_library(delayimp delayimp.c)
|
|
add_dependencies(delayimp psdk)
|
|
add_importlibs(delayimp kernel32)
|