mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 17:53:47 +00:00
16 lines
294 B
CMake
16 lines
294 B
CMake
|
|
set(ttvfs_zip_SRC
|
|
VFSDirZip.cpp
|
|
VFSDirZip.h
|
|
VFSFileZip.cpp
|
|
VFSFileZip.h
|
|
VFSZipArchiveLoader.cpp
|
|
VFSZipArchiveLoader.h
|
|
VFSZipArchiveRef.cpp
|
|
VFSZipArchiveRef.h
|
|
ttvfs_zip.h
|
|
)
|
|
|
|
include_directories(${TTVFS_INCLUDE_DIRS})
|
|
|
|
add_library(ttvfs_zip ${ttvfs_zip_SRC})
|