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