commit | e0364eb20dd69cc6db2981c33dc94ba353a5bc78 | [log] [tgz] |
---|---|---|
author | Matthieu Ribiere <matthieu.ribiere@airbus.com> | Fri Apr 07 12:10:19 2023 +0200 |
committer | Matthieu Ribiere <matthieu.ribiere@airbus.com> | Thu Apr 13 11:10:00 2023 +0200 |
tree | 6f40b244602cfa443ef54e81d1bda4f68c08483b | |
parent | 9af53e9bcfadb1e613b72cd385a0dbe31ec0fd2a [diff] |
Add support of CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_LIBRARIES variable. We add a function in cmNinjaNormalTargetGenerator.cxx to check for the state of the option (as it was done for Makefile). This will be checked to add or not the `$LINK_PATH` and `$LINK_LIBRARIES` to the Ninja file. The default behavior is adding those libraries. Fixes: #24681