6102bb4bfb43dec0f6c59e9a8a60e0148ec9d6e2
[reactos.git] / modules / rosapps / templates / dialog / CMakeLists.txt
1
2 list(APPEND SOURCE
3 dialog.c
4 memdlg.c
5 page1.c
6 page2.c
7 page3.c
8 trace.c)
9
10 add_executable(template_dialog ${SOURCE} dialog.rc)
11 set_module_type(template_dialog win32cui)
12 if(NOT MSVC)
13 add_target_compile_flags(template_dialog "-Wno-unused-but-set-variable")
14 endif()
15 add_importlibs(template_dialog user32 gdi32 comctl32 msvcrt kernel32 ntdll)
16 add_cd_file(TARGET template_dialog DESTINATION reactos/system32 FOR all)