xref: /reactos/sdk/lib/drivers/copysup/CMakeLists.txt (revision 8a978a17)
1add_definitions(-DUNICODE -D_UNICODE)
2
3list(APPEND SOURCE
4    copysup.c)
5
6add_library(copysup ${SOURCE})
7add_dependencies(copysup bugcodes xdk)
8