Author: akhaldi Date: Mon Oct 7 12:38:42 2013 New Revision: 60574
URL: http://svn.reactos.org/svn/reactos?rev=60574&view=rev Log: [PSAPI_APITEST] * Speedup build.
Modified: trunk/rostests/apitests/psapi/CMakeLists.txt
Modified: trunk/rostests/apitests/psapi/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/psapi/CMakeLists.... ============================================================================== --- trunk/rostests/apitests/psapi/CMakeLists.txt [iso-8859-1] (original) +++ trunk/rostests/apitests/psapi/CMakeLists.txt [iso-8859-1] Mon Oct 7 12:38:42 2013 @@ -4,7 +4,6 @@ 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)