mirror of
https://github.com/BillyOutlast/rocm-stable-diffusion.cpp.git
synced 2026-02-04 03:01:18 +01: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 .) |