Update README.md

looks better now
This commit is contained in:
aismann 2022-10-05 10:24:16 +02:00 committed by GitHub
parent 97ba181603
commit 56a95d1024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -101,10 +101,10 @@ Open [APPENDIX.md](APPENDIX.md) for additional information and see [Milestones](
```cmake -S . -B build -G "Visual Studio 17 2022" -A x64```
b) C++20
- add ```-DCXX_STD=20``` for C++20 on a line above like:
cmake -B build ```-DCXX_STD=20``` -G "Visual Studio 17 2022" -A x64
- add ```-DCXX_STD=20``` for C++20 on your command line like:
cmake -S . -B build ```-DCXX_STD=20``` -G "Visual Studio 17 2022" -A x64
4. Build excecutable in a command line (e.g. cpp-tests):
4. Build excecutable in a command line (e.g. cpp-tests):
```msbuild .\build\axmol.sln -target:cpp_tests -maxCpuCount```
#### Improve 'Visual Studio' workflow, support linking with engine prebuilt libs