Skip to content

Commit

Permalink
Install Python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Dec 6, 2022
1 parent e09eb78 commit c2f960e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reach/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ list(APPEND TARGETS ${PROJECT_NAME}_data_loader)
if(BUILD_PYTHON)
message("Building Python bindings")
add_subdirectory(src/python)
install(DIRECTORY scripts/ DESTINATION bin)
endif()

# ######################################################################################################################
Expand Down

0 comments on commit c2f960e

Please sign in to comment.