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]
/
examples
/
cli
/
CMakeLists.txt
1
2
3
4
5
6
set(TARGET sd)
add_executable(${TARGET} main.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE stable-diffusion ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PUBLIC cxx_std_11)