mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
5 lines
222 B
CMake
5 lines
222 B
CMake
|
|
add_executable(msvfw32_winetest msvfw.c testlist.c)
|
|
set_module_type(msvfw32_winetest win32cui)
|
|
add_importlibs(msvfw32_winetest msvfw32 msvcrt kernel32)
|
|
add_cd_file(TARGET msvfw32_winetest DESTINATION reactos/bin FOR all)
|