You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a command line option (e.g. --cmake or --cbuild2cmake) for instructing cbuild to optionally call cbuild2cmake.
For generating/updating CMakeLists: cbuild2cmake <solution>.cbuild-idx.yml
For configuring: cmake -G Ninja -S tmp -B tmp
For building all artifacts: cmake --build tmp
For building artifacts of a given context: cmake --build tmp --target <context>
For updating the compilation database: cmake --build tmp --target <context>-database
The text was updated successfully, but these errors were encountered:
Introduce a command line option (e.g.
--cmake
or--cbuild2cmake
) for instructing cbuild to optionally callcbuild2cmake
.For generating/updating CMakeLists:
cbuild2cmake <solution>.cbuild-idx.yml
For configuring:
cmake -G Ninja -S tmp -B tmp
For building all artifacts:
cmake --build tmp
For building artifacts of a given context:
cmake --build tmp --target <context>
For updating the compilation database:
cmake --build tmp --target <context>-database
The text was updated successfully, but these errors were encountered: