Skip to content

Commit

Permalink
Copy whole directories of data, examples, tutorials w/o any modification
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Feb 1, 2017
1 parent d3b609a commit c89f707
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -412,14 +412,11 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/data"

# Examples source
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/examples"
DESTINATION ${DART_ADDITIONAL_DOCUMENTATION_INSTALL_PATH}
PATTERN "examples/CMakeLists.txt" EXCLUDE
PATTERN "examples/osgExamples/CMakeLists.txt" EXCLUDE)
DESTINATION ${DART_ADDITIONAL_DOCUMENTATION_INSTALL_PATH})

# Tutorials source
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/tutorials"
DESTINATION ${DART_ADDITIONAL_DOCUMENTATION_INSTALL_PATH}
PATTERN "tutorials/CMakeLists.txt" EXCLUDE)
DESTINATION ${DART_ADDITIONAL_DOCUMENTATION_INSTALL_PATH})

#===============================================================================
# Uninstall
Expand Down

0 comments on commit c89f707

Please sign in to comment.