v01
This commit is contained in:
11
thirdparty/ros/console_bridge/console_bridge-config.cmake.in
vendored
Normal file
11
thirdparty/ros/console_bridge/console_bridge-config.cmake.in
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
if (@PKG_NAME@_CONFIG_INCLUDED)
|
||||
return()
|
||||
endif()
|
||||
set(@PKG_NAME@_CONFIG_INCLUDED TRUE)
|
||||
|
||||
@PACKAGE_INIT@
|
||||
|
||||
set(@PKG_NAME@_INCLUDE_DIRS "@PACKAGE_CMAKE_INSTALL_FULL_INCLUDEDIR@")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/@PKG_NAME@-targets.cmake")
|
||||
set(@PKG_NAME@_LIBRARIES @PKG_NAME@::@PKG_NAME@)
|
||||
Reference in New Issue
Block a user