add module.modulemap
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
3e87899da7
commit
31e8432ccf
1 changed files with 6 additions and 0 deletions
6
include/module.modulemap
Normal file
6
include/module.modulemap
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module ikarus {
|
||||
header "ikarus/persistence/project.h"
|
||||
header "ikarus/objects/entity.h"
|
||||
header "ikarus/objects/blueprint.h"
|
||||
export *
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue