Skip to content
Snippets Groups Projects
Commit ee44ff3d authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added the Find cmake files for all the modules.

parent a32f2d81
No related branches found
No related tags found
No related merge requests found
......@@ -19,4 +19,5 @@ INSTALL(TARGETS robotis_bin_parser
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
INSTALL(FILES ${headers} DESTINATION include)
INSTALL(FILES ../Findrobotis_bin_parser.cmake DESTINATION ${CMAKE_ROOT}/Modules/)
ADD_SUBDIRECTORY(examples)
......@@ -13,4 +13,5 @@ INSTALL(TARGETS robotis_mtn
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
INSTALL(FILES ${headers} DESTINATION include)
INSTALL(FILES ../Findrobotis_mtn.cmake DESTINATION ${CMAKE_ROOT}/Modules/)
ADD_SUBDIRECTORY(examples)
......@@ -45,5 +45,6 @@ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mtn_parser.hpp DESTINATION include)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/location.hh DESTINATION include)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/position.hh DESTINATION include)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stack.hh DESTINATION include)
INSTALL(FILES ../Findrobotis_mtn_parser.cmake DESTINATION ${CMAKE_ROOT}/Modules/)
ADD_SUBDIRECTORY(examples)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment