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 db9da53 commit 8d11b5cCopy full SHA for 8d11b5c
build/unix/module.modulemap
@@ -61,4 +61,13 @@ module ROOT_Foundation_Stage1_NoRTTI [system] {
61
// link "lib/libGLEW.so"
62
//}
63
64
+// We have a few c files scattered all over graf3d. We need to have a module
65
+// which is built in C mode, to prevent trying to build the entire Graf3d module
66
+// within a C context.
67
+module "Graf3D.X3DBuffer.h_C" {
68
+ requires !cplusplus
69
+ header "X3DBuffer.h"
70
+ export *
71
+}
72
+
73
// From this point on the contents of this file are automatically generated.
0 commit comments