mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-07 06:39:17 -05:00
Added first version of OS X compilation support
This commit is contained in:
12
external/glfw3/lib/cmake/glfw/glfwConfigVersion.cmake
vendored
Normal file
12
external/glfw3/lib/cmake/glfw/glfwConfigVersion.cmake
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
set(PACKAGE_VERSION "3.0.4")
|
||||
|
||||
if ("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL "3")
|
||||
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
||||
if ("${PACKAGE_FIND_VERSION_MINOR}" EQUAL 0)
|
||||
set(PACKAGE_VERSION_EXACT TRUE)
|
||||
endif()
|
||||
else()
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user