From 1d2ed792d8f35e0737943873c03bba2b090bba53 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 May 2019 12:09:09 +0900 Subject: [PATCH] Changed file names to conform to .cmake convention for configuration files. Signed-off-by: Michele Calgaro --- CMakeLists.txt | 2 +- dbus-1-tqt.Doxyfile.in => dbus-1-tqt.Doxyfile.cmake | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dbus-1-tqt.Doxyfile.in => dbus-1-tqt.Doxyfile.cmake (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec42952..f7c225a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,5 +80,5 @@ add_subdirectory( src ) ##### write configure files ##################### -configure_file( ${CMAKE_SOURCE_DIR}/dbus-1-tqt.Doxyfile.in ${CMAKE_BINARY_DIR}/dbus-1-tqt.Doxyfile ) +configure_file( ${CMAKE_SOURCE_DIR}/dbus-1-tqt.Doxyfile.cmake ${CMAKE_BINARY_DIR}/dbus-1-tqt.Doxyfile ) diff --git a/dbus-1-tqt.Doxyfile.in b/dbus-1-tqt.Doxyfile.cmake similarity index 100% rename from dbus-1-tqt.Doxyfile.in rename to dbus-1-tqt.Doxyfile.cmake