mirror of
https://github.com/reactos/reactos.git
synced 2025-07-12 14:14:13 +00:00
4 lines
No EOL
103 B
CMake
4 lines
No EOL
103 B
CMake
|
|
add_definitions(-DUNICODE -D_UNICODE)
|
|
add_library(delayimp delayimp.c)
|
|
add_dependencies(delayimp psdk) |