mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
15 lines
419 B
CMake
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)
|