We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b3a69 commit 93e7cd7Copy full SHA for 93e7cd7
1 file changed
CMakeLists.txt
@@ -1,6 +1,6 @@
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)
4
-include($ENV{ROCK_CMAKE_MACROS}/Rock.cmake)
+find_package(Rock)
5
rock_init(vizkit3d_plugin_tutorial 0.1)
6
rock_standard_layout()
0 commit comments