summaryrefslogtreecommitdiff
path: root/examples/lookahead/CMakeLists.txt
blob: 8827e3f11ecd665c228f32bac4501ccb08123eed (plain)
1
2
3
4
5
set(TARGET 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)