ae2f_docs
cmake.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  ___DOC_CMAKE
 Note they functions defined on CMake, not C/C++.

Macros

#define OFF   false
#define ON   true
#define CACHE   constexpr
#define STRING   const char*
#define option   constexpr bool
#define function   constexpr void
#define param   int

Detailed Description

This file is to define some keywords in order to make it like cmake.

Definition in file cmake.hpp.

Macro Definition Documentation

◆ CACHE

#define CACHE   constexpr

Definition at line 6 of file cmake.hpp.

◆ function

#define function   constexpr void

Definition at line 9 of file cmake.hpp.

◆ OFF

#define OFF   false

Definition at line 4 of file cmake.hpp.

◆ ON

#define ON   true

Definition at line 5 of file cmake.hpp.

◆ option

#define option   constexpr bool

Definition at line 8 of file cmake.hpp.

◆ param

#define param   int

Definition at line 10 of file cmake.hpp.

◆ STRING

#define STRING   const char*

Definition at line 7 of file cmake.hpp.