Skip to content

Commit

Permalink
[#28] CMakeLists.txt: Condense calls to install(
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb authored and alanking committed Nov 7, 2022
1 parent 820433e commit 5083ff5
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,33 +68,9 @@ install(TARGETS ${PLUGIN} LIBRARY DESTINATION ${IRODS_PLUGINS_DIRECTORY}/rule_en
install(
FILES
${CMAKE_SOURCE_DIR}/packaging/test_plugin_audit_amqp.py
DESTINATION ${IRODS_HOME_DIRECTORY}/scripts/irods/test
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)

install(
FILES
${CMAKE_SOURCE_DIR}/packaging/test_audit_plugin.py
DESTINATION ${IRODS_HOME_DIRECTORY}/scripts/irods/test
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)

install(
FILES
${CMAKE_SOURCE_DIR}/packaging/audit_plugin_message_worker.py
DESTINATION ${IRODS_HOME_DIRECTORY}/scripts/irods/test
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)

install(
FILES
${CMAKE_SOURCE_DIR}/packaging/message_broker_consumer.py
DESTINATION ${IRODS_HOME_DIRECTORY}/scripts/irods/test
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)

install(
FILES
${CMAKE_SOURCE_DIR}/packaging/queue_listener.py
DESTINATION ${IRODS_HOME_DIRECTORY}/scripts/irods/test
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
Expand Down

0 comments on commit 5083ff5

Please sign in to comment.