[WIN32SS] Introduce the NATIVE_REACTX define and disable some Dx calls (#6025)
[reactos.git] / sdk / lib / drivers / copysup / CMakeLists.txt
1 add_definitions(-DUNICODE -D_UNICODE)
2
3 list(APPEND SOURCE
4 copysup.c)
5
6 add_library(copysup ${SOURCE})
7 target_link_libraries(copysup PRIVATE pseh)
8 add_dependencies(copysup bugcodes xdk)