native_toolchain_cmake 0.0.3
native_toolchain_cmake: ^0.0.3 copied to clipboard
A library to invoke CMake for Dart Native Assets.
native_toolchain_cmake #
0.0.3 #
- new: add
CMakeBuilder.fromGitconstructor to create a builder from a remote repository. - new: add
buildLocaloptional parameter to build out of.dart_tool. - new: add
AddFoundCodeAssets,BuildOutputBuilder.findAndAddCodeAssetsto find and add code assets. - breaking change: move android and
ios.toolchain.cmakerelated args ofCMakeBuilderto separateAndroidBuilderArgsandAppleBuilderArgs.
0.0.2 #
- use
SystemEncodingto decode the output ofProcess - add
--log-levelfor CMake
0.0.1 #
- initial release