mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[PSAPI_APITEST]
* Speedup build. svn path=/trunk/; revision=60574
This commit is contained in:
parent
44ec41cd68
commit
241a81c805
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue