Sync from upstream llama.cpp repository
This commit is contained in:
7
tools/tokenize/CMakeLists.txt
Normal file
7
tools/tokenize/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
set(TARGET llama-tokenize)
|
||||
add_executable(${TARGET} tokenize.cpp)
|
||||
if(LLAMA_TOOLS_INSTALL)
|
||||
install(TARGETS ${TARGET} RUNTIME)
|
||||
endif()
|
||||
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_compile_features(${TARGET} PRIVATE cxx_std_17)
|
||||
Reference in New Issue
Block a user