X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fapitests%2Fcomctl32%2FCMakeLists.txt;h=88f45e915278c73890ffe9b5e6b4794b0e331894;hp=b1feac33a4e5915a4fc785e4d12a7017d95aa28f;hb=0cfb73fce3300299ad6e6a85825baea8a8760945;hpb=f71f869a95ba1abce9eec78f58d34ceaa80b98ea diff --git a/rostests/apitests/comctl32/CMakeLists.txt b/rostests/apitests/comctl32/CMakeLists.txt index b1feac33a4e..88f45e91527 100644 --- a/rostests/apitests/comctl32/CMakeLists.txt +++ b/rostests/apitests/comctl32/CMakeLists.txt @@ -1,6 +1,7 @@ -add_executable(comctl32_apitest button.c testlist.c ../include/msgtrace.c comctl32_apitest.rc) +add_executable(comctl32_apitest button.c toolbar.c testlist.c ../include/msgtrace.c comctl32_apitest.rc) target_link_libraries(comctl32_apitest wine) set_module_type(comctl32_apitest win32cui) add_importlibs(comctl32_apitest uxtheme comctl32 user32 gdi32 msvcrt kernel32 ntdll) add_rostests_file(TARGET comctl32_apitest) +add_rostests_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/comctl32v5.manifest")