From c79050aa44b8836d836c5dd22a383a073c28b74b Mon Sep 17 00:00:00 2001 From: nicoo Date: Wed, 12 Feb 2020 13:42:22 +0100 Subject: Import upstream release 1.3.0 Closes: #951184 --- udev/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 udev/CMakeLists.txt (limited to 'udev/CMakeLists.txt') diff --git a/udev/CMakeLists.txt b/udev/CMakeLists.txt new file mode 100644 index 0000000..29a9d41 --- /dev/null +++ b/udev/CMakeLists.txt @@ -0,0 +1,7 @@ +# 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() -- cgit v1.2.3