mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
8 lines
144 B
Text
8 lines
144 B
Text
|
add_definitions(-DUNICODE -D_UNICODE)
|
||
|
|
||
|
list(APPEND SOURCE
|
||
|
copysup.c)
|
||
|
|
||
|
add_library(copysup ${SOURCE})
|
||
|
add_dependencies(copysup bugcodes xdk)
|