dashboard
repositories
filestore
activity
search
login
main
/
stable-diffusion.cpp
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
remove submodule
fszontagh
2024-02-25
693074b3371415d3ac98cb0b52612a482e16cd8c
[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 .)