mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
5 lines
232 B
CMake
5 lines
232 B
CMake
|
|
add_executable(riched32_winetest editor.c testlist.c)
|
|
set_module_type(riched32_winetest win32cui)
|
|
add_importlibs(riched32_winetest ole32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET riched32_winetest DESTINATION reactos/bin FOR all)
|