From 07f6f142419c499fe2e02e7f772d120a86562309 Mon Sep 17 00:00:00 2001 From: danemadsen Date: Sat, 8 Jun 2024 13:22:09 +1000 Subject: [PATCH] experimental linux --- linux/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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