Added files for CMake.
This commit is contained in:
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
cmake_minimum_required (VERSION 2.6)
|
||||
project (libsettable)
|
||||
|
||||
find_package(Boost)
|
||||
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
add_subdirectory(examples)
|
||||
6
examples/CMakeLists.txt
Normal file
6
examples/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required (VERSION 2.6)
|
||||
project (Demo)
|
||||
|
||||
include_directories( .. )
|
||||
|
||||
add_executable(Demo demo.cpp)
|
||||
Reference in New Issue
Block a user