[CMAKE]
[reactos.git] / dll / shellext / devcpux / CMakeLists.txt
1
2 set_unicode()
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)
9
10 add_importlibs(devcpux
11 user32
12 powrprof
13 comctl32
14 kernel32
15 ntdll)
16
17 add_cab_target(devcpux 1)