From f98e1a84d6db59c8399e0c6c78eb36ff96e5f2c2 Mon Sep 17 00:00:00 2001 From: Aleksey Kulikov Date: Fri, 29 Oct 2021 20:28:00 +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 3cf8332..22aa5dd 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 - "${CMAKE_CURRENT_SOURCE_DIR}/libgit2-1.3.0.so" + "" PARENT_SCOPE ) diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index 79cdea5..642be10 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 - "${CMAKE_CURRENT_SOURCE_DIR}/libgit2-1.3.0.dll" + "" PARENT_SCOPE )