Lines Matching full:build
11 This project uses CMakePresets to ensure an easy build.
24 How to build this project using cmake
27 The recommended way to build this project is to use the provided CMakePresets.json. This file conta…
29 - a windows (msvc) build using Visual Studio
30 - a linux (gcc) build using Ninja
36 Build with IDE
49 Build with CMake GUI
53 CMake will create solution files (for VS) or Ninja Files (for Linux Ninja Build)
71 Build with Command line
74 You can also build your project using the command line. Run the following commands
77 - ``cmake --build --preset windows-base_dbg``