reactos/rostests/apitests/comctl32/CMakeLists.txt

7 lines
267 B
CMake
Raw Normal View History

add_executable(comctl32_apitest button.c testlist.c comctl32_apitest.rc)
target_link_libraries(comctl32_apitest wine)
set_module_type(comctl32_apitest win32cui)
add_importlibs(comctl32_apitest user32 msvcrt kernel32 ntdll)
add_rostests_file(TARGET comctl32_apitest)