mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
d269d6ec6d
* Build speedup. svn path=/trunk/; revision=60279
5 lines
222 B
CMake
5 lines
222 B
CMake
|
|
add_executable(msacm32_winetest msacm.c testlist.c)
|
|
set_module_type(msacm32_winetest win32cui)
|
|
add_importlibs(msacm32_winetest msacm32 msvcrt kernel32)
|
|
add_cd_file(TARGET msacm32_winetest DESTINATION reactos/bin FOR all)
|