1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-16 14:50:01 +00:00
Aquaria/ExternalLibs/ttvfs_zip/CMakeLists.txt

16 lines
254 B
Text
Raw Normal View History

set(ttvfs_zip_SRC
VFSDirZip.cpp
VFSDirZip.h
VFSFileZip.cpp
VFSFileZip.h
VFSZipArchiveLoader.cpp
VFSZipArchiveLoader.h
miniz.c
miniz.h
)
include_directories(${TTVFS_INCLUDE_DIRS})
add_library(ttvfs_zip ${ttvfs_zip_SRC})