4 releases
| 0.2.2 | May 24, 2025 |
|---|---|
| 0.2.1 | Oct 27, 2024 |
| 0.2.0 | Sep 28, 2024 |
| 0.1.0 | Sep 28, 2024 |
#744 in Build Utils
218 downloads per month
22KB
449 lines
Baldr
Convenience tool for building and running C++ code.
Example command:
baldr -p $PROJECT_DIR -j 4 -t $CMAKE_TARGET -b Release -s asan -D$CMAKE_ARG -r --debug -- $ARGS
Multiple CMake arguments can be defined by specifying -D multiple times.
Everything after double dash -- is forwarded to the built binary.
Features
- Configuration via file, environment variables, CLI arguments or mixed
Dependencies
~3.5–6.5MB
~122K SLoC