summaryrefslogtreecommitdiff
path: root/examples/lookahead/CMakeLists.txt
blob: f0ae5cd89244c10adc441402cb1ffc89a54637c1 (plain)
1
2
3
4
5
set(TARGET llama-lookahead)
add_executable(${TARGET} lookahead.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)