https://github.com/Kitware/CMake
Raw File
Tip revision: 614ebb73752bf084eda313e222a12f5302a1121c authored by Brad King on 10 April 2024, 13:41:18 UTC
Merge topic 'swift-fix-submodule-dependencies' into release-3.29
Tip revision: 614ebb7
CMAKE_LANG_COMPILE_OBJECT.rst
CMAKE_<LANG>_COMPILE_OBJECT
---------------------------

Rule variable to compile a single object file.

This is a rule variable that tells CMake how to compile a single
object file for the language ``<LANG>``.
back to top