Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ if(WASMEDGE_PLUGIN_IMAGE)
endif()
endif()

# WasmEdge plug-in: LLMC.
if(WASMEDGE_PLUGIN_LLMC)
add_subdirectory(wasmedge_llmc)
endif()

# WasmEdge plug-in: OCR.
if(WASMEDGE_PLUGIN_OCR)
add_subdirectory(wasmedge_ocr)
Expand Down
4 changes: 0 additions & 4 deletions plugins/wasmedge_llmc/CMakeLists.txt

This file was deleted.

5 changes: 0 additions & 5 deletions test/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ if(WASMEDGE_PLUGIN_IMAGE)
endif()
endif()

# WasmEdge plug-in: LLMC.
if(WASMEDGE_PLUGIN_LLMC)
add_subdirectory(wasmedge_llmc)
endif()

# WasmEdge plug-in: OpenCV-mini.
if(WASMEDGE_PLUGIN_OPENCVMINI)
# wasmedge_opencvmini is currently supported only on Linux and macOS.
Expand Down
4 changes: 0 additions & 4 deletions test/plugins/wasmedge_llmc/CMakeLists.txt

This file was deleted.