We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7573f4 + 6ac7394 commit 867f508Copy full SHA for 867f508
2 files changed
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
+project(vizkit3d_plugin_tutorial VERSION 0.1 DESCRIPTION "vizkit3d plugin tutorial")
5
find_package(Rock)
-rock_init(vizkit3d_plugin_tutorial 0.1)
6
+rock_init()
7
rock_standard_layout()
viz/CMakeLists.txt
@@ -1,3 +1,5 @@
+rock_find_qt5(Core)
+
rock_vizkit_plugin(vizkit3d_plugin_tutorial-viz
SphereVisualization.cpp
DEPS vizkit3d_plugin_tutorial
0 commit comments