add modulemap

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
Folling 2025-01-05 12:19:22 +01:00
parent b884deab07
commit bd399769db
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY

13
include/module.modulemap Normal file
View 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 *
}