Add: conan support
This commit is contained in:
19
conanfile.txt
Normal file
19
conanfile.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
[requires]
|
||||
boost/1.76.0
|
||||
soci/4.0.2
|
||||
fmt/7.1.3
|
||||
spdlog/1.8.5
|
||||
cpp-httplib/0.8.8
|
||||
magic_enum/0.7.2
|
||||
ctre/3.4.1
|
||||
nlohmann_json/3.9.1
|
||||
|
||||
[generators]
|
||||
cmake
|
||||
|
||||
[options]
|
||||
soci:shared=True
|
||||
soci:with_boost=True
|
||||
soci:with_sqlite3=True
|
||||
soci:with_odbc=True
|
||||
soci:with_postgresql=True
|
||||
Reference in New Issue
Block a user