mirror of
https://github.com/reactos/reactos.git
synced 2026-05-27 11:24:34 +08: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)
|