project(polypartition)
cmake_minimum_required(VERSION 2.6)

add_library(polypartition STATIC
    polypartition.cpp
    polypartition.h
)
