Skip to content

Commit

Permalink
install targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Wurm committed Jan 20, 2011
1 parent baafd7b commit 8c59d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ install(PROGRAMS "src/extern/binvox/binvox64" DESTINATION bin)
install(PROGRAMS "src/extern/binvox/viewvox" DESTINATION bin)
install(PROGRAMS "src/extern/binvox/viewvox64" DESTINATION bin)

file(GLOB octomap_HDRS ${CMAKE_SOURCE_DIR}/include/octomap/*.h)
file(GLOB octomap_HDRS ${CMAKE_SOURCE_DIR}/include/octomap/*.h ${CMAKE_SOURCE_DIR}/include/octomap/*.hxx)
install(FILES ${octomap_HDRS} DESTINATION include/octomap)
file(GLOB octomap_math_HDRS ${CMAKE_SOURCE_DIR}/include/octomap/math/*.h)
install(FILES ${octomap_math_HDRS} DESTINATION include/octomap/math)
Expand Down
4 changes: 2 additions & 2 deletions src/octomap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ TARGET_LINK_LIBRARIES(test_raycasting octomap)

# installation:
# store all header files to install:
file(GLOB octomap_impl_HDRS *.h *.hxx *.hpp)
install(FILES ${octomap_impl_HDRS} DESTINATION include/octomap)
# file(GLOB octomap_impl_HDRS *.h *.hxx *.hpp)
# install(FILES ${octomap_impl_HDRS} DESTINATION include/octomap)

install(TARGETS octomap
graph2tree
Expand Down

0 comments on commit 8c59d76

Please sign in to comment.