mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
7 lines
239 B
Text
7 lines
239 B
Text
|
|
||
|
add_executable(apisets_apitest apisets.c testlist.c)
|
||
|
set_module_type(apisets_apitest win32cui)
|
||
|
target_link_libraries(apisets_apitest apisets)
|
||
|
add_importlibs(apisets_apitest msvcrt kernel32 ntdll)
|
||
|
add_rostests_file(TARGET apisets_apitest)
|