dashboard
repositories
filestore
activity
search
login
main
/
stable-diffusion.cpp
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
progress handler
fszontagh
2024-02-24
67e873db898349152f2d9daee9effb1d794ab4da
[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 .)