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