We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d81336 commit 738b10cCopy full SHA for 738b10c
include/openae/config.hpp.in
@@ -2,6 +2,8 @@
2
3
namespace openae {
4
5
+// NOLINTBEGIN(*macro-usage)
6
+
7
#define OPENAE_VERSION "@PROJECT_VERSION@"
8
#define OPENAE_VERSION_MAJOR @PROJECT_VERSION_MAJOR @
9
#define OPENAE_VERSION_MINOR @PROJECT_VERSION_MINOR @
@@ -13,4 +15,6 @@ namespace openae {
13
15
#define OPENAE_EXPORT __attribute__((visibility("default")))
14
16
#endif
17
18
+// NOLINTEND(*macro-usage)
19
20
} // namespace openae
0 commit comments