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 3453570fd7
commit d43dbe9b50
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY

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 *
}