reactos/base/applications/notepad/CMakeLists.txt
Amine Khaldi 4f2d0d54b0 * Sync to recent trunk (r52563).
svn path=/branches/GSoC_2011/TcpIpDriver/; revision=52565
2011-07-08 01:50:19 +00:00

16 lines
352 B
CMake

list(APPEND SOURCE
dialog.c
main.c
settings.c
text.c
rsrc.rc)
set_rc_compiler()
add_executable(notepad ${SOURCE})
set_module_type(notepad win32gui)
add_importlibs(notepad user32 gdi32 comctl32 comdlg32 advapi32 shell32 msvcrt kernel32)
add_pch(notepad notepad.h)
add_cd_file(TARGET notepad DESTINATION reactos/system32 FOR all)