mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
moved ugv_sdk out from sub-folder
This commit is contained in:
12
cmake/ugv_sdkConfig.cmake.in
Normal file
12
cmake/ugv_sdkConfig.cmake.in
Normal file
@@ -0,0 +1,12 @@
|
||||
include(CMakeFindDependencyMacro)
|
||||
|
||||
# Capturing values from configure (optional)
|
||||
# set(my-config-var @my-config-var@)
|
||||
|
||||
# Same syntax as find_package
|
||||
find_dependency(Threads REQUIRED)
|
||||
|
||||
# Any extra setup
|
||||
|
||||
# Add the targets file
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/ugv_sdkTargets.cmake")
|
||||
Reference in New Issue
Block a user