We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf1a91 commit 8753ee4Copy full SHA for 8753ee4
examples/simple-cmake-pkg/CMakeLists.txt
@@ -7,5 +7,5 @@ find_package(Llama REQUIRED)
7
8
add_executable(${TARGET} ${CMAKE_CURRENT_LIST_DIR}/../simple/simple.cpp)
9
install(TARGETS ${TARGET} RUNTIME)
10
-target_link_libraries(${TARGET} PRIVATE llama ggml::all ${CMAKE_THREAD_LIBS_INIT})
+target_link_libraries(${TARGET} PRIVATE llama::llama ggml::all ${CMAKE_THREAD_LIBS_INIT})
11
target_compile_features(${TARGET} PRIVATE cxx_std_17)
0 commit comments