Add defs generator.
This commit is contained in:
@@ -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)
|
||||
|
||||
5
src/dawndefs.env
Normal file
5
src/dawndefs.env
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2025 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
Reference in New Issue
Block a user