Skip to content

Commit

Permalink
[irods#28] Slight repo reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb committed Nov 7, 2022
1 parent d479d4c commit 70d9469
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
.vscode
compile_commands.json
CMakeLists.txt.user
.clangd
*.pyc
*.pyd
*.pyo
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ find_package(Threads REQUIRED)
find_package(OpenSSL REQUIRED COMPONENTS Crypto SSL)
find_package(nlohmann_json "3.6.1" REQUIRED)

add_library(${PLUGIN} MODULE ${CMAKE_SOURCE_DIR}/libirods_rule_engine_plugin-audit_amqp.cpp)
add_library(${PLUGIN} MODULE ${CMAKE_SOURCE_DIR}/src/main.cpp)
target_compile_options(${PLUGIN} PRIVATE -Wno-write-strings)
target_compile_definitions(${PLUGIN} PRIVATE ${IRODS_COMPILE_DEFINITIONS} ${IRODS_COMPILE_DEFINITIONS_PRIVATE} IRODS_ENABLE_SYSLOG)
target_include_directories(
Expand Down Expand Up @@ -101,7 +101,7 @@ install(
)

install(
FILES ${CMAKE_SOURCE_DIR}/add_audit_rule_engine_to_rule_engines.py
FILES ${CMAKE_SOURCE_DIR}/scripts/add_audit_rule_engine_to_rule_engines.py
DESTINATION ${IRODS_HOME_DIRECTORY}/scripts
)

Expand Down
5 changes: 0 additions & 5 deletions run_qpidd.sh

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 70d9469

Please sign in to comment.