# CMakeLists.txt has to be located in the project folder and cmake has to be
# executed from 'project/build' with 'cmake ../'.
cmake_minimum_required(VERSION 2.6)
find_package(Rock)
set(CMAKE_CXX_STANDARD_REQUIRED 11)
set(ROCK_TEST_ENABLED ON)
rock_init(vizkit3d_debug_drawings 0.1)
rock_find_qt4()
rock_standard_layout()

