process-cpp  3.0.0
A simple convenience library for handling processes in C++11.
/root/process-cpp/process-cpp-3.0.1/doc/CMakeLists.txt File Reference

Functions

 option (PROCESS_CPP_ENABLE_DOC_GENERATION"Generate package documentation with doxygen"ON) string(TOLOWER"$
 
cmake_build_type_lower if ("${cmake_build_type_lower}"STREQUAL"debug") option(PROCESS_CPP_ENABLE_DOC_GENERATION_BY_DEFAULT"Generate package by default"OFF) else() option(PROCESS_CPP_ENABLE_DOC_GENERATION_BY_DEFAULT"Generate package by default"ON) endif() if(PROCESS_CPP_ENABLE_DOC_GENERATION) if($
 
 set (IS_ALL ALL) endif() find_package(Doxygen) if(DOXYGEN_FOUND) configure_file($
 

Function Documentation

cmake_build_type_lower if ( "${cmake_build_type_lower}"STREQUAL"debug"  )

Definition at line 25 of file CMakeLists.txt.

option ( PROCESS_CPP_ENABLE_DOC_GENERATION"Generate package documentation with doxygen"  ON)

Definition at line 17 of file CMakeLists.txt.

Referenced by cmake_minimum_required().

set ( IS_ALL  ALL)

Definition at line 42 of file CMakeLists.txt.