mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
6 lines
237 B
CMake
6 lines
237 B
CMake
|
|
||
|
add_executable(user32_dynamic_apitest load.c testlist.c)
|
||
|
set_module_type(user32_dynamic_apitest win32cui)
|
||
|
add_importlibs(user32_dynamic_apitest msvcrt kernel32)
|
||
|
add_cd_file(TARGET user32_dynamic_apitest DESTINATION reactos/bin FOR all)
|