dashboard
repositories
filestore
activity
search
login
main
/
stable-diffusion.cpp
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
lora n_dims
fszontagh
2024-02-24
5a7568be177b7557b811c1b50edc3479e84a5a20
[stable-diffusion.cpp.git]
/
thirdparty
/
CMakeLists.txt
1
2
3
set(Z_TARGET zip)
add_library(${Z_TARGET} OBJECT zip.c zip.h miniz.h)
target_include_directories(${Z_TARGET} PUBLIC .)