reactos/rostests/winetests/mscms/CMakeLists.txt
Amine Khaldi 575664c6f0 [MSCMS_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60295
2013-09-21 20:44:00 +00:00

6 lines
208 B
CMake

add_executable(mscms_winetest profile.c testlist.c)
set_module_type(mscms_winetest win32cui)
add_importlibs(mscms_winetest msvcrt kernel32)
add_cd_file(TARGET mscms_winetest DESTINATION reactos/bin FOR all)