d3ce22ed4de92f9e4a20485de85edb81ea12c96b
[reactos.git] / dll / win32 / powrprof / CMakeLists.txt
1
2 set_unicode()
3
4 add_library(powrprof SHARED powrprof.c powrprof.rc powrprof.def)
5
6 if(NOT MSVC)
7 set_source_files_properties(powrprof.def PROPERTIES EXTERNAL_OBJECT TRUE)
8 endif()
9
10 set_module_type(powrprof win32dll)
11
12 target_link_libraries(powrprof wine)
13
14 add_importlibs(powrprof advapi32 user32 comctl32 kernel32 ntdll)
15
16 add_cab_target(powrprof 1)