cmake_minimum_required(VERSION 2.4)

project(gaffitter)

# Puts the executable file into the root directory
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR})

# Recurse into the 'src' directory
add_subdirectory(src)
