mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
4 lines
103 B
CMake
4 lines
103 B
CMake
|
|
add_definitions(-DUNICODE -D_UNICODE)
|
|
file(GLOB_RECURSE SOURCE "*.c")
|
|
add_library(delayimp ${SOURCE})
|