1 2list(APPEND SOURCE 3 about.c 4 framewnd.c 5 childwnd.c 6 main.c) 7 8add_executable(template_mdi ${SOURCE} mdi.rc) 9set_module_type(template_mdi win32cui) 10add_importlibs(template_mdi advapi32 user32 gdi32 comctl32 msvcrt kernel32 ntdll) 11add_cd_file(TARGET template_mdi DESTINATION reactos/system32 FOR all) 12