diff --git a/CMLibCommon.cmake b/CMLibCommon.cmake index 926c71a..04342ab 100644 --- a/CMLibCommon.cmake +++ b/CMLibCommon.cmake @@ -39,8 +39,8 @@ include(CMLibSanitizers) include(cotire) include(CMLibFormatSources) -include(CMLibDoxygen) -include(CMLibBreathe) +include(CMLibDocDoxygen) +include(CMLibDocBreathe) include(CMLibQtTranslation) include(CMLibToday) include(CMLibConfigHPPGenerate) diff --git a/CMLibBreathe.cmake b/CMLibDocBreathe.cmake similarity index 100% rename from CMLibBreathe.cmake rename to CMLibDocBreathe.cmake diff --git a/CMLibDoxygen.cmake b/CMLibDocDoxygen.cmake similarity index 100% rename from CMLibDoxygen.cmake rename to CMLibDocDoxygen.cmake