aboutsummaryrefslogtreecommitdiff
path: root/examples/embedding/CMakeLists.txt
blob: def5b831bbe4ab946a5dc1d83ff0311a31aeef8a (plain)
1
2
3
4
set(TARGET embedding)
add_executable(${TARGET} embedding.cpp)
target_link_libraries(${TARGET} PRIVATE common llama ggml ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)