We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7573f4 commit 5a3a603Copy full SHA for 5a3a603
1 file changed
CMakeLists.txt
@@ -1,6 +1,8 @@
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_find_qt5(Core)
8
rock_standard_layout()
0 commit comments