-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconanfile.txt
More file actions
58 lines (50 loc) · 1.13 KB
/
conanfile.txt
File metadata and controls
58 lines (50 loc) · 1.13 KB
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
53
54
55
56
57
58
[requires]
boost/1.84.0
openssl/3.2.0
nlohmann_json/3.11.3
crow/1.2.0
zlib/1.3.1
[tool_requires]
cmake/3.28.1
[generators]
CMakeDeps
CMakeToolchain
[options]
boost/*:shared=False
boost/*:header_only=False
boost/*:without_test=True
boost/*:without_program_options=True
boost/*:without_serialization=True
boost/*:without_wave=True
boost/*:without_container=True
boost/*:without_context=True
boost/*:without_coroutine=True
boost/*:without_fiber=True
boost/*:without_graph=True
boost/*:without_iostreams=True
boost/*:without_locale=True
boost/*:without_log=True
boost/*:without_math=True
boost/*:without_mpi=True
boost/*:without_python=True
boost/*:without_random=True
boost/*:without_regex=True
boost/*:without_stacktrace=True
boost/*:without_timer=True
boost/*:without_type_erasure=True
boost/*:without_graph_parallel=True
boost/*:without_json=True
boost/*:without_nowide=True
boost/*:without_url=True
openssl/*:shared=False
openssl/*:no_apps=True
openssl/*:no_docs=True
zlib/*:shared=False
[imports]
bin, *.dll -> ./bin
lib, *.dylib* -> ./bin
[layout]
cmake_layout
[conf]
tools.system.package_manager:mode=install
tools.system.package_manager:sudo=True