Commit d0acaf14 authored by Matteo's avatar Matteo
Browse files

update

parent 4088391c
PerformanceResults.xlsx
README.md
.DS_Store
server/venv
server/pycache
\ No newline at end of file
.vscode
\ No newline at end of file
.DS_Store
.vscode
/input/*.mov
/output/*
.bin/
build/
log.txt
......@@ -22,4 +22,4 @@ RUN cd ./server && pip install --no-cache-dir -r requirements.txt && cd /app
VOLUME [ "/data" ]
CMD ["uvicorn", "server.main:app", "--host", "0.0.0.0", "--log-config", "server/config.yaml", "--port", "80"]
\ No newline at end of file
CMD ["uvicorn", "server.main:app", "--host", "0.0.0.0", "--log-config", "server/config.yaml", "--port", "80", "--root-path", "/video-analyzer"]
\ No newline at end of file
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Video Analyser AIM
This AIM analyses a Preservation Audio-Visual File to extract Irregularity Images of relevant interest.
"""
## import statements (built-in modules first, followed by third-party modules, followed by any changes to the path and your own modules)
import os
import subprocess
import sys
## input arguments
try:
preservation_audio_visual_file = sys.argv[1]
irregularity_file_input = sys.argv[2]
except IndexError:
raise SystemExit(f"VideoAnalyser usage: {sys.argv[0]} <preservation_audio_visual_file> <irregularity_file_input>")
## code functions
def frame_extraction():
# Declare frame_extraction Unix executable
process = subprocess.run(["frame_extraction/bin/frame_extraction", sys.argv[1]], stdout=subprocess.PIPE)
# Read the subprocess standard output and print it
output = process.stdout.decode("utf-8")
print(output)
# produce output jsons and irregularity images
frame_extraction()
\ No newline at end of file
#!/usr/bin/env bash
mkdir -p build
cd build
cmake ..
make
\ No newline at end of file
{"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1},{"kind":"cmakeFiles","version":1}]}
\ No newline at end of file
{
"entries" :
[
{
"name" : "Boost_DIR",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "The directory containing a CMake configuration file for Boost."
}
],
"type" : "PATH",
"value" : "/usr/local/lib/cmake/Boost-1.81.0"
},
{
"name" : "Boost_INCLUDE_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to a file."
}
],
"type" : "PATH",
"value" : "/usr/local/include"
},
{
"name" : "Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : ""
}
],
"type" : "STRING",
"value" : "/usr/local/lib/libboost_program_options.dylib"
},
{
"name" : "CMAKE_ADDR2LINE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "CMAKE_ADDR2LINE-NOTFOUND"
},
{
"name" : "CMAKE_AR",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar"
},
{
"name" : "CMAKE_BUILD_TYPE",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_CACHEFILE_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "This is the directory where this CMakeCache.txt was created"
}
],
"type" : "INTERNAL",
"value" : "/Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser/build"
},
{
"name" : "CMAKE_CACHE_MAJOR_VERSION",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Major version of cmake used to create the current loaded cache"
}
],
"type" : "INTERNAL",
"value" : "3"
},
{
"name" : "CMAKE_CACHE_MINOR_VERSION",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Minor version of cmake used to create the current loaded cache"
}
],
"type" : "INTERNAL",
"value" : "25"
},
{
"name" : "CMAKE_CACHE_PATCH_VERSION",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Patch version of cmake used to create the current loaded cache"
}
],
"type" : "INTERNAL",
"value" : "1"
},
{
"name" : "CMAKE_COLOR_MAKEFILE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Enable/Disable color output during build."
}
],
"type" : "BOOL",
"value" : "ON"
},
{
"name" : "CMAKE_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to CMake executable."
}
],
"type" : "INTERNAL",
"value" : "/usr/local/Cellar/cmake/3.25.1/bin/cmake"
},
{
"name" : "CMAKE_CPACK_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to cpack program executable."
}
],
"type" : "INTERNAL",
"value" : "/usr/local/Cellar/cmake/3.25.1/bin/cpack"
},
{
"name" : "CMAKE_CTEST_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to ctest program executable."
}
],
"type" : "INTERNAL",
"value" : "/usr/local/Cellar/cmake/3.25.1/bin/ctest"
},
{
"name" : "CMAKE_CXX_COMPILER",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "CXX compiler"
}
],
"type" : "FILEPATH",
"value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++"
},
{
"name" : "CMAKE_CXX_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the CXX compiler during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_CXX_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the CXX compiler during DEBUG builds."
}
],
"type" : "STRING",
"value" : "-g"
},
{
"name" : "CMAKE_CXX_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the CXX compiler during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : "-Os -DNDEBUG"
},
{
"name" : "CMAKE_CXX_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the CXX compiler during RELEASE builds."
}
],
"type" : "STRING",
"value" : "-O3 -DNDEBUG"
},
{
"name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : "-O2 -g -DNDEBUG"
},
{
"name" : "CMAKE_C_COMPILER",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "C compiler"
}
],
"type" : "FILEPATH",
"value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc"
},
{
"name" : "CMAKE_C_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the C compiler during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_C_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the C compiler during DEBUG builds."
}
],
"type" : "STRING",
"value" : "-g"
},
{
"name" : "CMAKE_C_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the C compiler during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : "-Os -DNDEBUG"
},
{
"name" : "CMAKE_C_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the C compiler during RELEASE builds."
}
],
"type" : "STRING",
"value" : "-O3 -DNDEBUG"
},
{
"name" : "CMAKE_C_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the C compiler during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : "-O2 -g -DNDEBUG"
},
{
"name" : "CMAKE_DLLTOOL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "CMAKE_DLLTOOL-NOTFOUND"
},
{
"name" : "CMAKE_EDIT_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to cache edit program executable."
}
],
"type" : "INTERNAL",
"value" : "/usr/local/Cellar/cmake/3.25.1/bin/ccmake"
},
{
"name" : "CMAKE_EXECUTABLE_FORMAT",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Executable file format"
}
],
"type" : "INTERNAL",
"value" : "MACHO"
},
{
"name" : "CMAKE_EXE_LINKER_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during DEBUG builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during RELEASE builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_EXPORT_COMPILE_COMMANDS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Enable/Disable output of compile commands during generation."
}
],
"type" : "BOOL",
"value" : ""
},
{
"name" : "CMAKE_EXTRA_GENERATOR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Name of external makefile project generator."
}
],
"type" : "INTERNAL",
"value" : ""
},
{
"name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake."
}
],
"type" : "STATIC",
"value" : "/Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser/build/CMakeFiles/pkgRedirects"
},
{
"name" : "CMAKE_GENERATOR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Name of generator."
}
],
"type" : "INTERNAL",
"value" : "Unix Makefiles"
},
{
"name" : "CMAKE_GENERATOR_INSTANCE",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Generator instance identifier."
}
],
"type" : "INTERNAL",
"value" : ""
},
{
"name" : "CMAKE_GENERATOR_PLATFORM",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Name of generator platform."
}
],
"type" : "INTERNAL",
"value" : ""
},
{
"name" : "CMAKE_GENERATOR_TOOLSET",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Name of generator toolset."
}
],
"type" : "INTERNAL",
"value" : ""
},
{
"name" : "CMAKE_HOME_DIRECTORY",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Source directory with the top level CMakeLists.txt file for this project"
}
],
"type" : "INTERNAL",
"value" : "/Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser"
},
{
"name" : "CMAKE_INSTALL_NAME_TOOL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/install_name_tool"
},
{
"name" : "CMAKE_INSTALL_PREFIX",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Install path prefix, prepended onto install directories."
}
],
"type" : "PATH",
"value" : "/usr/local"
},
{
"name" : "CMAKE_LINKER",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld"
},
{
"name" : "CMAKE_MAKE_PROGRAM",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/make"
},
{
"name" : "CMAKE_MODULE_LINKER_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of modules during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of modules during DEBUG builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of modules during RELEASE builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_NM",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm"
},
{
"name" : "CMAKE_NUMBER_OF_MAKEFILES",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "number of local generators"
}
],
"type" : "INTERNAL",
"value" : "1"
},
{
"name" : "CMAKE_OBJCOPY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "CMAKE_OBJCOPY-NOTFOUND"
},
{
"name" : "CMAKE_OBJDUMP",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump"
},
{
"name" : "CMAKE_OSX_ARCHITECTURES",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Build architectures for OSX"
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_OSX_DEPLOYMENT_TARGET",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Minimum OS X version to target for deployment (at runtime); newer APIs weak linked. Set to empty string for default value."
}
],
"type" : "STRING",
"value" : "12.6"
},
{
"name" : "CMAKE_OSX_SYSROOT",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "The product will be built against the headers and libraries located inside the indicated SDK."
}
],
"type" : "PATH",
"value" : "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk"
},
{
"name" : "CMAKE_PLATFORM_INFO_INITIALIZED",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Platform information initialized"
}
],
"type" : "INTERNAL",
"value" : "1"
},
{
"name" : "CMAKE_PROJECT_DESCRIPTION",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : ""
},
{
"name" : "CMAKE_PROJECT_HOMEPAGE_URL",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : ""
},
{
"name" : "CMAKE_PROJECT_NAME",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "video_analyser"
},
{
"name" : "CMAKE_RANLIB",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib"
},
{
"name" : "CMAKE_READELF",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "CMAKE_READELF-NOTFOUND"
},
{
"name" : "CMAKE_ROOT",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to CMake installation."
}
],
"type" : "INTERNAL",
"value" : "/usr/local/Cellar/cmake/3.25.1/share/cmake"
},
{
"name" : "CMAKE_SHARED_LINKER_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of shared libraries during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_SKIP_INSTALL_RPATH",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "If set, runtime paths are not added when installing shared libraries, but are added when building."
}
],
"type" : "BOOL",
"value" : "NO"
},
{
"name" : "CMAKE_SKIP_RPATH",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "If set, runtime paths are not added when using shared libraries."
}
],
"type" : "BOOL",
"value" : "NO"
},
{
"name" : "CMAKE_STATIC_LINKER_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of static libraries during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of static libraries during DEBUG builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of static libraries during RELEASE builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_STRIP",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip"
},
{
"name" : "CMAKE_UNAME",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "uname command"
}
],
"type" : "INTERNAL",
"value" : "/usr/bin/uname"
},
{
"name" : "CMAKE_VERBOSE_MAKEFILE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo."
}
],
"type" : "BOOL",
"value" : "FALSE"
},
{
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_Boost",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Details about finding Boost"
}
],
"type" : "INTERNAL",
"value" : "[/usr/local/lib/cmake/Boost-1.81.0/BoostConfig.cmake][cfound components: program_options ][v1.81.0()]"
},
{
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenCV",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Details about finding OpenCV"
}
],
"type" : "INTERNAL",
"value" : "[/usr/local/Cellar/opencv/4.7.0_1][v4.7.0()]"
},
{
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_nlohmann_json",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Details about finding nlohmann_json"
}
],
"type" : "INTERNAL",
"value" : "[/usr/local/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake][v3.11.2(3.2.0)]"
},
{
"name" : "OpenCV_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "The directory containing a CMake configuration file for OpenCV."
}
],
"type" : "PATH",
"value" : "/usr/local/opt/opencv/lib/cmake/opencv4"
},
{
"name" : "boost_headers_DIR",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "The directory containing a CMake configuration file for boost_headers."
}
],
"type" : "PATH",
"value" : "/usr/local/lib/cmake/boost_headers-1.81.0"
},
{
"name" : "boost_program_options_DIR",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "The directory containing a CMake configuration file for boost_program_options."
}
],
"type" : "PATH",
"value" : "/usr/local/lib/cmake/boost_program_options-1.81.0"
},
{
"name" : "nlohmann_json_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "The directory containing a CMake configuration file for nlohmann_json."
}
],
"type" : "PATH",
"value" : "/usr/local/share/cmake/nlohmann_json"
},
{
"name" : "video_analyser_BINARY_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "/Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser/build"
},
{
"name" : "video_analyser_IS_TOP_LEVEL",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "ON"
},
{
"name" : "video_analyser_SOURCE_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "/Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser"
}
],
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
}
{
"inputs" :
[
{
"path" : "CMakeLists.txt"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeDetermineSystem.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeSystem.cmake.in"
},
{
"isGenerated" : true,
"path" : "build/CMakeFiles/3.25.1/CMakeSystem.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeUnixFindMake.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Platform/Darwin-Initialize.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeDetermineCCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeDetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeDetermineCompilerId.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCompilerIdDetection.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeFindBinUtils.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCCompiler.cmake.in"
},
{
"isGenerated" : true,
"path" : "build/CMakeFiles/3.25.1/CMakeCCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeDetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Platform/Darwin-Determine-CXX.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeDetermineCompilerId.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCompilerIdDetection.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeFindBinUtils.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCXXCompiler.cmake.in"
},
{
"isGenerated" : true,
"path" : "build/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeGenericSystem.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeInitializeConfigs.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Platform/Darwin.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Platform/UnixPaths.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeLanguageInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/AppleClang-C.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/GNU.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Platform/Apple-AppleClang-C.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Platform/Apple-Clang-C.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Platform/Apple-Clang.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeTestCCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeDetermineCompilerABI.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCCompilerABI.c"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Internal/FeatureTesting.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCCompiler.cmake.in"
},
{
"isGenerated" : true,
"path" : "build/CMakeFiles/3.25.1/CMakeCCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCXXInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeLanguageInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/AppleClang-CXX.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Compiler/Clang.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Platform/Apple-AppleClang-CXX.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Platform/Apple-Clang-CXX.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Platform/Apple-Clang.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeTestCXXCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeDetermineCompilerABI.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/Internal/FeatureTesting.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/CMakeCXXCompiler.cmake.in"
},
{
"isGenerated" : true,
"path" : "build/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/opt/opencv/lib/cmake/opencv4/OpenCVConfig-version.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/opt/opencv/lib/cmake/opencv4/OpenCVConfig.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/FindPackageMessage.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/opt/opencv/lib/cmake/opencv4/OpenCVModules.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/opt/opencv/lib/cmake/opencv4/OpenCVModules-release.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/FindPackageMessage.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/FindBoost.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/usr/local/Cellar/cmake/3.25.1/share/cmake/Modules/FindPackageMessage.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/lib/cmake/Boost-1.81.0/BoostConfigVersion.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/lib/cmake/Boost-1.81.0/BoostConfig.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/lib/cmake/boost_headers-1.81.0/boost_headers-config-version.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/lib/cmake/boost_headers-1.81.0/boost_headers-config.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/lib/cmake/boost_program_options-1.81.0/boost_program_options-config-version.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/lib/cmake/boost_program_options-1.81.0/boost_program_options-config.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/lib/cmake/BoostDetectToolset-1.81.0.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/lib/cmake/boost_program_options-1.81.0/libboost_program_options-variant-shared.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/lib/cmake/boost_program_options-1.81.0/libboost_program_options-variant-static.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/lib/cmake/boost_headers-1.81.0/boost_headers-config-version.cmake"
},
{
"isExternal" : true,
"path" : "/usr/local/lib/cmake/boost_headers-1.81.0/boost_headers-config.cmake"
}
],
"kind" : "cmakeFiles",
"paths" :
{
"build" : "/Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser/build",
"source" : "/Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser"
},
"version" :
{
"major" : 1,
"minor" : 0
}
}
{
"configurations" :
[
{
"directories" :
[
{
"build" : ".",
"jsonFile" : "directory-.-f5ebdc15457944623624.json",
"minimumCMakeVersion" :
{
"string" : "3.2"
},
"projectIndex" : 0,
"source" : ".",
"targetIndexes" :
[
0
]
}
],
"name" : "",
"projects" :
[
{
"directoryIndexes" :
[
0
],
"name" : "video_analyser",
"targetIndexes" :
[
0
]
}
],
"targets" :
[
{
"directoryIndex" : 0,
"id" : "video_analyser::@6890427a1f51a3e7e1df",
"jsonFile" : "target-video_analyser-4a0c692bfa7df8e17de6.json",
"name" : "video_analyser",
"projectIndex" : 0
}
]
}
],
"kind" : "codemodel",
"paths" :
{
"build" : "/Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser/build",
"source" : "/Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser"
},
"version" :
{
"major" : 2,
"minor" : 4
}
}
{
"backtraceGraph" :
{
"commands" : [],
"files" : [],
"nodes" : []
},
"installers" : [],
"paths" :
{
"build" : ".",
"source" : "."
}
}
{
"cmake" :
{
"generator" :
{
"multiConfig" : false,
"name" : "Unix Makefiles"
},
"paths" :
{
"cmake" : "/usr/local/Cellar/cmake/3.25.1/bin/cmake",
"cpack" : "/usr/local/Cellar/cmake/3.25.1/bin/cpack",
"ctest" : "/usr/local/Cellar/cmake/3.25.1/bin/ctest",
"root" : "/usr/local/Cellar/cmake/3.25.1/share/cmake"
},
"version" :
{
"isDirty" : false,
"major" : 3,
"minor" : 25,
"patch" : 1,
"string" : "3.25.1",
"suffix" : ""
}
},
"objects" :
[
{
"jsonFile" : "codemodel-v2-e0c4485c3d231cb0eb8f.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 4
}
},
{
"jsonFile" : "cache-v2-52bd8ad89c5ae8e32924.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "cmakeFiles-v1-e1a72bff117185ff0123.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 0
}
},
{
"jsonFile" : "toolchains-v1-b57293a485ebf36c82cc.json",
"kind" : "toolchains",
"version" :
{
"major" : 1,
"minor" : 0
}
}
],
"reply" :
{
"client-vscode" :
{
"query.json" :
{
"requests" :
[
{
"kind" : "cache",
"version" : 2
},
{
"kind" : "codemodel",
"version" : 2
},
{
"kind" : "toolchains",
"version" : 1
},
{
"kind" : "cmakeFiles",
"version" : 1
}
],
"responses" :
[
{
"jsonFile" : "cache-v2-52bd8ad89c5ae8e32924.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "codemodel-v2-e0c4485c3d231cb0eb8f.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 4
}
},
{
"jsonFile" : "toolchains-v1-b57293a485ebf36c82cc.json",
"kind" : "toolchains",
"version" :
{
"major" : 1,
"minor" : 0
}
},
{
"jsonFile" : "cmakeFiles-v1-e1a72bff117185ff0123.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 0
}
}
]
}
}
}
}
{
"artifacts" :
[
{
"path" : "/Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser/bin/video_analyser"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"ADD_EXECUTABLE",
"LINK_DIRECTORIES",
"TARGET_LINK_LIBRARIES",
"INCLUDE_DIRECTORIES"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 17,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 8,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 18,
"parent" : 0
},
{
"command" : 3,
"file" : 0,
"line" : 14,
"parent" : 0
},
{
"command" : 3,
"file" : 0,
"line" : 15,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : " -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -mmacosx-version-min=12.6"
},
{
"fragment" : "-std=gnu++2b"
}
],
"defines" :
[
{
"backtrace" : 3,
"define" : "BOOST_PROGRAM_OPTIONS_DYN_LINK"
},
{
"backtrace" : 3,
"define" : "BOOST_PROGRAM_OPTIONS_NO_LIB"
}
],
"includes" :
[
{
"backtrace" : 4,
"isSystem" : true,
"path" : "/usr/local/Cellar/opencv/4.7.0_1/include/opencv4"
},
{
"backtrace" : 5,
"isSystem" : true,
"path" : "/usr/local/include"
}
],
"language" : "CXX",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "23"
},
"sourceIndexes" :
[
0
]
}
],
"id" : "video_analyser::@6890427a1f51a3e7e1df",
"link" :
{
"commandFragments" :
[
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 2,
"fragment" : "-L/usr/local/lib",
"role" : "libraryPath"
},
{
"fragment" : "-Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/opt/opencv/lib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_gapi.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_stitching.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_alphamat.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_aruco.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_barcode.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_bgsegm.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_bioinspired.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_ccalib.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_dnn_objdetect.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_dnn_superres.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_dpm.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_face.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_freetype.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_fuzzy.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_hfs.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_img_hash.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_intensity_transform.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_line_descriptor.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_mcc.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_quality.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_rapid.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_reg.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_rgbd.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_saliency.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_sfm.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_stereo.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_structured_light.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_superres.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_surface_matching.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_tracking.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_videostab.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_viz.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_wechat_qrcode.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_xfeatures2d.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_xobjdetect.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_xphoto.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/lib/libboost_program_options.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_shape.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_highgui.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_datasets.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_plot.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_text.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_ml.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_phase_unwrapping.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_optflow.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_ximgproc.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_video.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_videoio.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_imgcodecs.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_objdetect.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_calib3d.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_dnn.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_features2d.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_flann.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_photo.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_imgproc.4.7.0.dylib",
"role" : "libraries"
},
{
"backtrace" : 3,
"fragment" : "/usr/local/opt/opencv/lib/libopencv_core.4.7.0.dylib",
"role" : "libraries"
}
],
"language" : "CXX"
},
"name" : "video_analyser",
"nameOnDisk" : "video_analyser",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/script.cpp",
"sourceGroupIndex" : 0
}
],
"type" : "EXECUTABLE"
}
{
"kind" : "toolchains",
"toolchains" :
[
{
"compiler" :
{
"id" : "AppleClang",
"implicit" :
{
"includeDirectories" :
[
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/include",
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include",
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"
],
"linkDirectories" :
[
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib"
],
"linkFrameworkDirectories" :
[
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/System/Library/Frameworks"
],
"linkLibraries" : []
},
"path" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc",
"version" : "14.0.0.14000029"
},
"language" : "C",
"sourceFileExtensions" :
[
"c",
"m"
]
},
{
"compiler" :
{
"id" : "AppleClang",
"implicit" :
{
"includeDirectories" :
[
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1",
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/include",
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include",
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"
],
"linkDirectories" :
[
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib"
],
"linkFrameworkDirectories" :
[
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/System/Library/Frameworks"
],
"linkLibraries" :
[
"c++"
]
},
"path" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++",
"version" : "14.0.0.14000029"
},
"language" : "CXX",
"sourceFileExtensions" :
[
"C",
"M",
"c++",
"cc",
"cpp",
"cxx",
"mm",
"mpp",
"CPP",
"ixx",
"cppm"
]
}
],
"version" :
{
"major" : 1,
"minor" : 0
}
}
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.25.1/bin/cmake
# The command to remove a file.
RM = /usr/local/Cellar/cmake/3.25.1/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/local/Cellar/cmake/3.25.1/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/local/Cellar/cmake/3.25.1/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser/build/CMakeFiles /Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named video_analyser
# Build rule for target.
video_analyser: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 video_analyser
.PHONY : video_analyser
# fast build rule for target.
video_analyser/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/video_analyser.dir/build.make CMakeFiles/video_analyser.dir/build
.PHONY : video_analyser/fast
src/script.o: src/script.cpp.o
.PHONY : src/script.o
# target to build an object file
src/script.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/video_analyser.dir/build.make CMakeFiles/video_analyser.dir/src/script.cpp.o
.PHONY : src/script.cpp.o
src/script.i: src/script.cpp.i
.PHONY : src/script.i
# target to preprocess a source file
src/script.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/video_analyser.dir/build.make CMakeFiles/video_analyser.dir/src/script.cpp.i
.PHONY : src/script.cpp.i
src/script.s: src/script.cpp.s
.PHONY : src/script.s
# target to generate assembly for a file
src/script.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/video_analyser.dir/build.make CMakeFiles/video_analyser.dir/src/script.cpp.s
.PHONY : src/script.cpp.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... video_analyser"
@echo "... src/script.o"
@echo "... src/script.i"
@echo "... src/script.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
# Install script for directory: /Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/Users/nadir/Documents/MPAI-CAE/AIMs/VideoAnalyser/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
{"WorkingPath": "/home/user/preservation", "FilesName": "video", "Brands": true, "Speed": 7.5, "TapeThresholdPercentual": 80, "CapstanThresholdPercentual": 50, "MinDist": 10, "AngleThresh": 10000, "ScaleThresh": 200, "PosThresh": 40, "MinDistCapstan": 1, "AngleThreshCapstan": 1000, "ScaleThreshCapstan": 30, "PosThreshCapstan": 10}
\ No newline at end of file
{
"WorkingPath": "/home/matteo/Scrivania/Projects/workflow/data",
"FilesName": "BERIO100.mov",
"Brands": true,
"Speed": 7.5,
"TapeThresholdPercentual": 80,
"CapstanThresholdPercentual": 50,
"MinDist": 10,
"AngleThresh": 10000,
"ScaleThresh": 200,
"PosThresh": 40,
"MinDistCapstan": 1,
"AngleThreshCapstan": 1000,
"ScaleThreshCapstan": 30,
"PosThreshCapstan": 10
}
\ No newline at end of file
venv
__pycache__
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment