This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2218962dbd
CMake
/
Tests
/
RunCMake
/
Swift
/
NotSupported.cmake
2 lines
23 B
CMake
Raw
Normal View
History
Unescape
Escape
Add rudimentary support for the Apple Swift language with Xcode Allow the `Swift` language to be enabled with the Xcode generator for Xcode >= 6.1. Reject it on other generators and with older Xcode versions. Since Apple is the only vendor implementing the language right now, the compiler id can be just `Apple`.
2015-07-06 23:15:49 +03:00
enable_language
(
Swift
)