menu
native_toolchain_xmake package
documentation
xmake.dart
Xmake
build method
build method
dark_mode
light_mode
build
method
Future
<
void
>
build
(
{
String
?
target
,
})
Implementation
Future<void> build({String? target}) => call(['-P', '.', ?target]);
native_toolchain_xmake package
documentation
xmake
Xmake
build method
Xmake class