commit | b9c99830c5a1e8e339fcca690b3e8fd62c31e61a | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Wed Jun 28 06:37:57 2023 -0400 |
committer | Brad King <brad.king@kitware.com> | Wed Jun 28 06:43:10 2023 -0400 |
tree | 3b5a927c88bc3e3c4545b3462ff989023233fdc9 | |
parent | f58c7659d8652c1172fc15a0bae9d71ee477c1eb [diff] |
VS: Fix C++ modules in source files with the same name When multiple source files in a single target have the same name, we already set `ObjectFileName` explicitly to avoid a `.obj` collision. For C++ module sources, set `Module{Output,Dependencies}File` to avoid `.ifc` and `.module.json` collisions. Fixes: #25038