mirror of
https://github.com/gmeligio/flutter-docker-image.git
synced 2026-05-24 12:30:34 +00:00
6 lines
218 B
Bash
6 lines
218 B
Bash
# cmake generate
|
|
cmake -S . -B ../build/windows/x64 -G "Visual Studio 16 2019" -A x64 -DFLUTTER_TARGET_PLATFORM=windows-x64
|
|
|
|
# cmake build
|
|
cmake --build ../build/windows/x64 --config Release --target INSTALL --verbose
|