mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06:00
Swift doesn't emit swiftmodules for executables, so we shouldn't put it in dependency graph. Ninja sees the "missing" dependency and always tries to rebuild/re-link the target.
3 lines
57 B
CMake
3 lines
57 B
CMake
enable_language(Swift)
|
|
add_executable(hello hello.swift)
|