Update DevSetup.md (#1264)

Example: How to build the tetst projects
This commit is contained in:
aismann 2023-07-09 18:36:50 +02:00 committed by GitHub
parent 235d8cb1ef
commit 9f386c19df
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ then you can simply build your project for all platform targets, i.e.
Goto axmol root directory, double click or run `build.ps1` without any parameters, it will build `HelloCpp` by default
## Quick build a test project e.g. 'cpp-tests'?
Using a powershell console window, goto `axmol\tests\<testdir e.g. 'cpp-tests'>` directory, perform`pwsh ../../build.ps1 -p android -a arm64`, it will build `cpp-tests` for android.
## Windows (Visual Studio)
1. Install [CMake](https://cmake.org/) 3.22.1+