"progress"

This commit is contained in:
2026-02-28 09:55:21 -06:00
parent 99d030003c
commit df106e3988
204 changed files with 285 additions and 205 deletions

View File

@@ -0,0 +1,9 @@
find_package(SDL2 REQUIRED)
find_package(OpenGL REQUIRED)
target_link_libraries(${DUSK_LIBRARY_TARGET_NAME} PUBLIC
SDL2
pthread
OpenGL::GL
GL
m
)