diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 3146f1c..f48c8f9 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -64,4 +64,9 @@ target_compile_options(maid_llm PRIVATE target_link_options(maid_llm PRIVATE -Wl,--gc-sections -flto +) + +set(maid_llm_bundled_libraries + $ + PARENT_SCOPE ) \ No newline at end of file