cpmk 2.1.4

A simple C/C++ CLI Project Maker including CMake
Documentation
1
2
3
4
5
use cpmk::setup_project;

fn main() {
    setup_project();
}