tamuraryo0126 / pmp-project-template

Project template for creating applications based on pmp-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pmp-template

This repository provides a simple project template for writing your own algorithms and applications using the pmp-library. It directly includes the pmp-library repository as a git submodule. To get started, just clone the repository recursively:

$ git clone --recursive https://github.com/pmp-library/pmp-template.git

Configure and build:

$ cd pmp-template && mkdir build && cd build && cmake .. && make

This will automatically build the pmp-library and its dependecies.

License

As the pmp-library itself, this template is provided under the MIT license, thereby allowing for both open-source and commercial usage.

About

Project template for creating applications based on pmp-library

License:MIT License


Languages

Language:C++ 52.8%Language:CMake 47.2%