mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
830abcecb9
svn path=/trunk/; revision=73961
5 lines
202 B
CMake
5 lines
202 B
CMake
|
|
add_executable(msacm32_winetest msacm.c testlist.c)
|
|
set_module_type(msacm32_winetest win32cui)
|
|
add_importlibs(msacm32_winetest msacm32 winmm msvcrt kernel32)
|
|
add_rostests_file(TARGET msacm32_winetest)
|