[SHIMGVW]
[reactos.git] / rostests / winetests / user32 / CMakeLists.txt
1
2 list(APPEND SOURCE
3 broadcast.c
4 class.c
5 clipboard.c
6 combo.c
7 cursoricon.c
8 dce.c
9 dde.c
10 dialog.c
11 edit.c
12 generated.c
13 input.c
14 listbox.c
15 menu.c
16 monitor.c
17 msg.c
18 resource.c
19 scroll.c
20 static.c
21 sysparams.c
22 text.c
23 uitools.c
24 win.c
25 winstation.c
26 wsprintf.c
27 testlist.c)
28
29 add_executable(user32_winetest ${SOURCE} resource.rc)
30 set_module_type(user32_winetest win32cui)
31 add_importlibs(user32_winetest user32 gdi32 advapi32 msvcrt kernel32)
32 add_cd_file(TARGET user32_winetest DESTINATION reactos/bin FOR all)
33
34 if(NOT MSVC)
35 # FIXME: http://www.cmake.org/Bug/view.php?id=12998
36 #add_target_compile_flags(user32_winetest "-Wno-format")
37 #allow_warnings(user32_winetest)
38 set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-format")
39 endif()