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 9bf42cd commit a8a7ed9Copy full SHA for a8a7ed9
examples/run/CMakeLists.txt
@@ -1,5 +1,8 @@
1
set(TARGET llama-run)
2
add_executable(${TARGET} run.cpp linenoise.cpp/linenoise.cpp)
3
+if (LLAMA_CURL)
4
+ include_directories(${CURL_INCLUDE_DIRS})
5
+endif ()
6
install(TARGETS ${TARGET} RUNTIME)
7
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
8
target_compile_features(${TARGET} PRIVATE cxx_std_17)
0 commit comments