Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2352,12 +2352,13 @@ In PowerShell:
cd flatcc
mkdir build\MSVC
cd build\MSVC
cmake --help # Lists generators to choose from
cmake -G "Visual Studio 14 2015" ..\..

Optionally also build from the command line (in build\MSVC):

cmake --build . --target --config Debug
cmake --build . --target --config Release
cmake --build . --config Debug
cmake --build . --config Release

In Visual Studio:

Expand Down