[POWRPROF_WINETEST]
[reactos.git] / rostests / apitests / powrprof / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_UNICODE -DUNICODE)
5
6 add_executable(powrprof_apitest power.c testlist.c)
7 set_module_type(powrprof_apitest win32cui)
8 add_importlibs(powrprof_apitest advapi32 powrprof msvcrt kernel32 ntdll)
9 add_cd_file(TARGET powrprof_apitest DESTINATION reactos/bin FOR all)
10
11 if(NOT MSVC)
12 allow_warnings(powrprof_apitest)
13 endif()