cmake_minimum_required (VERSION 2.6)
project (invlib)

# Executables
add_executable(trace trace.cpp)
