mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
7 lines
144 B
CMake
7 lines
144 B
CMake
add_definitions(-DUNICODE -D_UNICODE)
|
|
|
|
list(APPEND SOURCE
|
|
copysup.c)
|
|
|
|
add_library(copysup ${SOURCE})
|
|
add_dependencies(copysup bugcodes xdk)
|