updated cmake configuration to build without ROS

This commit is contained in:
Ruixiang Du
2020-08-15 18:52:14 +08:00
parent 6c43a30f87
commit 96faefd482
8 changed files with 166 additions and 90 deletions

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