cmake_minimum_required(VERSION 2.8)

project(src)
add_executable( replay src/replay.c )
