Add batch processing, and format converter
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: d:/MyProject/kcompressor/app/.cxx/Debug/j1t3m4l4/arm64-v8a
|
||||
# For build in directory: d:/MyProject/KCompressor/app/.cxx/Debug/j1t3m4l4/arm64-v8a
|
||||
# It was generated by CMake: D:/Android/sdk/cmake/3.22.1/bin/cmake.exe
|
||||
# You can edit this file to change values found and used by cmake.
|
||||
# If you do not want to change any of the values, simply exit the editor.
|
||||
@@ -124,7 +124,7 @@ CMAKE_EXPORT_COMPILE_COMMANDS:UNINITIALIZED=ON
|
||||
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/kcompressor
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_LIBRARY_OUTPUT_DIRECTORY:UNINITIALIZED=D:\MyProject\kcompressor\app\build\intermediates\cxx\Debug\j1t3m4l4\obj\arm64-v8a
|
||||
CMAKE_LIBRARY_OUTPUT_DIRECTORY:UNINITIALIZED=D:\MyProject\KCompressor\app\build\intermediates\cxx\Debug\j1t3m4l4\obj\arm64-v8a
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_LINKER:FILEPATH=D:/Android/sdk/ndk/28.2.13676358/toolchains/llvm/prebuilt/windows-x86_64/bin/ld.lld.exe
|
||||
@@ -176,7 +176,7 @@ CMAKE_RANLIB:FILEPATH=D:/Android/sdk/ndk/28.2.13676358/toolchains/llvm/prebuilt/
|
||||
CMAKE_READELF:FILEPATH=D:/Android/sdk/ndk/28.2.13676358/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-readelf.exe
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_RUNTIME_OUTPUT_DIRECTORY:UNINITIALIZED=D:\MyProject\kcompressor\app\build\intermediates\cxx\Debug\j1t3m4l4\obj\arm64-v8a
|
||||
CMAKE_RUNTIME_OUTPUT_DIRECTORY:UNINITIALIZED=D:\MyProject\KCompressor\app\build\intermediates\cxx\Debug\j1t3m4l4\obj\arm64-v8a
|
||||
|
||||
//Flags used by the linker during the creation of dll's.
|
||||
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
||||
@@ -243,13 +243,13 @@ CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=D:\Android\sdk\ndk\28.2.13676358\build\cmake\
|
||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||
|
||||
//Value Computed by CMake
|
||||
kcompressor_BINARY_DIR:STATIC=D:/MyProject/kcompressor/app/.cxx/Debug/j1t3m4l4/arm64-v8a
|
||||
kcompressor_BINARY_DIR:STATIC=D:/MyProject/KCompressor/app/.cxx/Debug/j1t3m4l4/arm64-v8a
|
||||
|
||||
//Value Computed by CMake
|
||||
kcompressor_IS_TOP_LEVEL:STATIC=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
kcompressor_SOURCE_DIR:STATIC=D:/MyProject/kcompressor/app/src/main/cpp
|
||||
kcompressor_SOURCE_DIR:STATIC=D:/MyProject/KCompressor/app/src/main/cpp
|
||||
|
||||
|
||||
########################
|
||||
@@ -261,7 +261,7 @@ CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_AR
|
||||
CMAKE_AR-ADVANCED:INTERNAL=1
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=d:/MyProject/kcompressor/app/.cxx/Debug/j1t3m4l4/arm64-v8a
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=d:/MyProject/KCompressor/app/.cxx/Debug/j1t3m4l4/arm64-v8a
|
||||
//Major version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
||||
//Minor version of cmake used to create the current loaded cache
|
||||
@@ -332,7 +332,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=D:/MyProject/kcompressor/app/src/main/cpp
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=D:/MyProject/KCompressor/app/src/main/cpp
|
||||
//Install .so files without execute permission.
|
||||
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
|
||||
//ADVANCED property for variable: CMAKE_LINKER
|
||||
|
||||
Reference in New Issue
Block a user