Add asset loading support.
This commit is contained in:
@ -21,3 +21,11 @@ FetchContent_Declare(
|
||||
GIT_TAG 1796cc5ce298235b615dc7a4750b8c3ba56a05dd
|
||||
)
|
||||
FetchContent_MakeAvailable(cglm)
|
||||
|
||||
#LibArchive
|
||||
FetchContent_Declare(
|
||||
libarchive
|
||||
GIT_REPOSITORY https://github.com/libarchive/libarchive
|
||||
GIT_TAG v3.7.6
|
||||
)
|
||||
FetchContent_MakeAvailable(libarchive)
|
Reference in New Issue
Block a user