mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
241a81c805
* Speedup build. svn path=/trunk/; revision=60574
9 lines
247 B
CMake
9 lines
247 B
CMake
|
|
list(APPEND SOURCE
|
|
psapi.c
|
|
testlist.c)
|
|
|
|
add_executable(psapi_apitest ${SOURCE})
|
|
set_module_type(psapi_apitest win32cui)
|
|
add_importlibs(psapi_apitest psapi msvcrt kernel32)
|
|
add_cd_file(TARGET psapi_apitest DESTINATION reactos/bin FOR all)
|