-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconanfile.txt
69 lines (65 loc) · 1.3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[requires]
fmt/10.2.1
spdlog/1.13.0
catch2/2.13.9
fakeit/2.3.2
cli11/2.3.2
boost/1.78.0
openimageio/2.5.6.0@latios96/stable
tinyobjloader/1.0.7
onetbb/2020.3
qt/5.15.14
USD/24.03@latios96/stable
magic_enum/0.8.2
cpuinfo/cci.20220228
embree3/3.13.5
tsl-ordered-map/1.1.0
nlohmann_json/3.11.2
pystring/1.1.4
tabulate/1.5
cpptrace/0.5.4
cairo/1.18.0
libsass/3.6.6
libmorton/0.2.12
zlib/1.2.13
libpng/1.6.39
zstd/1.5.4
expat/2.5.0
[options]
libtiff:jpeg=libjpeg
qt:with_libjpeg=False
qt:with_odbc=False
qt:with_sqlite3=False
qt:with_mysql=False
qt:with_pq=False
harfbuzz:with_glib=False
qt:with_glib=False
qt:qtmultimedia=False
qt:openssl=False
qt:with_pcre2=False
qt:shared=True
openimageio:with_ffmpeg=False
openimageio:with_freetype=False
openimageio:with_giflib=False
openimageio:with_hdf5=False
openimageio:with_libheif=False
openimageio:with_libwebp=False
openimageio:with_opencv=False
openimageio:with_openvdb=False
openimageio:with_ptex=False
openimageio:with_raw=False
openimageio:with_libjpeg=libjpeg
openimageio:with_openjpeg=False
openimageio:with_opencolorio=False
fmt:header_only=True
spdlog:header_only=True
fakeit:integration=catch
boost:without_stacktrace=True
USD:with_imaging=True
embree3:backface_culling=True
[imports]
bin,*.dll->./bin
lib,*.dylib*->./lib
lib,*.so*->./lib
[generators]
cmake_find_package_multi