reactos/rostests/apitests/powrprof/CMakeLists.txt

6 lines
232 B
CMake
Raw Normal View History

add_executable(powrprof_apitest power.c testlist.c)
set_module_type(powrprof_apitest win32cui)
add_importlibs(powrprof_apitest advapi32 powrprof msvcrt kernel32)
add_cd_file(TARGET powrprof_apitest DESTINATION reactos/bin FOR all)