Browse Source

Update CMakeLists.txt

Ray 4 năm trước cách đây
mục cha
commit
63d33d7a7a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/external/glfw/CMakeLists.txt

+ 2 - 2
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