mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
5 lines
138 B
CMake
5 lines
138 B
CMake
|
|
add_definitions(-DUNICODE -D_UNICODE)
|
|
add_library(delayimp delayimp.c)
|
|
add_dependencies(delayimp psdk)
|
|
add_importlibs(delayimp kernel32)
|