https://github.com/Kitware/CMake
Raw File
Tip revision: 0d5a2252ef8a586f4fc70a66aabd17fb3fd52110 authored by Brad King on 31 May 2017, 13:47:47 UTC
CMake 3.8.2
Tip revision: 0d5a225
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