mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-12 03:21:10 -04:00
cmake : cont
ggml-ci
This commit is contained in:
@@ -3,4 +3,7 @@ add_executable(${TARGET} run.cpp)
|
||||
install(TARGETS ${TARGET} RUNTIME)
|
||||
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_compile_features(${TARGET} PRIVATE cxx_std_17)
|
||||
target_compile_options(${TARGET} PRIVATE -Wno-shadow) # TMP
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
target_compile_options(${TARGET} PRIVATE -Wno-shadow) # TMP
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user