Catkinize

Update CMakeLists.txt configuration and install rules
Add package.xml
Add config.cmake.in
This commit is contained in:
Jacob Perron 2016-10-13 13:51:55 -07:00
parent 2297d1da08
commit 6b90694a84
4 changed files with 142 additions and 26 deletions

4
config.cmake.in Normal file
View file

@ -0,0 +1,4 @@
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
check_required_components("@PROJECT_NAME@")