mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
12 lines
312 B
CMake
12 lines
312 B
CMake
|
|
list(APPEND SOURCE
|
|
about.c
|
|
framewnd.c
|
|
childwnd.c
|
|
main.c)
|
|
|
|
add_executable(template_mdi ${SOURCE} mdi.rc)
|
|
set_module_type(template_mdi win32cui)
|
|
add_importlibs(template_mdi advapi32 user32 gdi32 comctl32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET template_mdi DESTINATION reactos/system32 FOR all)
|