mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2025-12-12 13:28:37 +00:00
3 lines
118 B
CMake
3 lines
118 B
CMake
set(Z_TARGET zip)
|
|
add_library(${Z_TARGET} OBJECT zip.c zip.h miniz.h)
|
|
target_include_directories(${Z_TARGET} PUBLIC .) |