From 30bda5c4b64fb161d74772b437df6b7bf185a434 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 5 Oct 2019 15:53:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMLibCommon.cmake | 4 ++-- CMLibBreathe.cmake => CMLibDocBreathe.cmake | 0 CMLibDoxygen.cmake => CMLibDocDoxygen.cmake | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename CMLibBreathe.cmake => CMLibDocBreathe.cmake (100%) rename CMLibDoxygen.cmake => CMLibDocDoxygen.cmake (100%) 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