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.
1 parent f8fd0de commit ee4b870Copy full SHA for ee4b870
CMakeLists.txt
@@ -1,10 +1,11 @@
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
+project(lib_config VERSION 0.1)
6
SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
7
-rock_init(lib_config 0.1)
8
+rock_init()
9
include_directories(src)
10
rock_standard_layout()
11
0 commit comments