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 918f99c commit 0807457Copy full SHA for 0807457
1 file changed
src/ConstraintGeometry/config.h.in
@@ -0,0 +1,19 @@
1
+#pragma once
2
+
3
+#include <sofa/config.h>
4
+#include <sofa/config/sharedlibrary_defines.h>
5
6
+#define CONSTRAINTGEOMETRY_VERSION @PROJECT_VERSION@
7
8
+#ifdef SOFA_BUILD_CONSTRAINTGEOMETRY
9
+# define SOFA_TARGET @PROJECT_NAME@
10
+# define SOFA_CONSTRAINTGEOMETRY_API SOFA_EXPORT_DYNAMIC_LIBRARY
11
+#else
12
+# define SOFA_CONSTRAINTGEOMETRY_API SOFA_IMPORT_DYNAMIC_LIBRARY
13
+#endif
14
15
+namespace sofa::constraintgeometry
16
+{
17
+ constexpr const char* MODULE_NAME = "@PROJECT_NAME@";
18
+ constexpr const char* MODULE_VERSION = "@PROJECT_VERSION@";
19
+}
0 commit comments