cmake_minimum_required(VERSION 2.8 FATAL_ERROR)

project(evaluation_shrec2015)
add_executable (evaluation_shrec2015 main.cpp Evaluator.cpp util.cpp)
