From 29c987c0df9498bedfe2a8c2492d21f515dcd965 Mon Sep 17 00:00:00 2001 From: Aleksey Kulikov Date: Fri, 29 Oct 2021 20:37:42 +0300 Subject: [PATCH] gonna work this time --- linux/CMakeLists.txt | 2 +- windows/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 22aa5dd..ff125cd 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -20,6 +20,6 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE PkgConfig::GTK) # List of absolute paths to libraries that should be bundled with the plugin set(libgit2dart_bundled_libraries - "" + "libgit2-1.3.0.so" PARENT_SCOPE ) diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index 642be10..abb9480 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -19,6 +19,6 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE flutter flutter_wrapper_plugin) # List of absolute paths to libraries that should be bundled with the plugin set(libgit2dart_bundled_libraries - "" + "libgit2-1.3.0.dll" PARENT_SCOPE )