3087700042dddb7e893559e43a79b436f5e15b80
[reactos.git] / rostests / apitests / comctl32 / CMakeLists.txt
1
2 add_executable(comctl32_apitest button.c testlist.c comctl32_apitest.rc)
3 target_link_libraries(comctl32_apitest wine)
4 set_module_type(comctl32_apitest win32cui)
5 add_importlibs(comctl32_apitest uxtheme comctl32 user32 gdi32 msvcrt kernel32 ntdll)
6 add_rostests_file(TARGET comctl32_apitest)