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