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