Skip to content

Commit 2adba80

Browse files
authored
Add find module for libuv [PSDM-175] (#137)
1 parent f4d3071 commit 2adba80

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

FindUv.cmake

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)