File: Findnet.cmake

package info (click to toggle)
kdenetwork-filesharing 4%3A22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,500 kB
  • sloc: cpp: 1,999; xml: 129; makefile: 3; sh: 2
file content (12 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-FileCopyrightText: 2020 Harald Sitter <sitter@kde.org>

find_program(net_EXE net)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(net
    FOUND_VAR
        net_FOUND
    REQUIRED_VARS
        net_EXE
)