X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fapitests%2Fpowrprof%2FCMakeLists.txt;h=b589609444f78d427c08160edf2a6dfe49c2a292;hp=9ad67a1379bd6388a75dce3765103072968c4df4;hb=61db23d804cf6fcd70fff6597baded3cc50fca59;hpb=55050562c41998a9d76931c365689573ac54ef57 diff --git a/rostests/apitests/powrprof/CMakeLists.txt b/rostests/apitests/powrprof/CMakeLists.txt index 9ad67a1379b..b589609444f 100644 --- a/rostests/apitests/powrprof/CMakeLists.txt +++ b/rostests/apitests/powrprof/CMakeLists.txt @@ -1,9 +1,5 @@ add_executable(powrprof_apitest power.c testlist.c) set_module_type(powrprof_apitest win32cui) -add_importlibs(powrprof_apitest advapi32 powrprof msvcrt kernel32 ntdll) +add_importlibs(powrprof_apitest advapi32 powrprof msvcrt kernel32) add_cd_file(TARGET powrprof_apitest DESTINATION reactos/bin FOR all) - -if(NOT MSVC) - allow_warnings(powrprof_apitest) -endif()