Skip to content

Commit 23da2f2

Browse files
authored
Install YCMEPHelper helper files
1 parent 985ef49 commit 23da2f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ set(YCM_MODULES AddInstallRPATHSupport.cmake
1616
_ycm_install(modules FILES ${YCM_MODULES}
1717
DESTINATION "${YCM_INSTALL_MODULE_DIR}/modules")
1818

19+
set(YCMEPHELPER_FILES YCMEPHelper/RepositoryInfo.txt.in
20+
YCMEPHelper/gitsafeclone.txt.in)
21+
22+
_ycm_install(modules FILES ${YCMEPHELPER_FILES}
23+
DESTINATION "${YCM_INSTALL_MODULE_DIR}/modules/YCMEPHelper")
24+
1925
# Print a warning if we are overriding some module from CMake
2026
foreach(_module IN LISTS YCM_MODULES)
2127
if(EXISTS "${CMAKE_ROOT}/Modules/${_module}")

0 commit comments

Comments
 (0)