mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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) |