https://github.com/Kitware/CMake
Raw File
Tip revision: 1f6f114a7a61043ec0b9d6147f3b297081d214d5 authored by Brad King on 08 December 2014, 14:09:24 UTC
CMake 3.1.0-rc3
Tip revision: 1f6f114
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