reactos/rostests/winetests/psapi/CMakeLists.txt
Amine Khaldi 2d1542bad0 [PSAPI_WINETEST]
* Fix MSVC build.
* Speedup build.
* Pierre, can you please consult with me before stepping on my toes (with improper syncs) ?

svn path=/trunk/; revision=60471
2013-09-30 08:10:07 +00:00

6 lines
211 B
CMake

add_executable(psapi_winetest psapi_main.c testlist.c)
set_module_type(psapi_winetest win32cui)
add_importlibs(psapi_winetest msvcrt kernel32)
add_cd_file(TARGET psapi_winetest DESTINATION reactos/bin FOR all)