reactos/rostests/winetests/comcat/CMakeLists.txt

7 lines
270 B
CMake
Raw Normal View History

add_executable(comcat_winetest comcat.c testlist.c)
target_link_libraries(comcat_winetest uuid)
set_module_type(comcat_winetest win32cui)
add_importlibs(comcat_winetest ole32 advapi32 msvcrt kernel32)
add_cd_file(TARGET comcat_winetest DESTINATION reactos/bin FOR all)