mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Trying to add support for conan.io dependency system...
This commit is contained in:
parent
4e39b23e45
commit
990a8a34d0
@ -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)
|
||||
|
7
conanfile.txt
Normal file
7
conanfile.txt
Normal file
@ -0,0 +1,7 @@
|
||||
[requires]
|
||||
Boost/1.60.0@lasote/stable
|
||||
OpenSSL/1.0.2i@lasote/stable
|
||||
|
||||
[generators]
|
||||
cmake
|
||||
|
Loading…
Reference in New Issue
Block a user