ae2f_docs
cmake.hpp
Go to the documentation of this file.
1/// @file
2/// This file is to define some keywords in order to make it like cmake.
3
4#define OFF false
5#define ON true
6#define CACHE constexpr
7#define STRING const char*
8#define option constexpr bool
9#define function constexpr void
10#define param int
11
12/// @namespace ___DOC_CMAKE
13/// @brief
14/// Note they functions defined on CMake, not C/C++.
15namespace ___DOC_CMAKE {}