mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
5 lines
210 B
CMake
5 lines
210 B
CMake
|
|
add_executable(uxtheme_winetest system.c testlist.c)
|
|
set_module_type(uxtheme_winetest win32cui)
|
|
add_importlibs(uxtheme_winetest user32 gdi32 uxtheme msvcrt kernel32)
|
|
add_rostests_file(TARGET uxtheme_winetest)
|