CMake modules that abstract common functionality in the JEGP libraries.
This repository reserves
CMake identifiers and
filenames in binary directories
that begin with JEGP_
and _JEGP_
regardless of case
or equal to the name of a JEGP CMake module.
-
JEGP_CPPFRONT_INCLUDE_DIRECTORIES
: List of preprocessor include file search directories for Cpp1 source files generated bycppfront
. -
JEGP_CPPFRONT_BUILD_DIR
: Diretory wherecppfront
generates sources. -
JEGP_CXX2_COMPILER
: The full path to the compiler for Cpp2.
JEGP_STANDARDESE_SOURCES_GIT_REPOSITORY
,JEGP_STANDARDESE_SOURCES_GIT_TAG
: Default to values corresponding to https://github.com/JohelEGP/draft/tree/standardese_sources_base.
JEGP_CXX2_FLAGS
: Cpp2 flags. The semantics are those ofCMAKE_<LANG>_FLAGS
.