mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Move to the modern CMake project version option
This replaces the manual ad-hoc version variables we have used since CMake 2.x (and GLFW 2.x lite).
This commit is contained in:
@@ -78,7 +78,7 @@ if (APPLE)
|
||||
|
||||
set_target_properties(${WINDOWS_BINARIES} ${CONSOLE_BINARIES} PROPERTIES
|
||||
MACOSX_BUNDLE_SHORT_VERSION_STRING ${GLFW_VERSION}
|
||||
MACOSX_BUNDLE_LONG_VERSION_STRING ${GLFW_VERSION_FULL}
|
||||
MACOSX_BUNDLE_LONG_VERSION_STRING ${GLFW_VERSION}
|
||||
MACOSX_BUNDLE_INFO_PLIST "${GLFW_SOURCE_DIR}/CMake/MacOSXBundleInfo.plist.in")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user