9a674b2b5c17053b789702fb7430f5014284577c
[reactos.git] / dll / cpl / joy / CMakeLists.txt
1
2 set_unicode()
3 set_rc_compiler()
4
5 spec2def(joy.cpl joy.spec)
6
7 add_library(joy SHARED joy.c joy.rc ${CMAKE_CURRENT_BINARY_DIR}/joy.def)
8
9 set_module_type(joy cpl)
10
11 target_link_libraries(joy uuid)
12
13 add_importlibs(joy
14 user32
15 comctl32
16 ole32
17 shell32
18 msvcrt
19 kernel32
20 ntdll)
21
22 add_cd_file(TARGET joy DESTINATION reactos/system32)