reactos/rostests/winetests/uxtheme/CMakeLists.txt
Amine Khaldi a9be1b1122 [UXTHEME_WINETEST] Sync with Wine Staging 1.9.14.
svn path=/trunk/; revision=71902
2016-07-12 11:13:34 +00:00

6 lines
230 B
CMake

add_executable(uxtheme_winetest system.c testlist.c)
set_module_type(uxtheme_winetest win32cui)
add_importlibs(uxtheme_winetest uxtheme user32 msvcrt kernel32)
add_cd_file(TARGET uxtheme_winetest DESTINATION reactos/bin FOR all)