mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-17 11:59:28 +00:00
Update inlcuded ttvfs
This commit is contained in:
parent
fe0a91129f
commit
ffa26e4105
22 changed files with 327 additions and 153 deletions
|
@ -4,6 +4,8 @@ set(ttvfs_SRC
|
|||
VFSArchiveLoader.h
|
||||
VFSBase.cpp
|
||||
VFSBase.h
|
||||
VFSDebug.cpp
|
||||
VFSDebug.h
|
||||
VFSDefines.h
|
||||
VFSDir.cpp
|
||||
VFSDir.h
|
||||
|
@ -28,3 +30,8 @@ set(ttvfs_SRC
|
|||
)
|
||||
|
||||
add_library(ttvfs ${ttvfs_SRC})
|
||||
|
||||
install(TARGETS ttvfs DESTINATION lib)
|
||||
|
||||
install(DIRECTORY ./ DESTINATION include/ttvfs
|
||||
FILES_MATCHING PATTERN "*.h")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue