1add_definitions(-DUNICODE -D_UNICODE) 2 3list(APPEND SOURCE 4 copysup.c) 5 6add_library(copysup ${SOURCE}) 7add_dependencies(copysup bugcodes xdk) 8