Ortho re-added

This commit is contained in:
2025-08-18 19:15:37 -05:00
parent d48d927202
commit 38127d9260
4 changed files with 79 additions and 9 deletions
+2
View File
@@ -12,12 +12,14 @@ target_compile_definitions(${DUSK_TARGET_NAME}
# Libs
find_package(SDL2 REQUIRED)
find_package(OpenGL REQUIRED)
find_package(cglm REQUIRED)
target_link_libraries(${DUSK_TARGET_NAME}
PUBLIC
SDL2::SDL2
OpenGL::GL
GL
cglm
)