Revert "Merge branch 'master' of github.com:root-project/root"
This reverts commit 5993be607f0c98dbe1288f6c69362dbda59d5e4a, reversing changes made to f6b7559258cec1bf1dd875eb6c5a5a9d87ec9c3d.
This commit is contained in:
parent
5cfd6eb61f
commit
6cf8065b34
@ -1,14 +1,25 @@
|
||||
// Only included at runtime.
|
||||
module Cling_Runtime {
|
||||
module "RuntimeUniverse.h" { header "Interpreter/RuntimeUniverse.h" export * }
|
||||
module "DynamicLookupRuntimeUniverse.h" { header "Interpreter/DynamicLookupRuntimeUniverse.h" export * }
|
||||
module "RuntimePrintValue.h" { header "Interpreter/RuntimePrintValue.h" export * }
|
||||
export *
|
||||
}
|
||||
|
||||
// Included in both compile time and runtime.
|
||||
module Cling_Runtime_Extra {
|
||||
module "DynamicExprInfo.h" { header "Interpreter/DynamicExprInfo.h" export * }
|
||||
module "DynamicLookupLifetimeHandler.h" { header "Interpreter/DynamicLookupLifetimeHandler.h" export * }
|
||||
module "Value.h" { header "Interpreter/Value.h" export * }
|
||||
export *
|
||||
}
|
||||
|
||||
module Cling_Interpreter {
|
||||
requires cplusplus
|
||||
umbrella "Interpreter"
|
||||
|
||||
textual header "Interpreter/ClingOptions.inc"
|
||||
|
||||
// Only included at runtime.
|
||||
exclude header "Interpreter/RuntimeUniverse.h"
|
||||
exclude header "Interpreter/DynamicLookupRuntimeUniverse.h"
|
||||
exclude header "Interpreter/RuntimePrintValue.h"
|
||||
|
||||
module * { export * }
|
||||
}
|
||||
|
||||
|
15
include/cling/module.modulemap.build
Normal file
15
include/cling/module.modulemap.build
Normal file
@ -0,0 +1,15 @@
|
||||
// Only included at runtime.
|
||||
module Cling_Runtime {
|
||||
module "RuntimeUniverse.h" { header "Interpreter/RuntimeUniverse.h" export * }
|
||||
module "DynamicLookupRuntimeUniverse.h" { header "Interpreter/DynamicLookupRuntimeUniverse.h" export * }
|
||||
module "RuntimePrintValue.h" { header "Interpreter/RuntimePrintValue.h" export * }
|
||||
export *
|
||||
}
|
||||
|
||||
// Included in both compile time and runtime.
|
||||
module Cling_Runtime_Extra {
|
||||
module "DynamicExprInfo.h" { header "Interpreter/DynamicExprInfo.h" export * }
|
||||
module "DynamicLookupLifetimeHandler.h" { header "Interpreter/DynamicLookupLifetimeHandler.h" export * }
|
||||
module "Value.h" { header "Interpreter/Value.h" export * }
|
||||
export *
|
||||
}
|
Loading…
Reference in New Issue
Block a user