roscopecoltran / sugar

CMake tools and examples: collecting source files, warnings suppression, etc.

Home Page:http://goo.gl/v8NR4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sugar

linux macosx
Build Status Build Status

Usage

All you need to do is to include master Sugar file:

include(/path/to/sugar/cmake/Sugar)

Note: to run commands which use python you need to install python3

Usage (hunter)

Using hunter package manager:

include(HunterGate.cmake)
hunter_add_package(Sugar)
include(${SUGAR_ROOT}/cmake/Sugar)

Features

Examples

See examples. Please read coding style and agreements before start looking through examples (may explain a lot).

What's next?

About

CMake tools and examples: collecting source files, warnings suppression, etc.

http://goo.gl/v8NR4

License:BSD 2-Clause "Simplified" License


Languages

Language:CMake 59.7%Language:Python 40.0%Language:Shell 0.4%