|
|
@@ -84,4 +84,4 @@ endif ()
|
|
|
|
|
|
target_include_directories(${TARGET} PUBLIC .)
|
|
|
target_compile_features(${TARGET} PUBLIC cxx_std_11)
|
|
|
-target_link_libraries(${TARGET} PRIVATE ${LLAMA_COMMON_EXTRA_LIBS} PUBLIC llama)
|
|
|
+target_link_libraries(${TARGET} PRIVATE ${LLAMA_COMMON_EXTRA_LIBS} PUBLIC llama Threads::Threads)
|