commit | 81f670fa833e54a91b1b17eabade3162f31582f0 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu Jan 12 14:35:38 2023 -0500 |
committer | Brad King <brad.king@kitware.com> | Thu Jan 12 14:35:38 2023 -0500 |
tree | cd2eeb252d8e1a9a6b7361bda70d9696c79ef81d | |
parent | e4c281e45196b3c3fa2f327476838ac77b76e838 [diff] |
VS: Honor compile options for MASM The Ninja and Makefile generators honor `target_compile_options` and friends for MASM `.asm` sources. Teach the VS generator to honor them too for consistency. Fixes: #24289