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)
|
||||
Reference in New Issue
Block a user