We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f43f8b + a60e3c9 commit e1401edCopy full SHA for e1401ed
1 file changed
README.md
@@ -2371,12 +2371,13 @@ In PowerShell:
2371
cd flatcc
2372
mkdir build\MSVC
2373
cd build\MSVC
2374
+ cmake --help # Lists generators to choose from
2375
cmake -G "Visual Studio 14 2015" ..\..
2376
2377
Optionally also build from the command line (in build\MSVC):
2378
- cmake --build . --target --config Debug
2379
- cmake --build . --target --config Release
+ cmake --build . --config Debug
2380
+ cmake --build . --config Release
2381
2382
In Visual Studio:
2383
0 commit comments