Skip to content

Commit

Permalink
octovis install target
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Wurm committed Jan 20, 2011
1 parent fdb4e94 commit ba67321
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/octovis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,10 @@ target_link_libraries(octovis

# #installation:
# # store all header files to install:
# file(GLOB octovis_HDRS *.h *.hxx *.hpp)

# install(FILES ${octovis_HDRS} DESTINATION include/octovis)
file(GLOB octovis_HDRS *.h *.hxx *.hpp)
install(FILES ${octovis_HDRS} DESTINATION include/octovis)

install(TARGETS octovis
# octovis_library
${INSTALL_TARGETS_DEFAULT_ARGS}
octovis_library
${INSTALL_TARGETS_DEFAULT_ARGS}
)

0 comments on commit ba67321

Please sign in to comment.