We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985ef49 commit 23da2f2Copy full SHA for 23da2f2
modules/CMakeLists.txt
@@ -16,6 +16,12 @@ set(YCM_MODULES AddInstallRPATHSupport.cmake
16
_ycm_install(modules FILES ${YCM_MODULES}
17
DESTINATION "${YCM_INSTALL_MODULE_DIR}/modules")
18
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
25
# Print a warning if we are overriding some module from CMake
26
foreach(_module IN LISTS YCM_MODULES)
27
if(EXISTS "${CMAKE_ROOT}/Modules/${_module}")
0 commit comments