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.fromGit
constructor to create a builder from a remote repository. - new: add
buildLocal
optional parameter to build out of.dart_tool
. - new: add
AddFoundCodeAssets
,BuildOutputBuilder.findAndAddCodeAssets
to find and add code assets. - breaking change: move android and
ios.toolchain.cmake
related args ofCMakeBuilder
to separateAndroidBuilderArgs
andAppleBuilderArgs
.
0.0.2 #
- use
SystemEncoding
to decode the output ofProcess
- add
--log-level
for CMake
0.0.1 #
- initial release