mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
5 lines
206 B
CMake
5 lines
206 B
CMake
|
|
add_executable(powrprof_apitest power.c testlist.c)
|
|
set_module_type(powrprof_apitest win32cui)
|
|
add_importlibs(powrprof_apitest advapi32 powrprof msvcrt kernel32)
|
|
add_rostests_file(TARGET powrprof_apitest)
|