cmake_minimum_required(VERSION 2.6)

INCLUDE_DIRECTORIES(src)
INCLUDE(CPack)

add_subdirectory(src)
add_subdirectory(example)