dc3e0ab8fdc522507af012ce9defc2bead0d6d24
[reactos.git] / rostests / winetests / serialui / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 add_executable(serialui_winetest confdlg.c testlist.c)
7 target_link_libraries(serialui_winetest wine)
8 set_module_type(serialui_winetest win32cui)
9 add_importlibs(serialui_winetest msvcrt kernel32 ntdll)