mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 15:19:50 +00:00
Small update to ttvfs_zip
This commit is contained in:
parent
dce0fc992c
commit
a648bdfe30
2 changed files with 181 additions and 79 deletions
|
@ -13,6 +13,13 @@ set(ttvfs_zip_SRC
|
|||
ttvfs_zip.h
|
||||
)
|
||||
|
||||
if(NOT MSVC)
|
||||
set_source_files_properties(
|
||||
miniz.c
|
||||
PROPERTIES COMPILE_FLAGS "-Wno-attributes -fno-strict-aliasing -Wno-strict-aliasing"
|
||||
)
|
||||
endif(NOT MSVC)
|
||||
|
||||
include_directories(${TTVFS_INCLUDE_DIRS})
|
||||
|
||||
add_library(ttvfs_zip ${ttvfs_zip_SRC})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue