add modulemap

This commit is contained in:
Folling 2025-01-05 12:19:22 +01:00
parent 0590959f7c
commit 90790b28ea
No known key found for this signature in database

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