Go to the source code of this file.
|
namespace | ___DOC_CMAKE |
| Note they functions defined on CMake, not C/C++.
|
|
#define | OFF false |
| This file is to define some keywords in order to make it like cmake.
|
#define | ON true |
#define | CACHE constexpr |
#define | STRING const char* |
#define | option constexpr bool |
#define | function constexpr void |
#define | param int |
◆ CACHE
◆ function
#define function constexpr void |
◆ OFF
This file is to define some keywords in order to make it like cmake.
Definition at line 7 of file cmake.hpp.
◆ ON
◆ option
#define option constexpr bool |
◆ param
◆ STRING
#define STRING const char* |