freebsd-dev/contrib/libfido2/udev/CMakeLists.txt
Ed Maste 0afa8e065e Import libfido2 at 'contrib/libfido2/'
git-subtree-dir: contrib/libfido2
git-subtree-mainline: d586c978b9
git-subtree-split: a58dee945a
2021-10-06 21:29:18 -04:00

8 lines
242 B
CMake

# 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.
if(UDEV_RULES_DIR)
install(FILES 70-u2f.rules DESTINATION ${UDEV_RULES_DIR})
endif()