mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
6443144a2b
- This test is not from Wine! Move to apitests. svn path=/trunk/; revision=56505
13 lines
362 B
CMake
13 lines
362 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_UNICODE -DUNICODE)
|
|
|
|
add_executable(powrprof_apitest power.c testlist.c)
|
|
set_module_type(powrprof_apitest win32cui)
|
|
add_importlibs(powrprof_apitest advapi32 powrprof msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET powrprof_apitest DESTINATION reactos/bin FOR all)
|
|
|
|
if(NOT MSVC)
|
|
allow_warnings(powrprof_apitest)
|
|
endif()
|