mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 22:19:07 +00:00
15 lines
254 B
CMake
15 lines
254 B
CMake
|
|
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})
|