[CMAKE]
[reactos.git] / dll / shellext / devcpux / CMakeLists.txt
1
2 set_unicode()
3 set_rc_compiler()
4
5 spec2def(devcpux.dll devcpux.spec)
6
7 add_library(devcpux SHARED processor.c processor.rc ${CMAKE_CURRENT_BINARY_DIR}/devcpux.def)
8
9 set_module_type(devcpux win32dll)
10
11 add_importlibs(devcpux
12 user32
13 powrprof
14 comctl32
15 msvcrt
16 kernel32
17 ntdll)
18
19 add_cd_file(TARGET devcpux DESTINATION reactos/system32 FOR all)