forked from vmware/concord-bft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconanfile.txt
52 lines (49 loc) · 1.38 KB
/
conanfile.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[requires]
cryptopp/8.2.0@bincrafters/stable
boost/1.64.0@conan/stable
gtest/1.8.1@bincrafters/stable
log4cplus/2.0.4@bincrafters/stable
OpenSSL/1.1.1@conan/stable
relic/0.4.0
zlib/1.2.11@conan/stable
bzip2/1.0.8@conan/stable
lz4/1.8.0@bincrafters/stable
snappy/1.1.7@bincrafters/stable
zstd/1.4.0@bincrafters/stable
rocksdb/5.7.3
hdr_histogram/0.9.12
[generators]
cmake
[options]
OpenSSL:shared=True
boost:without_atomic=True
boost:without_wave=True
boost:without_container=True
boost:without_exception=True
boost:without_graph=True
boost:without_iostreams=True
boost:without_locale=True
boost:without_program_options=True
boost:without_random=True
boost:without_regex=True
boost:without_serialization=True
boost:without_coroutine=True
boost:without_fiber=True
boost:without_context=True
boost:without_timer=True
boost:without_thread=True
boost:without_chrono=True
boost:without_date_time=True
boost:without_log=True
boost:without_math=True
boost:without_type_erasure=True
boost:without_signals=True
boost:without_graph_parallel=True
boost:without_test=True
boost:without_mpi=True
boost:without_context=True
[imports]
bin, *.dll -> ./lib # Copies all dll files from packages bin folder to my "lib" folder
lib, *.dylib* -> ./lib # Copies all dylib files from packages lib folder to my "lib" folder
lib, *.so* -> ./lib # Copies all dylib files from packages lib folder to my "lib" folder
lib, *.a* -> ./lib