mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
77c4d2f9a2
Previously, when a mixed language target ends up with `Swift` as the `LINKER_LANGUAGE`, the PCH file was not set for the target at all. Fixes: #21224
5 lines
45 B
Swift
5 lines
45 B
Swift
|
|
func SwiftFunc() -> Int32 {
|
|
return 0;
|
|
}
|