Files
ugv_sdk/cmake/wrp_sdkConfig.cmake.in
2020-08-15 18:52:14 +08:00

12 lines
284 B
CMake

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}/wra_utilsTargets.cmake")