https://github.com/Kitware/CMake
Raw File
Tip revision: 624461526f4707a2406ebbd40245a605b6bd41fa authored by Brad King on 04 April 2023, 18:59:48 UTC
CMake 3.26.3
Tip revision: 6244615
SYMBOLIC.rst
SYMBOLIC
--------

Is this just a name for a rule.

If ``SYMBOLIC`` (boolean) is set to ``True`` the build system will be informed
that the source file is not actually created on disk but instead used
as a symbolic name for a build rule.
back to top