Skip to content

Commit

Permalink
install examples in shared/faust
Browse files Browse the repository at this point in the history
  • Loading branch information
dfober committed Jan 14, 2020
1 parent da3d408 commit 578d139
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,16 @@ install (
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)

####################################
# install examples
install (
DIRECTORY ${ROOT}/examples DESTINATION ${CMAKE_INSTALL_PREFIX}//share/faust
FILE_PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
DIRECTORY_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
PATTERN ".DS_Store" EXCLUDE
)

# install faust libraries
file (GLOB FAUSTDSPLIBS ${ROOT}/libraries/*.lib ${ROOT}/libraries/old/*.lib)
# install various files from the architecture root folder
Expand Down

0 comments on commit 578d139

Please sign in to comment.