https://github.com/Kitware/CMake
Raw File
Tip revision: 31f835410efeea50acd43512eb9e5646a26ea177 authored by Brad King on 13 September 2022, 13:53:22 UTC
CMake 3.24.2
Tip revision: 31f8354
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