mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 19:56:38 +00:00
8 lines
188 B
CMake
8 lines
188 B
CMake
add_definitions(-DUNICODE -D_UNICODE)
|
|
|
|
list(APPEND SOURCE
|
|
copysup.c)
|
|
|
|
add_library(copysup ${SOURCE})
|
|
target_link_libraries(copysup PRIVATE pseh)
|
|
add_dependencies(copysup bugcodes xdk)
|