aboutsummaryrefslogtreecommitdiff
path: root/examples/train-text-from-scratch/CMakeLists.txt
blob: 1a44c4961c0845ee3ce224eb7598a5f85217c0f0 (plain)
1
2
3
4
set(TARGET train-text-from-scratch)
add_executable(${TARGET} train-text-from-scratch.cpp)
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)