ae2f_docs
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++.
18namespace ___DOC_CMAKE {}