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