forked from khizmax/libcds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conanfile.txt
40 lines (37 loc) · 1.02 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
[requires]
gtest/1.7.0@lasote/stable
Boost/1.60.0@lasote/stable
[options]
Boost:shared=True
Boost:without_atomic=False
Boost:without_system=False
Boost:without_thread=False
Boost:without_chrono=True
Boost:without_container=True
Boost:without_context=True
Boost:without_coroutine=True
Boost:without_coroutine2=True
Boost:without_date_time=True
Boost:without_exception=True
Boost:without_filesystem=True
Boost:without_graph=True
Boost:without_graph_parallel=True
Boost:without_iostreams=True
Boost:without_locale=True
Boost:without_log=True
Boost:without_math=True
Boost:without_mpi=True
Boost:without_program_options=True
Boost:without_random=True
Boost:without_regex=True
Boost:without_serialization=True
Boost:without_signals=True
Boost:without_test=True
Boost:without_timer=True
Boost:without_type_erasure=True
Boost:without_wave=True
# We copy the builded files in order to refer to them when calling cmake.
# cmake -DCMAKE_PREFIX_PATH="build_dir/deps"
[imports]
include, * -> ./deps/include # Copies files
lib, * -> ./deps/lib # Copies files