summaryrefslogtreecommitdiffhomepage
path: root/src/external
diff options
context:
space:
mode:
authorRay <[email protected]>2020-12-02 08:27:43 +0100
committerRay <[email protected]>2020-12-02 08:27:43 +0100
commit63d33d7a7a0ef2ca61f0d8e5320400a5b3ea786a (patch)
treed0467af4c4fe826f675a33cd4bfcd385e3d54719 /src/external
parent60928ec82c28fae8ea98f5f29e260b24717123ff (diff)
downloadraylib-63d33d7a7a0ef2ca61f0d8e5320400a5b3ea786a.tar.gz
raylib-63d33d7a7a0ef2ca61f0d8e5320400a5b3ea786a.zip
Update CMakeLists.txt
Diffstat (limited to 'src/external')
-rw-r--r--src/external/glfw/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/external/glfw/CMakeLists.txt b/src/external/glfw/CMakeLists.txt
index ff3c0c7c..59ba5a60 100644
--- a/src/external/glfw/CMakeLists.txt
+++ b/src/external/glfw/CMakeLists.txt
@@ -336,9 +336,9 @@ write_basic_package_version_file(src/glfw3ConfigVersion.cmake
VERSION ${GLFW_VERSION}
COMPATIBILITY SameMajorVersion)
-configure_file(CMake/glfw_config.h.in src/glfw_config.h @ONLY)
+configure_file(src/glfw_config.h.in src/glfw_config.h @ONLY)
-configure_file(CMake/glfw3.pc.in src/glfw3.pc @ONLY)
+configure_file(CMake/glfw3.pc.in CMake/glfw3.pc @ONLY)
#--------------------------------------------------------------------
# Add subdirectories