cmake_minimum_required(VERSION 2.8)

# These are the files we want to give students
install(FILES lab1C lab1B lab1A DESTINATION "${RELEASE_DIR}/lab01")
