Skip to content

Commit

Permalink
build only exiv
Browse files Browse the repository at this point in the history
  • Loading branch information
enen92 committed Nov 16, 2023
1 parent abb55bc commit 30f5b63
Showing 1 changed file with 1 addition and 70 deletions.
71 changes: 1 addition & 70 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -962,88 +962,19 @@ ExternalProject_Add(exiv2
add_dependency_project_package(exiv2 0.28.1)

add_custom_target(DependenciesRequired
DEPENDS
brotli
bzip2
crossguid
curl
date
dav1d
DEPENDS
exiv2
expat
flatbuffers
fmt
freetype
fstrcmp
giflib
GoogleTest
harfbuzz
lcms2
libaacs
libass
libbdplus
libbluray
libcdio
libdvdcss
libdvdnav
libdvdread
libffi
libfribidi
libgpg-error
libgcrypt
libjpeg-turbo
libiconv
libmicrohttpd
libnfs
libpng
libudfread
libwebp
libxml2
libxslt
lzo2
mariadb-connector-c
#miniwdk # WDK is not installed on github hosted runners
nghttp2
openssl
pcre
python
pillow
pycryptodome
rapidjson
spdlog
sqlite
taglib
tinyxml
winflexbison
xz
zlib
uwp_compat
)

add_custom_target(DependenciesRequiredDebug
DEPENDS
crossguid
date
detours
fmt
GoogleTest
libudfread
lzo2
pcre
taglib
tinyxml
zlib
)

if(NOT WINDOWS_STORE)
add_dependencies(DependenciesRequired
detours
dnssd
flatc
libcec
libplist
platform
shairplay
swig
)
endif()

0 comments on commit 30f5b63

Please sign in to comment.