mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add a helper to allow us to programatically extract the Swift version string during the build. This is particularly useful for injection into the packaging stages. Co-authored-by: Evan Wilde <etceterawilde@gmail.com>
3 lines
80 B
CMake
3 lines
80 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/SwiftVersion.cmake)
|
|
message(${SWIFT_VERSION})
|