Skip to content

Commit 8753ee4

Browse files
committed
fix_cmake_linking
1 parent acf1a91 commit 8753ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple-cmake-pkg/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ find_package(Llama REQUIRED)
77

88
add_executable(${TARGET} ${CMAKE_CURRENT_LIST_DIR}/../simple/simple.cpp)
99
install(TARGETS ${TARGET} RUNTIME)
10-
target_link_libraries(${TARGET} PRIVATE llama ggml::all ${CMAKE_THREAD_LIBS_INIT})
10+
target_link_libraries(${TARGET} PRIVATE llama::llama ggml::all ${CMAKE_THREAD_LIBS_INIT})
1111
target_compile_features(${TARGET} PRIVATE cxx_std_17)

0 commit comments

Comments
 (0)