fix library path for windows

This commit is contained in:
Aleksey Kulikov 2021-10-29 19:48:35 +03:00
parent 54f0d32ede
commit 6698a936cc

View file

@ -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 # List of absolute paths to libraries that should be bundled with the plugin
set(libgit2dart_bundled_libraries set(libgit2dart_bundled_libraries
"${CMAKE_CURRENT_SOURCE_DIR}/../.dart_tool/libgit2/linux/libgit2-1.3.0.so" "${CMAKE_CURRENT_SOURCE_DIR}/../.dart_tool/libgit2/windows/libgit2-1.3.0.dll"
PARENT_SCOPE PARENT_SCOPE
) )