Use conanfile.txt to install dependencies before CMake configure

This commit is contained in:
Dan Paulat 2023-01-28 21:51:36 -06:00
parent 3893cf738c
commit d9de1c59d6
3 changed files with 52 additions and 22 deletions

28
conanfile.txt Normal file
View file

@ -0,0 +1,28 @@
[requires]
boost/1.81.0
cpr/1.9.3
freetype/2.12.1
geographiclib/1.52
glew/2.2.0
glm/cci.20220420
gtest/cci.20210126
libcurl/7.85.0
libxml2/2.10.3
openssl/1.1.1s
spdlog/1.11.0
sqlite3/3.40.1
vulkan-loader/1.3.236.0
zlib/1.2.13
[generators]
cmake
cmake_find_package
cmake_paths
[options]
openssl:shared=True
[imports]
bin, *.dll -> ./bin
lib, *.dylib -> ./bin
., license* -> ./licenses @ folder=True, ignore_case=True