Renamed config.h source file.

This commit is contained in:
Camilla Berglund 2010-10-14 17:18:29 +02:00
parent e9eb841fab
commit 2c851406fb
2 changed files with 1 additions and 1 deletions

View File

@ -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)
#--------------------------------------------------------------------