This commit is contained in:
2026-06-18 07:51:09 -05:00
parent f5db2458cd
commit 647e3a2580
26 changed files with 975 additions and 9 deletions
+2
View File
@@ -1,6 +1,7 @@
# Find link platform-specific libraries
find_package(SDL2 REQUIRED)
find_package(OpenGL REQUIRED)
find_package(LIBZIP REQUIRED)
# find_package(CURL REQUIRED)
# Setup endianess at compile time to optimize.
@@ -23,6 +24,7 @@ target_link_libraries(${DUSK_LIBRARY_TARGET_NAME} PUBLIC
OpenGL::GL
GL
m
libzip::zip
# CURL::libcurl
)