We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e54be7 + 4361a0d commit d7dc7c8Copy full SHA for d7dc7c8
CMakeLists.txt
@@ -1,6 +1,7 @@
1
# CMakeLists.txt has to be located in the project folder and cmake has to be
2
# executed from 'project/build' with 'cmake ../'.
3
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.0)
4
find_package(Rock)
5
-rock_init(rock_tutorial 0.1)
+project(rock_tutorial VERSION 0.1 DESCRIPTION "Rock Tutorial")
6
+rock_init()
7
rock_standard_layout()
viz/CMakeLists.txt
@@ -1,3 +1,4 @@
+rock_find_qt5(Core)
rock_vizkit_plugin(rock_tutorial-viz
RockVisualization.cpp
0 commit comments