837f0678ffc0c2a09461926edc75004b428017e1
[reactos.git] / rostests / winetests / winmm / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__)
4
5 list(APPEND SOURCE
6 capture.c
7 mci.c
8 mixer.c
9 mmio.c
10 timer.c
11 testlist.c
12 wave.c)
13
14 add_executable(winmm_winetest ${SOURCE})
15 target_link_libraries(winmm_winetest wine dxguid)
16 set_module_type(winmm_winetest win32cui)
17 add_importlibs(winmm_winetest winmm user32 msvcrt kernel32 ntdll)
18 add_cd_file(TARGET winmm_winetest DESTINATION reactos/bin FOR all)
19
20 if(NOT MSVC)
21 add_target_compile_flags(winmm_winetest "-Wno-format")
22 endif()