[CMAKE]
[reactos.git] / reactos / dll / win32 / powrprof / CMakeLists.txt
1
2 spec2def(powrprof.dll powrprof.spec ADD_IMPORTLIB)
3
4 add_library(powrprof SHARED
5 powrprof.c
6 powrprof.rc
7 ${CMAKE_CURRENT_BINARY_DIR}/powrprof.def)
8
9 set_module_type(powrprof win32dll UNICODE)
10 target_link_libraries(powrprof wine)
11 add_importlibs(powrprof advapi32 user32 comctl32 msvcrt kernel32 ntdll)
12 add_cd_file(TARGET powrprof DESTINATION reactos/system32 FOR all)