RauliL / cfug

Utilities for C++ project management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFug

Utilities for C++ project management.

Requirements

Commands

  • cfug new: Initializes new project. By default executable template is used, but this can be changed with --template argument. Available templates are executable, header-only and library.
  • cfug configure: Runs CMake configuration on the project.
  • cfug build: Builds the project.
  • cfug test: Runs test cases.
  • cfug clean: Cleans all build files.

About

Utilities for C++ project management


Languages

Language:Python 65.4%Language:CMake 31.9%Language:C++ 2.7%