mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
241a81c805
* Speedup build. svn path=/trunk/; revision=60574
10 lines
247 B
CMake
10 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)
|