aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--conanfile.txt7
2 files changed, 11 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e2d3bc7..4d257bd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 2.8)
project (crow_all)
+
+include(build/conanbuildinfo.cmake)
+conan_basic_setup()
+
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
find_package(Tcmalloc)
find_package(Threads)
diff --git a/conanfile.txt b/conanfile.txt
new file mode 100644
index 0000000..22b112a
--- /dev/null
+++ b/conanfile.txt
@@ -0,0 +1,7 @@
+[requires]
+Boost/1.60.0@lasote/stable
+OpenSSL/1.0.2i@lasote/stable
+
+[generators]
+cmake
+