cmake_minimum_required(VERSION 2.8)
project(path)
add_executable(path_demo path_demo.cpp filesystem/path.h filesystem/resolver.h)
