Skip to content

Commit

Permalink
port: 7 to 8 (#2224)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Nov 3, 2023
2 parents 86d62f4 + 94a1802 commit ac26d9c
Show file tree
Hide file tree
Showing 19 changed files with 2,513 additions and 320 deletions.
4 changes: 4 additions & 0 deletions examples/worlds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ file(GLOB files "*.sdf")
install(FILES ${files}
DESTINATION ${GZ_DATA_INSTALL_DIR}/worlds)

file(GLOB csv_files "*.csv")
install(FILES ${csv_files}
DESTINATION ${GZ_DATA_INSTALL_DIR}/worlds)

add_subdirectory(thumbnails)
Loading

0 comments on commit ac26d9c

Please sign in to comment.