reactos/rostests/apitests/uxtheme/CMakeLists.txt
Giannis Adamopoulos 61427a2eaf [UXTHEME_APITEST] -Add tests for SetThemeAppProperties.
svn path=/trunk/; revision=75513
2017-08-09 07:14:44 +00:00

15 lines
419 B
CMake

list(APPEND SOURCE
CloseThemeData.c
DrawThemeParentBackground.c
SetWindowTheme.c
SetThemeAppProperties.c
../include/msgtrace.c
testlist.c)
add_executable(uxtheme_apitest ${SOURCE})
target_link_libraries(uxtheme_apitest wine ${PSEH_LIB})
set_module_type(uxtheme_apitest win32cui)
add_importlibs(uxtheme_apitest uxtheme comctl32 user32 msvcrt kernel32)
add_rostests_file(TARGET uxtheme_apitest)