mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-16 14:50:01 +00:00
30 lines
488 B
CMake
30 lines
488 B
CMake
|
|
set(ttvfs_SRC
|
|
ttvfs.h
|
|
VFSArchiveLoader.h
|
|
VFSBase.cpp
|
|
VFSBase.h
|
|
VFSDefines.h
|
|
VFSDir.cpp
|
|
VFSDir.h
|
|
VFSDirInternal.cpp
|
|
VFSDirInternal.h
|
|
VFSDirView.cpp
|
|
VFSDirView.h
|
|
VFSFile.cpp
|
|
VFSFile.h
|
|
VFSFileFuncs.cpp
|
|
VFSFileFuncs.h
|
|
VFSInternal.h
|
|
VFSLoader.cpp
|
|
VFSLoader.h
|
|
VFSRefcounted.h
|
|
VFSRoot.h
|
|
VFSRoot.cpp
|
|
VFSSystemPaths.cpp
|
|
VFSSystemPaths.h
|
|
VFSTools.cpp
|
|
VFSTools.h
|
|
)
|
|
|
|
add_library(ttvfs ${ttvfs_SRC})
|