# Example of a simple project that uses raw CMake
cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
project(RawHelloWorld)
enable_testing()
add_subdirectory(hello_world)
