[CMAKE]
[reactos.git] / rostests / winetests / powrprof / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP
5 -D_UNICODE -DUNICODE)
6
7 add_executable(powrprof_winetest pwrprof.c testlist.c)
8 set_module_type(powrprof_winetest win32cui)
9 add_importlibs(powrprof_winetest advapi32 powrprof msvcrt kernel32 ntdll)