freebsd-src/contrib/libfido2/udev/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
282 B
CMake
Raw Permalink Normal View History

2021-10-02 00:52:55 +01:00
# Copyright (c) 2018 Yubico AB. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
2023-04-26 17:40:13 +01:00
# SPDX-License-Identifier: BSD-2-Clause
2021-10-02 00:52:55 +01:00
if(UDEV_RULES_DIR)
install(FILES 70-u2f.rules DESTINATION ${UDEV_RULES_DIR})
endif()