From 2c851406fbccad1fda40523dcc640d095c755ada Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 14 Oct 2010 17:18:29 +0200 Subject: [PATCH] Renamed config.h source file. --- CMakeLists.txt | 2 +- src/{config.h.cmake => config.h.in} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{config.h.cmake => config.h.in} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba17da7e..b0cf2a4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,7 +130,7 @@ add_subdirectory(tests) #-------------------------------------------------------------------- # Create shared configuration header #-------------------------------------------------------------------- -configure_file(${GLFW_SOURCE_DIR}/src/config.h.cmake +configure_file(${GLFW_SOURCE_DIR}/src/config.h.in ${GLFW_BINARY_DIR}/src/config.h @ONLY) #-------------------------------------------------------------------- diff --git a/src/config.h.cmake b/src/config.h.in similarity index 100% rename from src/config.h.cmake rename to src/config.h.in