Skip to content
Snippets Groups Projects
Commit 8d11b5c6 authored by Oksana Shadura's avatar Oksana Shadura Committed by Vassil Vassilev
Browse files

Adjust a modulemap file to be able to treat separate .c files

parent db9da532
No related branches found
No related tags found
No related merge requests found
...@@ -61,4 +61,13 @@ module ROOT_Foundation_Stage1_NoRTTI [system] { ...@@ -61,4 +61,13 @@ module ROOT_Foundation_Stage1_NoRTTI [system] {
// link "lib/libGLEW.so" // link "lib/libGLEW.so"
//} //}
// We have a few c files scattered all over graf3d. We need to have a module
// which is built in C mode, to prevent trying to build the entire Graf3d module
// within a C context.
module "Graf3D.X3DBuffer.h_C" {
requires !cplusplus
header "X3DBuffer.h"
export *
}
// From this point on the contents of this file are automatically generated. // From this point on the contents of this file are automatically generated.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment