We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d3071 commit 2adba80Copy full SHA for 2adba80
FindUv.cmake
@@ -0,0 +1,20 @@
1
+#
2
+# Copyright (C) 2022 Swift Navigation Inc.
3
+# Contact: Swift Navigation <dev@swift-nav.com>
4
5
+# This source is subject to the license found in the file 'LICENSE' which must
6
+# be be distributed together with this source. All other rights reserved.
7
8
+# THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
9
+# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
10
+# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
11
12
+
13
+include("GenericFindDependency")
14
+option(LIBUV_BUILD_TESTS "" OFF)
15
+option(LIBUV_BUILD_BENCH "" OFF)
16
+GenericFindDependency(
17
+ TARGET uv
18
+ SOURCE_DIR libuv
19
+ SYSTEM_INCLUDES
20
+)
0 commit comments