diff --git a/base/applications/notepad/CMakeLists.txt b/base/applications/notepad/CMakeLists.txt index 1674d83151b..aa1aae6034a 100644 --- a/base/applications/notepad/CMakeLists.txt +++ b/base/applications/notepad/CMakeLists.txt @@ -11,4 +11,5 @@ add_executable(notepad ${SOURCE} rsrc.rc) set_module_type(notepad win32gui UNICODE) add_importlibs(notepad user32 gdi32 comctl32 comdlg32 advapi32 shell32 msvcrt kernel32) add_pch(notepad notepad.h SOURCE) +add_cd_file(TARGET notepad DESTINATION reactos FOR all) add_cd_file(TARGET notepad DESTINATION reactos/system32 FOR all)