cleaned more stuff

This commit is contained in:
2025-08-22 12:40:18 -05:00
parent b1be1deb79
commit 94ad64675d
15 changed files with 467 additions and 211 deletions

View File

@@ -3,10 +3,13 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
find_package(cglm REQUIRED)
# Libs
target_link_libraries(${DUSK_TARGET_NAME}
PUBLIC
m
cglm
)
# Includes