summaryrefslogtreecommitdiff
path: root/examples/tokenize
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tokenize')
-rw-r--r--examples/tokenize/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tokenize/CMakeLists.txt b/examples/tokenize/CMakeLists.txt
index 5e6654d7..b704dcae 100644
--- a/examples/tokenize/CMakeLists.txt
+++ b/examples/tokenize/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(TARGET tokenize)
+set(TARGET llama-tokenize)
add_executable(${TARGET} tokenize.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})