ae2f_docs
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
submod
ae2f
Core
cmake
cmake.hpp
Go to the documentation of this file.
1
/**
2
* @brief
3
* This file is to define some keywords in order to make it like cmake.
4
*/
5
6
7
#
define
OFF
false
8
#
define
ON
true
9
#
define
CACHE
constexpr
10
#
define
STRING
const
char
*
11
#
define
option
constexpr
bool
12
#
define
function
constexpr
void
13
#
define
param
int
14
15
/// @namespace ___DOC_CMAKE
16
/// @brief
17
/// Note they functions defined on CMake, not C/C++.
18
namespace
___DOC_CMAKE {}
Generated by
1.14.0