diff --git a/base/applications/regedit/CMakeLists.txt b/base/applications/regedit/CMakeLists.txt index fdfe5c4d73b..802acfe549b 100644 --- a/base/applications/regedit/CMakeLists.txt +++ b/base/applications/regedit/CMakeLists.txt @@ -26,4 +26,4 @@ target_link_libraries(regedit uuid) add_importlibs(regedit user32 gdi32 advapi32 ole32 shell32 comctl32 comdlg32 shlwapi msvcrt kernel32 ntdll) add_pch(regedit regedit.h SOURCE) add_cd_file(TARGET regedit DESTINATION reactos FOR all) -#add_subdirectory(clb) +add_subdirectory(clb) diff --git a/base/applications/regedit/clb/CMakeLists.txt b/base/applications/regedit/clb/CMakeLists.txt index ae01afcf05c..87f8ffb7d62 100644 --- a/base/applications/regedit/clb/CMakeLists.txt +++ b/base/applications/regedit/clb/CMakeLists.txt @@ -8,3 +8,4 @@ add_library(clb MODULE set_module_type(clb win32dll UNICODE) add_importlibs(clb user32 comctl32 msvcrt kernel32 ntdll) +add_cd_file(TARGET clb DESTINATION reactos/system32 FOR all)