add modulemap
This commit is contained in:
parent
0590959f7c
commit
90790b28ea
1 changed files with 13 additions and 0 deletions
13
include/module.modulemap
Normal file
13
include/module.modulemap
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
module libikarus {
|
||||
header "ikarus/objects/blueprint.h"
|
||||
header "ikarus/objects/entity.h"
|
||||
header "ikarus/objects/property.h"
|
||||
header "ikarus/persistence/project.h"
|
||||
header "ikarus/values/data.h"
|
||||
header "ikarus/values/schema.h"
|
||||
header "ikarus/values/value.h"
|
||||
header "ikarus/errors.h"
|
||||
header "ikarus/macros.h"
|
||||
header "ikarus/stdtypes.h"
|
||||
export *
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue