#
# CMake build system for pixwerx
#
cmake_minimum_required(VERSION 3.8)

project(pixwerx)

set (CMAKE_CXX_STANDARD 14)

add_subdirectory(src)