Sync with trunk (r49303)
[reactos.git] / dll / shellext / devcpux / CMakeLists.txt
1
2 set_unicode()
3
4 spec2def(devcpux ${CMAKE_CURRENT_SOURCE_DIR}/devcpux.spec ${CMAKE_CURRENT_BINARY_DIR}/devcpux.def)
5
6 add_library(devcpux SHARED processor.c processor.rc)
7
8 set_module_type(devcpux win32dll)
9
10 target_link_libraries(devcpux ${CMAKE_CURRENT_BINARY_DIR}/devcpux.def)
11
12 add_importlibs(devcpux
13 user32
14 powrprof
15 comctl32
16 kernel32
17 ntdll)
18
19 add_dependencies(devcpux devcpux_def)
20 add_livecd_target(devcpux reactos/system32)