cmake_mingw.sh 161 B

12345678
  1. #!/usr/bin/env bash
  2. # Copyright (c) 2008-2023 the Urho3D project
  3. # License: MIT
  4. $(dirname $0)/cmake_generic.sh "$@" -D MINGW=1
  5. # vi: set ts=4 sw=4 expandtab: