Add defs generator.
Some checks failed
Build Dusk / build-linux (push) Failing after 52s
Build Dusk / build-psp (push) Failing after 1m9s

This commit is contained in:
2025-11-12 19:25:10 -06:00
parent f7d4cce485
commit b842e5821a
4 changed files with 95 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
find_package(cglm REQUIRED)
find_package(libzip REQUIRED)
# Libs
target_link_libraries(${DUSK_TARGET_NAME}
PUBLIC
@@ -27,6 +28,9 @@ target_sources(${DUSK_TARGET_NAME}
main.c
)
# Defs
add_defs(dawndefs.env dawndefs.h)
# Subdirs
add_subdirectory(assert)
add_subdirectory(asset)