[go: up one dir, main page]

File: config.cmake.in

package info (click to toggle)
dtkcommon 5.7.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 11
file content (7 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
# SPDX-FileCopyrightText: 2023 Uniontech Software Technology Co.,Ltd.
#
# SPDX-License-Identifier: BSD-3-Clause
include(CMakeFindDependencyMacro)
foreach(module ${Dtk@VERSION_SUFFIX@_FIND_COMPONENTS})
    find_dependency(Dtk@VERSION_SUFFIX@${module})
endforeach()