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 e541f7f commit e0b321bCopy full SHA for e0b321b
ggml/CMakeLists.txt
@@ -240,6 +240,8 @@ install(TARGETS ggml PUBLIC_HEADER)
240
241
if (BUILD_SHARED_LIBS)
242
install(TARGETS ggml LIBRARY)
243
+ get_target_property(GGML_LINK_LIBRARIES ggml LINK_LIBRARIES)
244
+ install(TARGETS ${GGML_LINK_LIBRARIES} LIBRARY)
245
endif()
246
247
# FIXME: this should be done in the backend cmake files
0 commit comments