File: CMakeLists.txt

package info (click to toggle)
qt6-imageformats 6.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 11,540 kB
  • sloc: ansic: 95,999; cpp: 8,359; makefile: 18
file content (8 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause


if(QT_FEATURE_system_zlib)
    add_subdirectory(mng)
    add_subdirectory(tiff)
endif()