mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 15:19:50 +00:00
[vfs #1] Add ttvfs, miniz, and minihttp sources
This commit is contained in:
parent
99e3f5ebe2
commit
a90f57afb0
36 changed files with 10047 additions and 0 deletions
29
ExternalLibs/ttvfs/CMakeLists.txt
Normal file
29
ExternalLibs/ttvfs/CMakeLists.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
set(ttvfs_SRC
|
||||
VFS.h
|
||||
VFSArchiveLoader.h
|
||||
VFSAtomic.cpp
|
||||
VFSAtomic.h
|
||||
VFSBase.cpp
|
||||
VFSBase.h
|
||||
VFSDefines.h
|
||||
VFSDir.cpp
|
||||
VFSDir.h
|
||||
VFSFile.cpp
|
||||
VFSFile.h
|
||||
VFSFileFuncs.cpp
|
||||
VFSFileFuncs.h
|
||||
VFSHashmap.h
|
||||
VFSHelper.cpp
|
||||
VFSHelper.h
|
||||
VFSInternal.h
|
||||
VFSLoader.cpp
|
||||
VFSLoader.h
|
||||
VFSSelfRefCounter.h
|
||||
VFSSystemPaths.cpp
|
||||
VFSSystemPaths.h
|
||||
VFSTools.cpp
|
||||
VFSTools.h
|
||||
)
|
||||
|
||||
add_library(ttvfs ${ttvfs_SRC})
|
Loading…
Add table
Add a link
Reference in a new issue