diff --git a/Sources/Plasma/Apps/CMakeLists.txt b/Sources/Plasma/Apps/CMakeLists.txt index 529b018def..6538735e80 100644 --- a/Sources/Plasma/Apps/CMakeLists.txt +++ b/Sources/Plasma/Apps/CMakeLists.txt @@ -23,5 +23,4 @@ endif() if(PLASMA_BUILD_TOOLS) add_subdirectory(SoundDecompress) add_subdirectory(plPythonPack) - add_subdirectory(plFileEncrypt) endif() diff --git a/Sources/Tools/CMakeLists.txt b/Sources/Tools/CMakeLists.txt index 9b1e23c271..22c8f923e5 100644 --- a/Sources/Tools/CMakeLists.txt +++ b/Sources/Tools/CMakeLists.txt @@ -5,6 +5,7 @@ include_directories("${PLASMA_SOURCE_ROOT}/PubUtilLib") if(PLASMA_BUILD_TOOLS) add_subdirectory(plSystemInfo) + add_subdirectory(plFileEncrypt) add_subdirectory(plFilePatcher) add_subdirectory(plFileSecure) add_subdirectory(plPageInfo) diff --git a/Sources/Plasma/Apps/plFileEncrypt/CMakeLists.txt b/Sources/Tools/plFileEncrypt/CMakeLists.txt similarity index 100% rename from Sources/Plasma/Apps/plFileEncrypt/CMakeLists.txt rename to Sources/Tools/plFileEncrypt/CMakeLists.txt diff --git a/Sources/Plasma/Apps/plFileEncrypt/main.cpp b/Sources/Tools/plFileEncrypt/main.cpp similarity index 100% rename from Sources/Plasma/Apps/plFileEncrypt/main.cpp rename to Sources/Tools/plFileEncrypt/main.cpp