Lines Matching full:solution
92 This generates a Visual Studio solution for the project.
95 …the external tool [Ninja](https://ninja-build.org/) to build. It is the fastest solution available.
133 C:\Path\to\build\protobuf>mkdir solution & cd solution
134 C:\Path\to\build\protobuf\solution>cmake -G "Visual Studio 16 2019" ^
138 It will generate *Visual Studio* solution file *protobuf.sln* in current directory.
163 C:\Path\to\build\protobuf>mkdir solution & cd solution
164 C:\Path\to\build\protobuf\solution>cmake -G "Visual Studio 16 2019" ^
176 C:\Path\to\build\protobuf\solution>cmake -G "Visual Studio 16 2019" ^
189 cmake --build C:\Path\to\build\protobuf\solution --config Release
205 * From the Build menu, choose "Build Solution".
225 You can also build project *check* from Visual Studio solution.
267 cmake --build C:\Path\to\build\protobuf\solution --config Release --target install
277 You can also build project *INSTALL* from Visual Studio solution.