Skip to content

Commit

Permalink
Merge pull request #463 from kjvbrt/scripts
Browse files Browse the repository at this point in the history
Installing also Examples/scripts
  • Loading branch information
kjvbrt authored Oct 4, 2023
2 parents 07f9fcd + 2e8d089 commit e6c1f66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ install(DIRECTORY options
PATTERN k4_workflow_blocks EXCLUDE
)

install(DIRECTORY scripts
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/Examples
)

file(GLOB fccsw_examples options/*.py)
list(FILTER fccsw_examples EXCLUDE REGEX "__init__.py")
Expand Down

0 comments on commit e6c1f66

Please sign in to comment.