Releases: byBretema/ccpm
Releases · byBretema/ccpm
v0.0.1
🚀 Main features
- Download and Build dependencies out of source
- Easy and quick build command that basically runs:
cmake -S <path> -B <path>/build -DCMAKE_BUILD_TYPE=<build_type>;
cmake --build <path>/build -j 16 --config <build_type>;
🗺️ Roadmap
- Add option to choose CMake Generator
- Automatic: package-name and target-names
- Support for local folders and zip files
- Support for SVN
- Support for Hg
Thank you for using ccpm! For questions, issues, or feedback, please visit this.