Skip to content

Commit

Permalink
Move plFileSecure to Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Aug 6, 2024
1 parent f64c574 commit 53129e0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Plasma/Apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ endif()
if(PLASMA_BUILD_TOOLS)
add_subdirectory(SoundDecompress)
add_subdirectory(plPythonPack)
add_subdirectory(plFileSecure)
add_subdirectory(plFileEncrypt)
endif()
1 change: 1 addition & 0 deletions Sources/Tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ include_directories("${PLASMA_SOURCE_ROOT}/PubUtilLib")
if(PLASMA_BUILD_TOOLS)
add_subdirectory(plSystemInfo)
add_subdirectory(plFilePatcher)
add_subdirectory(plFileSecure)
add_subdirectory(plPageInfo)
add_subdirectory(plPageOptimizer)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 53129e0

Please sign in to comment.