-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconanfile.txt
53 lines (49 loc) · 1007 Bytes
/
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
[requires]
fmt/8.1.1
spdlog/1.10.0
rapidjson/1.1.0
catch2/2.13.7
fakeit/2.0.9
cli11/2.1.1
boost/1.78.0
openimageio/2.3.7.2
tinyobjloader/1.0.6
onetbb/2020.3
qt/5.15.2
USD/22.05@latios96/stable
zlib/1.2.12
[options]
libtiff:jpeg=libjpeg-turbo
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-turbo
openimageio:with_openjpeg=False
fmt:header_only=True
spdlog:header_only=True
fakeit:integration=catch
[imports]
bin,*.dll->./bin
lib,*.dylib*->./lib
lib,*.so*->./lib
[generators]
cmake_find_package_multi
qt