Skip to content

Commit

Permalink
Add find module for Auk (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakTjernberg authored Sep 23, 2022
1 parent 18206e3 commit f4d3071
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions FindAuk.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# Copyright (C) 2022 Swift Navigation Inc.
# Contact: Swift Navigation <dev@swift-nav.com>
#
# This source is subject to the license found in the file 'LICENSE' which must
# be be distributed together with this source. All other rights reserved.
#
# THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
#

include("GenericFindDependency")

option(auk_ENABLE_TESTS "" FALSE)

GenericFindDependency(TARGET swiftnav::ssr-client
SOURCE_DIR auk)

0 comments on commit f4d3071

Please sign in to comment.