# 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)
