[PSAPI_APITEST]

* Speedup build.

svn path=/trunk/; revision=60574
This commit is contained in:
Amine Khaldi 2013-10-07 12:38:42 +00:00
parent 44ec41cd68
commit 241a81c805

View file

@ -4,7 +4,6 @@ list(APPEND SOURCE
testlist.c)
add_executable(psapi_apitest ${SOURCE})
target_link_libraries(psapi_apitest wine)
set_module_type(psapi_apitest win32cui)
add_importlibs(psapi_apitest psapi msvcrt kernel32 ntdll)
add_importlibs(psapi_apitest psapi msvcrt kernel32)
add_cd_file(TARGET psapi_apitest DESTINATION reactos/bin FOR all)