add module.modulemap

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
Folling 2024-02-12 10:44:05 +01:00 committed by Folling
parent 31567c341a
commit 43482aa2bc
No known key found for this signature in database

6
include/module.modulemap Normal file
View file

@ -0,0 +1,6 @@
module ikarus {
header "ikarus/persistence/project.h"
header "ikarus/objects/entity.h"
header "ikarus/objects/blueprint.h"
export *
}