You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance README and CMakeLists for OpenCV module customization (#355)
* Enhance README and CMakeLists for OpenCV module customization
- Added documentation on customizing OpenCV modules via `opencv_config.cmake` in both `opencv_core` and `opencv_dart` READMEs.
- Updated `CMakeLists.txt` in both packages to include user-defined configurations if `opencv_config.cmake` exists, falling back to default settings otherwise.
* Refactor OpenCV module customization to use pubspec.yaml
- Updated README files for both `opencv_core` and `opencv_dart` to reflect the new method of customizing OpenCV modules via the `pubspec.yaml` file instead of `opencv_config.cmake`.
- Introduced a Dart script to generate `dartcv_modules.cmake` based on the specified modules in `pubspec.yaml`.
- Modified `CMakeLists.txt` in both packages to include the generated `dartcv_modules.cmake`, ensuring proper module configuration during the build process.
* added default fallback incase target-platform is not set, and upgraded gradle versions
* Update Android Gradle plugin and Gradle wrapper versions
- Upgraded Android Gradle plugin from version 8.1.0 to 8.10.0.
- Updated Gradle wrapper distribution from version 8.5 to 8.11.1.
* add gen_cmake_vars.dart for dartcv4, make CMakeLists.txt run the script to get module configurations
* dart format ✅
* fix cmakelists.txt
* fix windows
* dart format ✅
* fix linux
* bump dartcv4 to 1.1.4, fix android
* update readme and changelog
---------
Co-authored-by: rainyl <[email protected]>
Co-authored-by: rainyl <[email protected]>
0 commit comments