mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
a9be1b1122
svn path=/trunk/; revision=71902
5 lines
230 B
CMake
5 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)
|