# # CMake build system for pixwerx # cmake_minimum_required(VERSION 3.8) project(pixwerx) set (CMAKE_CXX_STANDARD 17) add_subdirectory(src)