forked from stlab/libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conanfile.txt
43 lines (40 loc) · 1.06 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
[requires]
boost/1.69.0@conan/stable
[generators]
cmake
[options]
boost:shared=True
boost:without_chrono=False
boost:without_system=False
boost:without_timer=False
boost:without_test=False
boost:without_iostreams=True
boost:without_log=True
boost:without_regex=True
boost:without_locale=True
boost:without_exception=True
boost:without_filesystem=True
boost:without_container=True
boost:without_program_options=True
boost:without_wave=True
boost:without_thread=True
boost:without_graph_parallel=True
boost:without_context=True
boost:without_random=True
boost:without_graph=True
boost:without_serialization=True
boost:without_date_time=True
boost:without_fiber=True
boost:without_coroutine=True
boost:without_mpi=True
boost:without_type_erasure=True
boost:without_math=True
boost:without_container=True
boost:without_log=True
boost:without_exception=True
boost:without_python=True
boost:without_stacktrace=True
boost:without_atomic=True
[imports]
bin, *.dll -> ./bin # copies package bin folder DLLs to "bin" folder
lib, *.dylib -> ./bin # copies package lib folder DLLs to "bin" folder