1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 17:53:47 +00:00
Aquaria/ExternalLibs/ttvfs/CMakeLists.txt

38 lines
642 B
Text
Raw Normal View History

set(ttvfs_SRC
2014-04-06 17:19:33 +00:00
ttvfs.h
VFSArchiveLoader.h
VFSBase.cpp
VFSBase.h
2017-01-12 22:52:59 +00:00
VFSDebug.cpp
VFSDebug.h
VFSDefines.h
VFSDir.cpp
VFSDir.h
2014-04-06 17:19:33 +00:00
VFSDirInternal.cpp
VFSDirInternal.h
VFSDirView.cpp
VFSDirView.h
VFSFile.cpp
VFSFile.h
VFSFileFuncs.cpp
VFSFileFuncs.h
VFSInternal.h
VFSLoader.cpp
VFSLoader.h
2014-04-06 17:19:33 +00:00
VFSRefcounted.h
VFSRoot.h
VFSRoot.cpp
VFSSystemPaths.cpp
VFSSystemPaths.h
VFSTools.cpp
VFSTools.h
)
add_library(ttvfs ${ttvfs_SRC})
2017-01-12 22:52:59 +00:00
install(TARGETS ttvfs DESTINATION lib)
install(DIRECTORY ./ DESTINATION include/ttvfs
FILES_MATCHING PATTERN "*.h")