[PSAPI_APITEST]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 7 Oct 2013 12:38:42 +0000 (12:38 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 7 Oct 2013 12:38:42 +0000 (12:38 +0000)
* Speedup build.

svn path=/trunk/; revision=60574

rostests/apitests/psapi/CMakeLists.txt

index 5c92c82..76435b1 100644 (file)
@@ -4,7 +4,6 @@ list(APPEND SOURCE
     testlist.c)
 
 add_executable(psapi_apitest ${SOURCE})
     testlist.c)
 
 add_executable(psapi_apitest ${SOURCE})
-target_link_libraries(psapi_apitest wine)
 set_module_type(psapi_apitest win32cui)
 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)
 add_cd_file(TARGET psapi_apitest DESTINATION reactos/bin FOR all)