
cmake_minimum_required(VERSION 3.6)

project(demangler CXX)

add_subdirectory(src)
