mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +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)
|