mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
6 lines
290 B
CMake
6 lines
290 B
CMake
|
|
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 uxtheme comctl32 user32 gdi32 msvcrt kernel32 ntdll)
|
|
add_rostests_file(TARGET comctl32_apitest)
|