mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
61db23d804
* Fix GCC warnings. * Enable -Werror again. * Speedup linking. svn path=/trunk/; revision=60346
5 lines
232 B
CMake
5 lines
232 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_cd_file(TARGET powrprof_apitest DESTINATION reactos/bin FOR all)
|