Skip to content

Commit

Permalink
[irods/irods_client_icommands#14] Support for new irmdir icommand
Browse files Browse the repository at this point in the history
  • Loading branch information
rskarbez authored and xu-hao committed Jun 8, 2017
1 parent f92ad84 commit 0afaf2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ set(
${CMAKE_SOURCE_DIR}/lib/core/src/rcPortalOpr.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/regUtil.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/replUtil.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/rmdirUtil.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/rmUtil.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/rmtrashUtil.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/rsyncUtil.cpp
Expand Down Expand Up @@ -1043,6 +1044,7 @@ set(
${CMAKE_SOURCE_DIR}/lib/core/src/regUtil.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/region.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/replUtil.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/rmdirUtil.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/rmUtil.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/rmtrashUtil.cpp
${CMAKE_SOURCE_DIR}/lib/core/src/rodsLog.cpp
Expand Down
1 change: 1 addition & 0 deletions cmake/development_library.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ set(
${CMAKE_SOURCE_DIR}/lib/core/include/regUtil.h
${CMAKE_SOURCE_DIR}/lib/core/include/region.h
${CMAKE_SOURCE_DIR}/lib/core/include/replUtil.h
${CMAKE_SOURCE_DIR}/lib/core/include/rmdirUtil.h
${CMAKE_SOURCE_DIR}/lib/core/include/rmUtil.h
${CMAKE_SOURCE_DIR}/lib/core/include/rmtrashUtil.h
${CMAKE_SOURCE_DIR}/lib/core/include/rods.h
Expand Down

0 comments on commit 0afaf2b

Please sign in to comment.