cmake_minimum_required(VERSION 3.5.0)
project(prjxray)
set(CMAKE_CXX_FLAGS "-std=c++11 -Wall -Werror ${CMAKE_CXX_FLAGS}")
add_subdirectory(tools)