mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
6 lines
182 B
CMake
6 lines
182 B
CMake
|
|
add_executable(psapi_apitest psapi.c testlist.c)
|
|
set_module_type(psapi_apitest win32cui)
|
|
add_importlibs(psapi_apitest psapi msvcrt kernel32)
|
|
add_rostests_file(TARGET psapi_apitest)
|