Skip to content

Ninja: support `SWIFT_MODULE_NAME` property

Saleem Abdulrasool requested to merge compnerd/cmake:swift into master

Add a new SWIFT_MODULE_NAME property that defaults to the target name. This can be adjusted via set_target_properties. This is needed as otherwise, the first source file determines the module name.

Issue: #18800 (closed)

Merge request reports