diff --git a/CMakeLists.txt b/CMakeLists.txt index 4165aed..7cd1939 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ target_compile_options(common INTERFACE set(METHODS_PATH "./src/*/methods/*.cpp") -set(VERSION "V5") +set(VERSION "V6") file(GLOB_RECURSE METHODS_SRC "${METHODS_PATH}") add_executable(main${VERSION} ./src/testMain.cpp ${METHODS_SRC} ) diff --git a/build/.cmake/api/v1/reply/cache-v2-374534acf1e5fd169877.json b/build/.cmake/api/v1/reply/cache-v2-374534acf1e5fd169877.json deleted file mode 100644 index 7895681..0000000 --- a/build/.cmake/api/v1/reply/cache-v2-374534acf1e5fd169877.json +++ /dev/null @@ -1,5103 +0,0 @@ -{ - "entries" : - [ - { - "name" : "ATOMIC_TEST", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test ATOMIC_TEST" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_ADDR2LINE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/addr2line" - }, - { - "name" : "CMAKE_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ar" - }, - { - "name" : "CMAKE_BUILD_TYPE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Choose the type of build (Debug or Release)" - } - ], - "type" : "STRING", - "value" : "Debug" - }, - { - "name" : "CMAKE_CACHEFILE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "This is the directory where this CMakeCache.txt was created" - } - ], - "type" : "INTERNAL", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build" - }, - { - "name" : "CMAKE_CACHE_MAJOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Major version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "4" - }, - { - "name" : "CMAKE_CACHE_MINOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Minor version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "2" - }, - { - "name" : "CMAKE_CACHE_PATCH_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Patch version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "3" - }, - { - "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/bin/cmake" - }, - { - "name" : "CMAKE_CPACK_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cpack program executable." - } - ], - "type" : "INTERNAL", - "value" : "/usr/bin/cpack" - }, - { - "name" : "CMAKE_CTEST_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to ctest program executable." - } - ], - "type" : "INTERNAL", - "value" : "/usr/bin/ctest" - }, - { - "name" : "CMAKE_CXX_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "CXX compiler" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/c++" - }, - { - "name" : "CMAKE_CXX_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/gcc-ar-15" - }, - { - "name" : "CMAKE_CXX_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/gcc-ranlib-15" - }, - { - "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" : "/usr/bin/cc" - }, - { - "name" : "CMAKE_C_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/gcc-ar-15" - }, - { - "name" : "CMAKE_C_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/gcc-ranlib-15" - }, - { - "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_EXECUTABLE_FORMAT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Executable file format" - } - ], - "type" : "INTERNAL", - "value" : "ELF" - }, - { - "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" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "BOOL", - "value" : "TRUE" - }, - { - "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" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/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_HAVE_CONNECT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have function connect" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_HAVE_GETHOSTBYNAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have function gethostbyname" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_HAVE_LIBC_PTHREAD", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_HAVE_REMOVE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have function remove" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_HAVE_SHMAT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have function shmat" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_HOME_DIRECTORY", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Source directory with the top level CMakeLists.txt file for this project" - } - ], - "type" : "INTERNAL", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata" - }, - { - "name" : "CMAKE_INSTALL_BINDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "User executables (bin)" - } - ], - "type" : "PATH", - "value" : "bin" - }, - { - "name" : "CMAKE_INSTALL_DATADIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only architecture-independent data (DATAROOTDIR)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_DATAROOTDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only architecture-independent data root (share)" - } - ], - "type" : "PATH", - "value" : "share" - }, - { - "name" : "CMAKE_INSTALL_DOCDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_INCLUDEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C header files (include)" - } - ], - "type" : "PATH", - "value" : "include" - }, - { - "name" : "CMAKE_INSTALL_INFODIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Info documentation (DATAROOTDIR/info)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_LIBDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Object code libraries (lib)" - } - ], - "type" : "PATH", - "value" : "lib" - }, - { - "name" : "CMAKE_INSTALL_LIBEXECDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Program executables (libexec)" - } - ], - "type" : "PATH", - "value" : "libexec" - }, - { - "name" : "CMAKE_INSTALL_LOCALEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Locale-dependent data (DATAROOTDIR/locale)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_LOCALSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Modifiable single-machine data (var)" - } - ], - "type" : "PATH", - "value" : "var" - }, - { - "name" : "CMAKE_INSTALL_MANDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Man documentation (DATAROOTDIR/man)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C header files for non-gcc (/usr/include)" - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install path prefix, prepended onto install directories." - } - ], - "type" : "PATH", - "value" : "/usr/local" - }, - { - "name" : "CMAKE_INSTALL_RUNSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Run-time variable data (LOCALSTATEDIR/run)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_SBINDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "System admin executables (sbin)" - } - ], - "type" : "PATH", - "value" : "sbin" - }, - { - "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Modifiable architecture-independent data (com)" - } - ], - "type" : "PATH", - "value" : "com" - }, - { - "name" : "CMAKE_INSTALL_SO_NO_EXE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install .so files without execute permission." - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_INSTALL_SYSCONFDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only single-machine data (etc)" - } - ], - "type" : "PATH", - "value" : "etc" - }, - { - "name" : "CMAKE_LINKER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ld" - }, - { - "name" : "CMAKE_LIST_FILE_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of CMakeLists files to read" - } - ], - "type" : "INTERNAL", - "value" : "CMakeLists.txt" - }, - { - "name" : "CMAKE_MAKE_PROGRAM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/gmake" - }, - { - "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" : "/usr/bin/nm" - }, - { - "name" : "CMAKE_NUMBER_OF_MAKEFILES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "number of local generators" - } - ], - "type" : "INTERNAL", - "value" : "11" - }, - { - "name" : "CMAKE_OBJCOPY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objcopy" - }, - { - "name" : "CMAKE_OBJDUMP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objdump" - }, - { - "name" : "CMAKE_OSX_DEPLOYMENT_TARGET", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The minimal iOS version that will be able to run the built binaries. Cannot be lower than 13.0" - } - ], - "type" : "STRING", - "value" : "13.0" - }, - { - "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Platform information initialized" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_COMPAT_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "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" : "CMakeSFMLProject" - }, - { - "name" : "CMAKE_PROJECT_SPDX_LICENSE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "3.0.0" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MAJOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "3" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MINOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "0" - }, - { - "name" : "CMAKE_PROJECT_VERSION_PATCH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "0" - }, - { - "name" : "CMAKE_PROJECT_VERSION_TWEAK", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ranlib" - }, - { - "name" : "CMAKE_READELF", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/readelf" - }, - { - "name" : "CMAKE_ROOT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake installation." - } - ], - "type" : "INTERNAL", - "value" : "/usr/share/cmake-4.2" - }, - { - "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 archiver 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 archiver 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 archiver 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 archiver 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 archiver 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" : "/usr/bin/strip" - }, - { - "name" : "CMAKE_TAPI", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_TAPI-NOTFOUND" - }, - { - "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" : "CMakeSFMLProject_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build" - }, - { - "name" : "CMakeSFMLProject_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "ON" - }, - { - "name" : "CMakeSFMLProject_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata" - }, - { - "name" : "FETCHCONTENT_BASE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Directory under which to collect all populated content" - } - ], - "type" : "PATH", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps" - }, - { - "name" : "FETCHCONTENT_FULLY_DISCONNECTED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Disables all attempts to download or update content and assumes source dirs already exist" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "FETCHCONTENT_QUIET", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enables QUIET option for all content population" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "FETCHCONTENT_SOURCE_DIR_GLM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "When not empty, overrides where to find pre-populated content for glm" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "FETCHCONTENT_SOURCE_DIR_IMGUI", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "When not empty, overrides where to find pre-populated content for ImGui" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "FETCHCONTENT_SOURCE_DIR_IMGUI-SFML", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "When not empty, overrides where to find pre-populated content for ImGui-SFML" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "FETCHCONTENT_SOURCE_DIR_SFML", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "When not empty, overrides where to find pre-populated content for SFML" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "FETCHCONTENT_UPDATES_DISCONNECTED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enables UPDATE_DISCONNECTED behavior for all content population" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_GLM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enables UPDATE_DISCONNECTED behavior just for population of glm" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_IMGUI", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enables UPDATE_DISCONNECTED behavior just for population of ImGui" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_IMGUI-SFML", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enables UPDATE_DISCONNECTED behavior just for population of ImGui-SFML" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_SFML", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enables UPDATE_DISCONNECTED behavior just for population of SFML" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_FLAC", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding FLAC" - } - ], - "type" : "INTERNAL", - "value" : "[/usr/lib/x86_64-linux-gnu/libFLAC.so][/usr/include][v()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Freetype", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding Freetype" - } - ], - "type" : "INTERNAL", - "value" : "[/usr/lib/x86_64-linux-gnu/libfreetype.so][/usr/include/freetype2][2.14.2][v()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenGL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding OpenGL" - } - ], - "type" : "INTERNAL", - "value" : "[/usr/lib/x86_64-linux-gnu/libOpenGL.so][/usr/lib/x86_64-linux-gnu/libGLX.so][/usr/include][ ][v()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding Threads" - } - ], - "type" : "INTERNAL", - "value" : "[TRUE][v()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_UDev", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding UDev" - } - ], - "type" : "INTERNAL", - "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libudev.so][v()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Vorbis", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding Vorbis" - } - ], - "type" : "INTERNAL", - "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libogg.so][/usr/include][/usr/lib/x86_64-linux-gnu/libvorbis.so][v()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_X11", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding X11" - } - ], - "type" : "INTERNAL", - "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][found components: Xrandr Xcursor Xi ][v()]" - }, - { - "name" : "FLAC_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "FLAC_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libFLAC.so" - }, - { - "name" : "FREETYPE_INCLUDE_DIR_freetype2", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include/freetype2" - }, - { - "name" : "FREETYPE_INCLUDE_DIR_ft2build", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include/freetype2" - }, - { - "name" : "FREETYPE_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libfreetype.so" - }, - { - "name" : "GIT_EXECUTABLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Git command line client" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/git" - }, - { - "name" : "GLM_BUILD_INSTALL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Generate the install target" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_BUILD_LIBRARY", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Build dynamic/static library" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "GLM_BUILD_TESTS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Build the test programs" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_DISABLE_AUTO_DETECTION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Disable platform, compiler, arch and C++ language detection" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_CXX_11", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable C++ 11" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_CXX_14", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable C++ 14" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_CXX_17", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable C++ 17" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_CXX_20", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable C++ 20" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_CXX_98", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable C++ 98" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_FAST_MATH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable fast math optimizations" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_LANG_EXTENSIONS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable language extensions" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_SIMD_AVX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable AVX optimizations" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_SIMD_AVX2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable AVX2 optimizations" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_SIMD_SSE2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable SSE2 optimizations" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_SIMD_SSE3", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable SSE3 optimizations" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_SIMD_SSE4_1", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable SSE 4.1 optimizations" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_SIMD_SSE4_2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable SSE 4.2 optimizations" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_ENABLE_SIMD_SSSE3", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable SSSE3 optimizations" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "GLM_FORCE_PURE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Force 'pure' instructions" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "IMGUI_INCLUDE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-src" - }, - { - "name" : "IMGUI_SFML_CONFIG_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to a directory containing user ImGui config" - } - ], - "type" : "PATH", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-sfml-src" - }, - { - "name" : "IMGUI_SFML_CONFIG_INSTALL_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path where user's config header will be installed" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "IMGUI_SFML_CONFIG_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of a custom user ImGui config header" - } - ], - "type" : "STRING", - "value" : "imconfig-SFML.h" - }, - { - "name" : "IMGUI_SFML_DISABLE_OBSOLETE_FUNCTIONS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Disable obsolete ImGui functions" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "IMGUI_SFML_ENABLE_WARNINGS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable compiler warnings" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "IMGUI_SFML_USE_DEFAULT_CONFIG", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Use default imconfig-SFML.h" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "OGG_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "OGG_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libogg.so" - }, - { - "name" : "OPENGL_EGL_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "OPENGL_GLES2_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "OPENGL_GLES3_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "OPENGL_GLU_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "OPENGL_GLU_INCLUDE_DIR-NOTFOUND" - }, - { - "name" : "OPENGL_GLX_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "OPENGL_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "OPENGL_egl_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libEGL.so" - }, - { - "name" : "OPENGL_gl_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libGL.so" - }, - { - "name" : "OPENGL_gles2_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libGLESv2.so" - }, - { - "name" : "OPENGL_gles3_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libGLESv2.so" - }, - { - "name" : "OPENGL_glu_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "OPENGL_glu_LIBRARY-NOTFOUND" - }, - { - "name" : "OPENGL_glx_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libGLX.so" - }, - { - "name" : "OPENGL_opengl_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libOpenGL.so" - }, - { - "name" : "OPENGL_xmesa_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "OPENGL_xmesa_INCLUDE_DIR-NOTFOUND" - }, - { - "name" : "SFML_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-build" - }, - { - "name" : "SFML_BUILD_AUDIO", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ON to build SFML's Audio module." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "SFML_BUILD_GRAPHICS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ON to build SFML's Graphics module." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "SFML_BUILD_NETWORK", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ON to build SFML's Network module." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "SFML_BUILD_WINDOW", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ON to build SFML's Window module. This setting is ignored, if the graphics module is built." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "SFML_CONFIGURE_EXTRAS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ON to configure extras, OFF to ignore them" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "SFML_ENABLE_PCH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ON to enable precompiled headers for SFML builds -- only supported on Windows/Linux and for static library builds" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "SFML_ENABLE_SANITIZERS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable sanitizers" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "SFML_ENABLE_STDLIB_ASSERTIONS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable standard library assertions" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "SFML_INSTALL_PKGCONFIG_FILES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ON to automatically install pkg-config files so other projects can find SFML" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "SFML_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "SFML_OPENGL_ES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ON to use an OpenGL ES implementation, OFF to use a desktop OpenGL implementation" - } - ], - "type" : "BOOL", - "value" : "0" - }, - { - "name" : "SFML_PKGCONFIG_INSTALL_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install directory for SFML's pkg-config .pc files" - } - ], - "type" : "PATH", - "value" : "lib/pkgconfig" - }, - { - "name" : "SFML_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src" - }, - { - "name" : "SFML_USE_DRM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ON to use DRM windowing backend" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "SFML_USE_SYSTEM_DEPS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ON to use system dependencies, OFF to use the bundled ones." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "SFML_WARNINGS_AS_ERRORS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Treat compiler warnings as errors" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "UDEV_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "UDEV_LIBRARIES", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libudev.so" - }, - { - "name" : "VORBISENC_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libvorbisenc.so" - }, - { - "name" : "VORBISFILE_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libvorbisfile.so" - }, - { - "name" : "VORBIS_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "VORBIS_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libvorbis.so" - }, - { - "name" : "X11_ICE_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_ICE_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_ICE_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_ICE_LIB-NOTFOUND" - }, - { - "name" : "X11_LIB_X11_SOLO", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "X11_SM_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_SM_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_SM_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_SM_LIB-NOTFOUND" - }, - { - "name" : "X11_X11_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_X11_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libX11.so" - }, - { - "name" : "X11_X11_xcb_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_X11_xcb_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_X11_xcb_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_X11_xcb_LIB-NOTFOUND" - }, - { - "name" : "X11_XRes_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_XRes_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_XRes_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_XRes_LIB-NOTFOUND" - }, - { - "name" : "X11_XShm_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_XSync_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xaccessrules_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xaccessrules_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xaccessstr_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xau_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xau_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libXau.so" - }, - { - "name" : "X11_Xaw_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xaw_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xaw_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xaw_LIB-NOTFOUND" - }, - { - "name" : "X11_Xcomposite_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xcomposite_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xcomposite_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xcomposite_LIB-NOTFOUND" - }, - { - "name" : "X11_Xcursor_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xcursor_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libXcursor.so" - }, - { - "name" : "X11_Xdamage_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xdamage_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xdamage_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xdamage_LIB-NOTFOUND" - }, - { - "name" : "X11_Xdbe_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xdmcp_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xdmcp_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libXdmcp.so" - }, - { - "name" : "X11_Xext_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xext_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libXext.so" - }, - { - "name" : "X11_Xfixes_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xfixes_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libXfixes.so" - }, - { - "name" : "X11_Xft_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xft_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xft_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xft_LIB-NOTFOUND" - }, - { - "name" : "X11_Xi_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xi_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libXi.so" - }, - { - "name" : "X11_Xinerama_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xinerama_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xinerama_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xinerama_LIB-NOTFOUND" - }, - { - "name" : "X11_Xkb_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xkblib_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xlib_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xmu_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xmu_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xmu_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xmu_LIB-NOTFOUND" - }, - { - "name" : "X11_Xpm_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xpm_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xpm_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xpm_LIB-NOTFOUND" - }, - { - "name" : "X11_Xpresent_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xpresent_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xpresent_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xpresent_LIB-NOTFOUND" - }, - { - "name" : "X11_Xrandr_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xrandr_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libXrandr.so" - }, - { - "name" : "X11_Xrender_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xrender_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libXrender.so" - }, - { - "name" : "X11_Xshape_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xss_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xss_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xss_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xss_LIB-NOTFOUND" - }, - { - "name" : "X11_Xt_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xt_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xt_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xt_LIB-NOTFOUND" - }, - { - "name" : "X11_Xtst_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xtst_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xtst_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xtst_LIB-NOTFOUND" - }, - { - "name" : "X11_Xutil_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_Xv_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xv_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xv_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xv_LIB-NOTFOUND" - }, - { - "name" : "X11_Xxf86misc_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xxf86misc_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xxf86misc_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xxf86misc_LIB-NOTFOUND" - }, - { - "name" : "X11_Xxf86vm_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_Xxf86vm_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_Xxf86vm_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_Xxf86vm_LIB-NOTFOUND" - }, - { - "name" : "X11_dpms_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_xcb_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_xcb_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libxcb.so" - }, - { - "name" : "X11_xcb_composite_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_xcb_composite_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libxcb-composite.so" - }, - { - "name" : "X11_xcb_cursor_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_cursor_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_cursor_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_cursor_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_damage_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_damage_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_damage_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_damage_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_dpms_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_dpms_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_dpms_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_dpms_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_dri2_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_dri2_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_dri2_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_dri2_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_dri3_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_dri3_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_dri3_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_dri3_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_errors_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_errors_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_errors_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_errors_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_ewmh_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_ewmh_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_ewmh_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_ewmh_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_glx_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_glx_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_glx_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_glx_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_icccm_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_icccm_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_icccm_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_icccm_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_image_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_image_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_image_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_image_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_keysyms_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_keysyms_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_keysyms_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_present_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_present_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_present_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_present_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_randr_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_randr_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_randr_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_randr_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_record_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_record_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_record_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_record_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_render_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_xcb_render_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libxcb-render.so" - }, - { - "name" : "X11_xcb_render_util_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_render_util_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_render_util_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_render_util_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_res_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_res_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_res_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_res_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_screensaver_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_screensaver_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_screensaver_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_screensaver_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_shape_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_xcb_shape_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libxcb-shape.so" - }, - { - "name" : "X11_xcb_shm_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_shm_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_shm_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_shm_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_sync_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_sync_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_sync_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_sync_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_util_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_util_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_util_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_util_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_xf86dri_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_xf86dri_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_xf86dri_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_xf86dri_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_xfixes_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_xcb_xfixes_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so" - }, - { - "name" : "X11_xcb_xinerama_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_xinerama_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_xinerama_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_xinerama_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_xinput_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_xinput_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_xinput_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_xinput_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_xkb_INCLUDE_PATH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_xkb_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_xkb_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_xkb_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_xrm_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_xrm_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_xrm_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_xrm_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_xtest_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_xtest_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_xtest_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_xtest_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_xv_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_xv_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_xv_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_xv_LIB-NOTFOUND" - }, - { - "name" : "X11_xcb_xvmc_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xcb_xvmc_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xcb_xvmc_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xcb_xvmc_LIB-NOTFOUND" - }, - { - "name" : "X11_xkbcommon_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "X11_xkbcommon_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "/usr/lib/x86_64-linux-gnu/libxkbcommon.so" - }, - { - "name" : "X11_xkbcommon_X11_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xkbcommon_X11_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xkbcommon_X11_LIB-NOTFOUND" - }, - { - "name" : "X11_xkbfile_INCLUDE_PATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "X11_xkbfile_INCLUDE_PATH-NOTFOUND" - }, - { - "name" : "X11_xkbfile_LIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "X11_xkbfile_LIB-NOTFOUND" - }, - { - "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CMAKE_INSTALL_PREFIX during last run" - } - ], - "type" : "INTERNAL", - "value" : "/usr/local" - }, - { - "name" : "glm_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/glm-build" - }, - { - "name" : "glm_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "glm_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/glm-src" - }, - { - "name" : "imgui_sfml_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-sfml-build" - }, - { - "name" : "imgui_sfml_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "imgui_sfml_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-sfml-src" - } - ], - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } -} diff --git a/build/.cmake/api/v1/reply/codemodel-v2-1d54dc62b65d9b1e65df.json b/build/.cmake/api/v1/reply/codemodel-v2-1d54dc62b65d9b1e65df.json deleted file mode 100644 index 178a1fc..0000000 --- a/build/.cmake/api/v1/reply/codemodel-v2-1d54dc62b65d9b1e65df.json +++ /dev/null @@ -1,736 +0,0 @@ -{ - "configurations" : - [ - { - "abstractTargets" : - [ - { - "directoryIndex" : 7, - "id" : "FLAC::FLAC::@a153e5727587c53fce98", - "jsonFile" : "target-FLAC__FLAC-Debug-e560b9c5f8597c303585.json", - "name" : "FLAC::FLAC", - "projectIndex" : 1 - }, - { - "directoryIndex" : 0, - "id" : "Git::Git::@6890427a1f51a3e7e1df", - "jsonFile" : "target-Git__Git-Debug-df32a2f1d278c655bfa1.json", - "name" : "Git::Git", - "projectIndex" : 0 - }, - { - "directoryIndex" : 7, - "id" : "Ogg::ogg::@a153e5727587c53fce98", - "jsonFile" : "target-Ogg__ogg-Debug-38afb44201cf19b3959b.json", - "name" : "Ogg::ogg", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "OpenGL::EGL::@5730451e331e3690ae65", - "jsonFile" : "target-OpenGL__EGL-Debug-abfd1fdd4e1142027081.json", - "name" : "OpenGL::EGL", - "projectIndex" : 1 - }, - { - "directoryIndex" : 10, - "id" : "OpenGL::EGL::@0d4f94df99120bc7405e", - "jsonFile" : "target-OpenGL__EGL-Debug-1eafe621f35368334c4c.json", - "name" : "OpenGL::EGL", - "projectIndex" : 3 - }, - { - "directoryIndex" : 10, - "id" : "OpenGL::GL::@0d4f94df99120bc7405e", - "jsonFile" : "target-OpenGL__GL-Debug-96c8225cd79f6d1ae87e.json", - "name" : "OpenGL::GL", - "projectIndex" : 3 - }, - { - "directoryIndex" : 4, - "id" : "OpenGL::GL::@5730451e331e3690ae65", - "jsonFile" : "target-OpenGL__GL-Debug-a613dbc09f67e0e774ec.json", - "name" : "OpenGL::GL", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "OpenGL::GLES2::@5730451e331e3690ae65", - "jsonFile" : "target-OpenGL__GLES2-Debug-11d40884ae630f984f8d.json", - "name" : "OpenGL::GLES2", - "projectIndex" : 1 - }, - { - "directoryIndex" : 10, - "id" : "OpenGL::GLES2::@0d4f94df99120bc7405e", - "jsonFile" : "target-OpenGL__GLES2-Debug-a7b9a9a6ec04d46547f0.json", - "name" : "OpenGL::GLES2", - "projectIndex" : 3 - }, - { - "directoryIndex" : 10, - "id" : "OpenGL::GLES3::@0d4f94df99120bc7405e", - "jsonFile" : "target-OpenGL__GLES3-Debug-7b20d6a73c8cf3713b5a.json", - "name" : "OpenGL::GLES3", - "projectIndex" : 3 - }, - { - "directoryIndex" : 4, - "id" : "OpenGL::GLES3::@5730451e331e3690ae65", - "jsonFile" : "target-OpenGL__GLES3-Debug-c41e6782f58f861bac0b.json", - "name" : "OpenGL::GLES3", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "OpenGL::GLX::@5730451e331e3690ae65", - "jsonFile" : "target-OpenGL__GLX-Debug-1e52290cc86dcac7cd72.json", - "name" : "OpenGL::GLX", - "projectIndex" : 1 - }, - { - "directoryIndex" : 10, - "id" : "OpenGL::GLX::@0d4f94df99120bc7405e", - "jsonFile" : "target-OpenGL__GLX-Debug-aa5caeb0914c0bfa4a56.json", - "name" : "OpenGL::GLX", - "projectIndex" : 3 - }, - { - "directoryIndex" : 4, - "id" : "OpenGL::OpenGL::@5730451e331e3690ae65", - "jsonFile" : "target-OpenGL__OpenGL-Debug-8451dadc80157c9e46f4.json", - "name" : "OpenGL::OpenGL", - "projectIndex" : 1 - }, - { - "directoryIndex" : 10, - "id" : "OpenGL::OpenGL::@0d4f94df99120bc7405e", - "jsonFile" : "target-OpenGL__OpenGL-Debug-5223362217b07b6824ea.json", - "name" : "OpenGL::OpenGL", - "projectIndex" : 3 - }, - { - "directoryIndex" : 3, - "id" : "Threads::Threads::@8cb1db2982443611e568", - "jsonFile" : "target-Threads__Threads-Debug-9ea92c2085aa17147a88.json", - "name" : "Threads::Threads", - "projectIndex" : 1 - }, - { - "directoryIndex" : 7, - "id" : "Threads::Threads::@a153e5727587c53fce98", - "jsonFile" : "target-Threads__Threads-Debug-889151eb028bbc41d946.json", - "name" : "Threads::Threads", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "UDev::UDev::@5730451e331e3690ae65", - "jsonFile" : "target-UDev__UDev-Debug-e379187ab39d3a8ad286.json", - "name" : "UDev::UDev", - "projectIndex" : 1 - }, - { - "directoryIndex" : 7, - "id" : "Vorbis::vorbis::@a153e5727587c53fce98", - "jsonFile" : "target-Vorbis__vorbis-Debug-50684f40f7a46dd31d91.json", - "name" : "Vorbis::vorbis", - "projectIndex" : 1 - }, - { - "directoryIndex" : 7, - "id" : "Vorbis::vorbisenc::@a153e5727587c53fce98", - "jsonFile" : "target-Vorbis__vorbisenc-Debug-15e0eff3ca1f1fed892c.json", - "name" : "Vorbis::vorbisenc", - "projectIndex" : 1 - }, - { - "directoryIndex" : 7, - "id" : "Vorbis::vorbisfile::@a153e5727587c53fce98", - "jsonFile" : "target-Vorbis__vorbisfile-Debug-35962945b39b7ac334ea.json", - "name" : "Vorbis::vorbisfile", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::X11::@5730451e331e3690ae65", - "jsonFile" : "target-X11__X11-Debug-4f94064466fa5fa78e3a.json", - "name" : "X11::X11", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::Xau::@5730451e331e3690ae65", - "jsonFile" : "target-X11__Xau-Debug-c21b24fa65fce0f293d7.json", - "name" : "X11::Xau", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::Xcursor::@5730451e331e3690ae65", - "jsonFile" : "target-X11__Xcursor-Debug-6522ca02eee17eaca358.json", - "name" : "X11::Xcursor", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::Xdmcp::@5730451e331e3690ae65", - "jsonFile" : "target-X11__Xdmcp-Debug-52b97852a42b55bedb1a.json", - "name" : "X11::Xdmcp", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::Xext::@5730451e331e3690ae65", - "jsonFile" : "target-X11__Xext-Debug-5b585d10af58b8b168d7.json", - "name" : "X11::Xext", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::Xfixes::@5730451e331e3690ae65", - "jsonFile" : "target-X11__Xfixes-Debug-7ada44a915a424296d47.json", - "name" : "X11::Xfixes", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::Xi::@5730451e331e3690ae65", - "jsonFile" : "target-X11__Xi-Debug-fab7da59ffd4b0e8b11c.json", - "name" : "X11::Xi", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::Xkb::@5730451e331e3690ae65", - "jsonFile" : "target-X11__Xkb-Debug-d113f37b5a741649fb6d.json", - "name" : "X11::Xkb", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::Xrandr::@5730451e331e3690ae65", - "jsonFile" : "target-X11__Xrandr-Debug-daf27e2e51fb1c43c14d.json", - "name" : "X11::Xrandr", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::Xrender::@5730451e331e3690ae65", - "jsonFile" : "target-X11__Xrender-Debug-63e677ce11d05e6b80aa.json", - "name" : "X11::Xrender", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::Xutil::@5730451e331e3690ae65", - "jsonFile" : "target-X11__Xutil-Debug-4263cfd03b2b83349850.json", - "name" : "X11::Xutil", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::xcb::@5730451e331e3690ae65", - "jsonFile" : "target-X11__xcb-Debug-f44ff1863056cb751e4b.json", - "name" : "X11::xcb", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::xcb_composite::@5730451e331e3690ae65", - "jsonFile" : "target-X11__xcb_composite-Debug-1452513d61c0184c3794.json", - "name" : "X11::xcb_composite", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::xcb_render::@5730451e331e3690ae65", - "jsonFile" : "target-X11__xcb_render-Debug-af81c37a10599bebe3a1.json", - "name" : "X11::xcb_render", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::xcb_shape::@5730451e331e3690ae65", - "jsonFile" : "target-X11__xcb_shape-Debug-63574cad2a520fd2b4f7.json", - "name" : "X11::xcb_shape", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::xcb_xfixes::@5730451e331e3690ae65", - "jsonFile" : "target-X11__xcb_xfixes-Debug-689d0a6c1f4a3ecfc1fa.json", - "name" : "X11::xcb_xfixes", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "X11::xkbcommon::@5730451e331e3690ae65", - "jsonFile" : "target-X11__xkbcommon-Debug-1c0005b491d160993db4.json", - "name" : "X11::xkbcommon", - "projectIndex" : 1 - }, - { - "directoryIndex" : 0, - "id" : "common::@6890427a1f51a3e7e1df", - "jsonFile" : "target-common-Debug-218bd0b585628ab5e130.json", - "name" : "common", - "projectIndex" : 0 - }, - { - "directoryIndex" : 6, - "id" : "freetype::@98af38147d5fa7e70f61", - "jsonFile" : "target-freetype-Debug-abdfbd050f0222558c4d.json", - "name" : "freetype", - "projectIndex" : 1 - }, - { - "directoryIndex" : 9, - "id" : "glm-header-only::@ce54d98d7b326a3e12a8", - "jsonFile" : "target-glm-header-only-Debug-ba11e7860c401de4a955.json", - "name" : "glm-header-only", - "projectIndex" : 2 - } - ], - "directories" : - [ - { - "abstractTargetIndexes" : - [ - 1, - 38 - ], - "build" : ".", - "childIndexes" : - [ - 1, - 8, - 10 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-.-Debug-9ad1a58d4644cf6543fa.json", - "minimumCMakeVersion" : - { - "string" : "3.28" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 2 - ] - }, - { - "build" : "_deps/sfml-build", - "childIndexes" : - [ - 2 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build-Debug-f18c22a3e3ebfe4df823.json", - "minimumCMakeVersion" : - { - "string" : "3.22" - }, - "parentIndex" : 0, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src" - }, - { - "build" : "_deps/sfml-build/src/SFML", - "childIndexes" : - [ - 3, - 4, - 5, - 6, - 7 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML-Debug-b8705e603666374ba002.json", - "minimumCMakeVersion" : - { - "string" : "3.22" - }, - "parentIndex" : 1, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML" - }, - { - "abstractTargetIndexes" : - [ - 15 - ], - "build" : "_deps/sfml-build/src/SFML/System", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML.System-Debug-61abf4a8919415ad2100.json", - "minimumCMakeVersion" : - { - "string" : "3.22" - }, - "parentIndex" : 2, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML/System", - "targetIndexes" : - [ - 6 - ] - }, - { - "abstractTargetIndexes" : - [ - 3, - 6, - 7, - 10, - 11, - 13, - 17, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37 - ], - "build" : "_deps/sfml-build/src/SFML/Window", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML.Window-Debug-82b71fd7ecf90bbcba4a.json", - "minimumCMakeVersion" : - { - "string" : "3.22" - }, - "parentIndex" : 2, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML/Window", - "targetIndexes" : - [ - 7 - ] - }, - { - "build" : "_deps/sfml-build/src/SFML/Network", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML.Network-Debug-04cdcff929f46ecd6380.json", - "minimumCMakeVersion" : - { - "string" : "3.22" - }, - "parentIndex" : 2, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML/Network", - "targetIndexes" : - [ - 5 - ] - }, - { - "abstractTargetIndexes" : - [ - 39 - ], - "build" : "_deps/sfml-build/src/SFML/Graphics", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML.Graphics-Debug-1be0f2c94edc4a8309b8.json", - "minimumCMakeVersion" : - { - "string" : "3.22" - }, - "parentIndex" : 2, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML/Graphics", - "targetIndexes" : - [ - 4 - ] - }, - { - "abstractTargetIndexes" : - [ - 0, - 2, - 16, - 18, - 19, - 20 - ], - "build" : "_deps/sfml-build/src/SFML/Audio", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML.Audio-Debug-1a575cacaeb2de3ac37f.json", - "minimumCMakeVersion" : - { - "string" : "3.22" - }, - "parentIndex" : 2, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML/Audio", - "targetIndexes" : - [ - 3 - ] - }, - { - "build" : "_deps/glm-build", - "childIndexes" : - [ - 9 - ], - "jsonFile" : "directory-_deps.glm-build-Debug-c62d847c2156f7f8634f.json", - "minimumCMakeVersion" : - { - "string" : "3.6" - }, - "parentIndex" : 0, - "projectIndex" : 2, - "source" : "build/_deps/glm-src" - }, - { - "abstractTargetIndexes" : - [ - 40 - ], - "build" : "_deps/glm-build/glm", - "jsonFile" : "directory-_deps.glm-build.glm-Debug-ee2f18c9a18ae24a8c8e.json", - "minimumCMakeVersion" : - { - "string" : "3.6" - }, - "parentIndex" : 8, - "projectIndex" : 2, - "source" : "build/_deps/glm-src/glm", - "targetIndexes" : - [ - 1 - ] - }, - { - "abstractTargetIndexes" : - [ - 4, - 5, - 8, - 9, - 12, - 14 - ], - "build" : "_deps/imgui-sfml-build", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.imgui-sfml-build-Debug-c0058f26c81670b734d6.json", - "minimumCMakeVersion" : - { - "string" : "3.22" - }, - "parentIndex" : 0, - "projectIndex" : 3, - "source" : "build/_deps/imgui-sfml-src", - "targetIndexes" : - [ - 0 - ] - } - ], - "name" : "Debug", - "projects" : - [ - { - "abstractTargetIndexes" : - [ - 1, - 38 - ], - "childIndexes" : - [ - 1, - 2, - 3 - ], - "directoryIndexes" : - [ - 0 - ], - "name" : "CMakeSFMLProject", - "targetIndexes" : - [ - 2 - ] - }, - { - "abstractTargetIndexes" : - [ - 0, - 2, - 3, - 6, - 7, - 10, - 11, - 13, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 39 - ], - "directoryIndexes" : - [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "name" : "SFML", - "parentIndex" : 0, - "targetIndexes" : - [ - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "abstractTargetIndexes" : - [ - 40 - ], - "directoryIndexes" : - [ - 8, - 9 - ], - "name" : "glm", - "parentIndex" : 0, - "targetIndexes" : - [ - 1 - ] - }, - { - "abstractTargetIndexes" : - [ - 4, - 5, - 8, - 9, - 12, - 14 - ], - "directoryIndexes" : - [ - 10 - ], - "name" : "imgui_sfml", - "parentIndex" : 0, - "targetIndexes" : - [ - 0 - ] - } - ], - "targets" : - [ - { - "directoryIndex" : 10, - "id" : "ImGui-SFML::@0d4f94df99120bc7405e", - "jsonFile" : "target-ImGui-SFML-Debug-d20be85d0ec1cf49fb52.json", - "name" : "ImGui-SFML", - "projectIndex" : 3 - }, - { - "directoryIndex" : 9, - "id" : "glm::@ce54d98d7b326a3e12a8", - "jsonFile" : "target-glm-Debug-244f6aa87d17e32353a7.json", - "name" : "glm", - "projectIndex" : 2 - }, - { - "directoryIndex" : 0, - "id" : "mainV5::@6890427a1f51a3e7e1df", - "jsonFile" : "target-mainV5-Debug-b0772c24f5ba06cc97ee.json", - "name" : "mainV5", - "projectIndex" : 0 - }, - { - "directoryIndex" : 7, - "id" : "sfml-audio::@a153e5727587c53fce98", - "jsonFile" : "target-sfml-audio-Debug-e3603007f785bd576195.json", - "name" : "sfml-audio", - "projectIndex" : 1 - }, - { - "directoryIndex" : 6, - "id" : "sfml-graphics::@98af38147d5fa7e70f61", - "jsonFile" : "target-sfml-graphics-Debug-9229e76a5b91b7160880.json", - "name" : "sfml-graphics", - "projectIndex" : 1 - }, - { - "directoryIndex" : 5, - "id" : "sfml-network::@d7f79968b2699e7782cb", - "jsonFile" : "target-sfml-network-Debug-8c35362ab5a0f25587ab.json", - "name" : "sfml-network", - "projectIndex" : 1 - }, - { - "directoryIndex" : 3, - "id" : "sfml-system::@8cb1db2982443611e568", - "jsonFile" : "target-sfml-system-Debug-5a4e924b407a1125e353.json", - "name" : "sfml-system", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "sfml-window::@5730451e331e3690ae65", - "jsonFile" : "target-sfml-window-Debug-bafb0d1a63ac99bf0896.json", - "name" : "sfml-window", - "projectIndex" : 1 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build", - "source" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata" - }, - "version" : - { - "major" : 2, - "minor" : 9 - } -} diff --git a/build/.cmake/api/v1/reply/directory-.-Debug-9ad1a58d4644cf6543fa.json b/build/.cmake/api/v1/reply/directory-.-Debug-9ad1a58d4644cf6543fa.json deleted file mode 100644 index 94696ff..0000000 --- a/build/.cmake/api/v1/reply/directory-.-Debug-9ad1a58d4644cf6543fa.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "installers" : [], - "paths" : - { - "build" : ".", - "source" : "." - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.glm-build-Debug-c62d847c2156f7f8634f.json b/build/.cmake/api/v1/reply/directory-_deps.glm-build-Debug-c62d847c2156f7f8634f.json deleted file mode 100644 index d186d42..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.glm-build-Debug-c62d847c2156f7f8634f.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "installers" : [], - "paths" : - { - "build" : "_deps/glm-build", - "source" : "build/_deps/glm-src" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.glm-build.glm-Debug-ee2f18c9a18ae24a8c8e.json b/build/.cmake/api/v1/reply/directory-_deps.glm-build.glm-Debug-ee2f18c9a18ae24a8c8e.json deleted file mode 100644 index 96c8a9c..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.glm-build.glm-Debug-ee2f18c9a18ae24a8c8e.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "installers" : [], - "paths" : - { - "build" : "_deps/glm-build/glm", - "source" : "build/_deps/glm-src/glm" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.imgui-sfml-build-Debug-c0058f26c81670b734d6.json b/build/.cmake/api/v1/reply/directory-_deps.imgui-sfml-build-Debug-c0058f26c81670b734d6.json deleted file mode 100644 index 7e9913d..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.imgui-sfml-build-Debug-c0058f26c81670b734d6.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install" - ], - "files" : - [ - "build/_deps/imgui-sfml-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 125, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 133, - "parent" : 0 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "lib", - "paths" : - [ - "_deps/imgui-sfml-build/libImGui-SFML.a" - ], - "targetId" : "ImGui-SFML::@0d4f94df99120bc7405e", - "targetIndex" : 0, - "type" : "target" - }, - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "include", - "paths" : - [ - "build/_deps/imgui-sfml-src/imgui-SFML.h", - "build/_deps/imgui-sfml-src/imgui-SFML_export.h", - "build/_deps/imgui-src/imconfig.h", - "build/_deps/imgui-src/imgui.h", - "build/_deps/imgui-src/imgui_internal.h", - "build/_deps/imgui-src/imstb_rectpack.h", - "build/_deps/imgui-src/imstb_textedit.h", - "build/_deps/imgui-src/imstb_truetype.h", - "build/_deps/imgui-src/misc/cpp/imgui_stdlib.h", - "build/_deps/imgui-sfml-src/imconfig-SFML.h" - ], - "type" : "file" - }, - { - "backtrace" : 2, - "component" : "Unspecified", - "destination" : "lib/cmake/ImGui-SFML", - "exportName" : "ImGui-SFML", - "exportTargets" : - [ - { - "id" : "ImGui-SFML::@0d4f94df99120bc7405e", - "index" : 0 - } - ], - "paths" : - [ - "_deps/imgui-sfml-build/CMakeFiles/Export/761a6a4c7704629aea6d1d08969b2ac8/ImGui-SFMLConfig.cmake" - ], - "type" : "export" - } - ], - "paths" : - { - "build" : "_deps/imgui-sfml-build", - "source" : "build/_deps/imgui-sfml-src" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-f18c22a3e3ebfe4df823.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-f18c22a3e3ebfe4df823.json deleted file mode 100644 index c646df4..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-f18c22a3e3ebfe4df823.json +++ /dev/null @@ -1,343 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install", - "sfml_export_targets" - ], - "files" : - [ - "build/_deps/sfml-src/CMakeLists.txt", - "build/_deps/sfml-src/cmake/Macros.cmake" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 229, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 229, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 229, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 229, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 229, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 229, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 247, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 251, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 359, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 360, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 377, - "parent" : 0 - }, - { - "command" : 0, - "file" : 1, - "line" : 442, - "parent" : 11 - }, - { - "command" : 0, - "file" : 1, - "line" : 442, - "parent" : 11 - }, - { - "command" : 0, - "file" : 1, - "line" : 442, - "parent" : 11 - }, - { - "command" : 0, - "file" : 1, - "line" : 442, - "parent" : 11 - }, - { - "command" : 0, - "file" : 1, - "line" : 442, - "parent" : 11 - }, - { - "command" : 0, - "file" : 1, - "line" : 447, - "parent" : 11 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "lib/pkgconfig", - "paths" : - [ - "build/_deps/sfml-build/tools/pkg-config/sfml-all.pc" - ], - "type" : "file" - }, - { - "backtrace" : 2, - "component" : "Unspecified", - "destination" : "lib/pkgconfig", - "paths" : - [ - "build/_deps/sfml-build/tools/pkg-config/sfml-system.pc" - ], - "type" : "file" - }, - { - "backtrace" : 3, - "component" : "Unspecified", - "destination" : "lib/pkgconfig", - "paths" : - [ - "build/_deps/sfml-build/tools/pkg-config/sfml-window.pc" - ], - "type" : "file" - }, - { - "backtrace" : 4, - "component" : "Unspecified", - "destination" : "lib/pkgconfig", - "paths" : - [ - "build/_deps/sfml-build/tools/pkg-config/sfml-graphics.pc" - ], - "type" : "file" - }, - { - "backtrace" : 5, - "component" : "Unspecified", - "destination" : "lib/pkgconfig", - "paths" : - [ - "build/_deps/sfml-build/tools/pkg-config/sfml-audio.pc" - ], - "type" : "file" - }, - { - "backtrace" : 6, - "component" : "Unspecified", - "destination" : "lib/pkgconfig", - "paths" : - [ - "build/_deps/sfml-build/tools/pkg-config/sfml-network.pc" - ], - "type" : "file" - }, - { - "backtrace" : 7, - "component" : "devel", - "destination" : "include", - "paths" : - [ - { - "from" : "build/_deps/sfml-src/include", - "to" : "." - } - ], - "type" : "directory" - }, - { - "backtrace" : 8, - "component" : "devel", - "destination" : "lib/cmake/SFML", - "paths" : - [ - { - "from" : "build/_deps/sfml-src/cmake/Modules", - "to" : "." - } - ], - "type" : "directory" - }, - { - "backtrace" : 9, - "component" : "Unspecified", - "destination" : "share/doc/SFML", - "paths" : - [ - "build/_deps/sfml-src/license.md" - ], - "type" : "file" - }, - { - "backtrace" : 10, - "component" : "Unspecified", - "destination" : "share/doc/SFML", - "paths" : - [ - "build/_deps/sfml-src/readme.md" - ], - "type" : "file" - }, - { - "backtrace" : 12, - "component" : "Unspecified", - "destination" : "lib/cmake/SFML", - "exportName" : "SFMLSystemStaticTargets", - "exportTargets" : - [ - { - "id" : "sfml-system::@8cb1db2982443611e568", - "index" : 6 - } - ], - "paths" : - [ - "_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLSystemStaticTargets.cmake" - ], - "type" : "export" - }, - { - "backtrace" : 13, - "component" : "Unspecified", - "destination" : "lib/cmake/SFML", - "exportName" : "SFMLWindowStaticTargets", - "exportTargets" : - [ - { - "id" : "sfml-window::@5730451e331e3690ae65", - "index" : 7 - } - ], - "paths" : - [ - "_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLWindowStaticTargets.cmake" - ], - "type" : "export" - }, - { - "backtrace" : 14, - "component" : "Unspecified", - "destination" : "lib/cmake/SFML", - "exportName" : "SFMLNetworkStaticTargets", - "exportTargets" : - [ - { - "id" : "sfml-network::@d7f79968b2699e7782cb", - "index" : 5 - } - ], - "paths" : - [ - "_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLNetworkStaticTargets.cmake" - ], - "type" : "export" - }, - { - "backtrace" : 15, - "component" : "Unspecified", - "destination" : "lib/cmake/SFML", - "exportName" : "SFMLGraphicsStaticTargets", - "exportTargets" : - [ - { - "id" : "sfml-graphics::@98af38147d5fa7e70f61", - "index" : 4 - } - ], - "paths" : - [ - "_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLGraphicsStaticTargets.cmake" - ], - "type" : "export" - }, - { - "backtrace" : 16, - "component" : "Unspecified", - "destination" : "lib/cmake/SFML", - "exportName" : "SFMLAudioStaticTargets", - "exportTargets" : - [ - { - "id" : "sfml-audio::@a153e5727587c53fce98", - "index" : 3 - } - ], - "paths" : - [ - "_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLAudioStaticTargets.cmake" - ], - "type" : "export" - }, - { - "backtrace" : 17, - "component" : "devel", - "destination" : "lib/cmake/SFML", - "paths" : - [ - "build/_deps/sfml-build/SFMLConfig.cmake", - "build/_deps/sfml-build/SFMLConfigVersion.cmake" - ], - "type" : "file" - } - ], - "paths" : - { - "build" : "_deps/sfml-build", - "source" : "build/_deps/sfml-src" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-b8705e603666374ba002.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-b8705e603666374ba002.json deleted file mode 100644 index f4ef8e8..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-b8705e603666374ba002.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "installers" : [], - "paths" : - { - "build" : "_deps/sfml-build/src/SFML", - "source" : "build/_deps/sfml-src/src/SFML" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-1a575cacaeb2de3ac37f.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-1a575cacaeb2de3ac37f.json deleted file mode 100644 index b95a6ec..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-1a575cacaeb2de3ac37f.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install", - "sfml_add_library" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Macros.cmake", - "build/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 165, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 232, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 256, - "parent" : 1 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "installers" : - [ - { - "backtrace" : 2, - "component" : "devel", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/libsfml-audio-s-d.a" - ], - "targetId" : "sfml-audio::@a153e5727587c53fce98", - "targetIndex" : 3, - "type" : "target" - }, - { - "backtrace" : 3, - "component" : "devel", - "destination" : "lib/cmake/SFML", - "paths" : - [ - "build/_deps/sfml-build/src/SFML/Audio/SFMLAudioDependencies.cmake" - ], - "type" : "file" - } - ], - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Audio", - "source" : "build/_deps/sfml-src/src/SFML/Audio" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-1be0f2c94edc4a8309b8.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-1be0f2c94edc4a8309b8.json deleted file mode 100644 index 75acb4b..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-1be0f2c94edc4a8309b8.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install", - "sfml_add_library" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Macros.cmake", - "build/_deps/sfml-src/src/SFML/Graphics/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 88, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 232, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 256, - "parent" : 1 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "installers" : - [ - { - "backtrace" : 2, - "component" : "devel", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/libsfml-graphics-s-d.a" - ], - "targetId" : "sfml-graphics::@98af38147d5fa7e70f61", - "targetIndex" : 4, - "type" : "target" - }, - { - "backtrace" : 3, - "component" : "devel", - "destination" : "lib/cmake/SFML", - "paths" : - [ - "build/_deps/sfml-build/src/SFML/Graphics/SFMLGraphicsDependencies.cmake" - ], - "type" : "file" - } - ], - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Graphics", - "source" : "build/_deps/sfml-src/src/SFML/Graphics" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Network-Debug-04cdcff929f46ecd6380.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Network-Debug-04cdcff929f46ecd6380.json deleted file mode 100644 index 056e285..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Network-Debug-04cdcff929f46ecd6380.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install", - "sfml_add_library" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Macros.cmake", - "build/_deps/sfml-src/src/SFML/Network/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 43, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 232, - "parent" : 1 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "installers" : - [ - { - "backtrace" : 2, - "component" : "devel", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/libsfml-network-s-d.a" - ], - "targetId" : "sfml-network::@d7f79968b2699e7782cb", - "targetIndex" : 5, - "type" : "target" - } - ], - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Network", - "source" : "build/_deps/sfml-src/src/SFML/Network" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-61abf4a8919415ad2100.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-61abf4a8919415ad2100.json deleted file mode 100644 index 4a22928..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-61abf4a8919415ad2100.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install", - "sfml_add_library" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Macros.cmake", - "build/_deps/sfml-src/src/SFML/System/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 72, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 232, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 256, - "parent" : 1 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "installers" : - [ - { - "backtrace" : 2, - "component" : "devel", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/libsfml-system-s-d.a" - ], - "targetId" : "sfml-system::@8cb1db2982443611e568", - "targetIndex" : 6, - "type" : "target" - }, - { - "backtrace" : 3, - "component" : "devel", - "destination" : "lib/cmake/SFML", - "paths" : - [ - "build/_deps/sfml-build/src/SFML/System/SFMLSystemDependencies.cmake" - ], - "type" : "file" - } - ], - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/System", - "source" : "build/_deps/sfml-src/src/SFML/System" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-82b71fd7ecf90bbcba4a.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-82b71fd7ecf90bbcba4a.json deleted file mode 100644 index 868810f..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-82b71fd7ecf90bbcba4a.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install", - "sfml_add_library" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Macros.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 269, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 232, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 256, - "parent" : 1 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "installers" : - [ - { - "backtrace" : 2, - "component" : "devel", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/libsfml-window-s-d.a" - ], - "targetId" : "sfml-window::@5730451e331e3690ae65", - "targetIndex" : 7, - "type" : "target" - }, - { - "backtrace" : 3, - "component" : "devel", - "destination" : "lib/cmake/SFML", - "paths" : - [ - "build/_deps/sfml-build/src/SFML/Window/SFMLWindowDependencies.cmake" - ], - "type" : "file" - } - ], - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - } -} diff --git a/build/.cmake/api/v1/reply/target-FLAC__FLAC-Debug-e560b9c5f8597c303585.json b/build/.cmake/api/v1/reply/target-FLAC__FLAC-Debug-e560b9c5f8597c303585.json deleted file mode 100644 index 37fb101..0000000 --- a/build/.cmake/api/v1/reply/target-FLAC__FLAC-Debug-e560b9c5f8597c303585.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Modules/FindFLAC.cmake", - "build/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 73, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 20, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "FLAC::FLAC::@a153e5727587c53fce98", - "imported" : true, - "local" : true, - "name" : "FLAC::FLAC", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Audio", - "source" : "build/_deps/sfml-src/src/SFML/Audio" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-Git__Git-Debug-df32a2f1d278c655bfa1.json b/build/.cmake/api/v1/reply/target-Git__Git-Debug-df32a2f1d278c655bfa1.json deleted file mode 100644 index 2a7c295..0000000 --- a/build/.cmake/api/v1/reply/target-Git__Git-Debug-df32a2f1d278c655bfa1.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "abstract" : true, - "artifacts" : - [ - { - "path" : "/usr/bin/git" - } - ], - "backtrace" : 9, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "find_package", - "__FetchContent_populateSubbuild", - "__FetchContent_doPopulation", - "cmake_language", - "__FetchContent_Populate", - "FetchContent_MakeAvailable" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindGit.cmake", - "/usr/share/cmake-4.2/Modules/FetchContent.cmake", - "/usr/share/cmake-4.2/Modules/FetchContent.cmake:2155:EVAL", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 3 - }, - { - "command" : 6, - "file" : 3, - "line" : 13, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 2394, - "parent" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 2155, - "parent" : 2 - }, - { - "file" : 2, - "parent" : 3 - }, - { - "command" : 3, - "file" : 2, - "line" : 2, - "parent" : 4 - }, - { - "command" : 2, - "file" : 1, - "line" : 1619, - "parent" : 5 - }, - { - "command" : 1, - "file" : 1, - "line" : 1884, - "parent" : 6 - }, - { - "file" : 0, - "parent" : 7 - }, - { - "command" : 0, - "file" : 0, - "line" : 179, - "parent" : 8 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "Git::Git::@6890427a1f51a3e7e1df", - "imported" : true, - "local" : true, - "name" : "Git::Git", - "nameOnDisk" : "git", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "EXECUTABLE" -} diff --git a/build/.cmake/api/v1/reply/target-ImGui-SFML-Debug-d20be85d0ec1cf49fb52.json b/build/.cmake/api/v1/reply/target-ImGui-SFML-Debug-d20be85d0ec1cf49fb52.json deleted file mode 100644 index 0106964..0000000 --- a/build/.cmake/api/v1/reply/target-ImGui-SFML-Debug-d20be85d0ec1cf49fb52.json +++ /dev/null @@ -1,258 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/imgui-sfml-build/libImGui-SFML.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "install", - "target_link_libraries", - "target_compile_definitions", - "target_include_directories" - ], - "files" : - [ - "build/_deps/imgui-sfml-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 66, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 125, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 73, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 110, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 68, - "parent" : 0 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "compileDependencies" : - [ - { - "backtrace" : 3, - "id" : "sfml-graphics::@98af38147d5fa7e70f61" - }, - { - "backtrace" : 3, - "id" : "OpenGL::GL::@0d4f94df99120bc7405e" - } - ], - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g" - } - ], - "defines" : - [ - { - "backtrace" : 4, - "define" : "IMGUI_USER_CONFIG=\"imconfig-SFML.h\"" - }, - { - "backtrace" : 3, - "define" : "SFML_STATIC" - } - ], - "includes" : - [ - { - "backtrace" : 5, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-src" - }, - { - "backtrace" : 5, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-sfml-src" - }, - { - "backtrace" : 3, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 3, - "id" : "sfml-system::@8cb1db2982443611e568" - }, - { - "backtrace" : 3, - "id" : "sfml-window::@5730451e331e3690ae65" - }, - { - "backtrace" : 3, - "id" : "sfml-graphics::@98af38147d5fa7e70f61" - } - ], - "id" : "ImGui-SFML::@0d4f94df99120bc7405e", - "install" : - { - "destinations" : - [ - { - "backtrace" : 2, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 3, - "id" : "sfml-graphics::@98af38147d5fa7e70f61" - }, - { - "backtrace" : 3, - "id" : "OpenGL::GL::@0d4f94df99120bc7405e" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 3, - "id" : "sfml-graphics::@98af38147d5fa7e70f61" - }, - { - "backtrace" : 3, - "id" : "OpenGL::GL::@0d4f94df99120bc7405e" - } - ], - "linkLibraries" : - [ - { - "backtrace" : 3, - "id" : "sfml-graphics::@98af38147d5fa7e70f61" - }, - { - "backtrace" : 3, - "id" : "OpenGL::GL::@0d4f94df99120bc7405e" - } - ], - "name" : "ImGui-SFML", - "nameOnDisk" : "libImGui-SFML.a", - "paths" : - { - "build" : "_deps/imgui-sfml-build", - "source" : "build/_deps/imgui-sfml-src" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/imgui-sfml-src/imgui-SFML.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/imgui-src/imgui.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/imgui-src/imgui_demo.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/imgui-src/imgui_draw.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/imgui-src/imgui_tables.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/imgui-src/imgui_widgets.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/imgui-src/misc/cpp/imgui_stdlib.cpp", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-Ogg__ogg-Debug-38afb44201cf19b3959b.json b/build/.cmake/api/v1/reply/target-Ogg__ogg-Debug-38afb44201cf19b3959b.json deleted file mode 100644 index cdbde20..0000000 --- a/build/.cmake/api/v1/reply/target-Ogg__ogg-Debug-38afb44201cf19b3959b.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Modules/FindVorbis.cmake", - "build/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 72, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 33, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "Ogg::ogg::@a153e5727587c53fce98", - "imported" : true, - "local" : true, - "name" : "Ogg::ogg", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Audio", - "source" : "build/_deps/sfml-src/src/SFML/Audio" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__EGL-Debug-1eafe621f35368334c4c.json b/build/.cmake/api/v1/reply/target-OpenGL__EGL-Debug-1eafe621f35368334c4c.json deleted file mode 100644 index 7d5a32c..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__EGL-Debug-1eafe621f35368334c4c.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/imgui-sfml-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 61, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 843, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 851, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::EGL::@0d4f94df99120bc7405e", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "OpenGL::OpenGL::@0d4f94df99120bc7405e" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "OpenGL::OpenGL::@0d4f94df99120bc7405e" - } - ], - "local" : true, - "name" : "OpenGL::EGL", - "paths" : - { - "build" : "_deps/imgui-sfml-build", - "source" : "build/_deps/imgui-sfml-src" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__EGL-Debug-abfd1fdd4e1142027081.json b/build/.cmake/api/v1/reply/target-OpenGL__EGL-Debug-abfd1fdd4e1142027081.json deleted file mode 100644 index da813ca..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__EGL-Debug-abfd1fdd4e1142027081.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 311, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 843, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 851, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::EGL::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "OpenGL::OpenGL::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "OpenGL::OpenGL::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "OpenGL::EGL", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__GL-Debug-96c8225cd79f6d1ae87e.json b/build/.cmake/api/v1/reply/target-OpenGL__GL-Debug-96c8225cd79f6d1ae87e.json deleted file mode 100644 index f8ffcd8..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__GL-Debug-96c8225cd79f6d1ae87e.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/imgui-sfml-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 61, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 815, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::GL::@0d4f94df99120bc7405e", - "imported" : true, - "local" : true, - "name" : "OpenGL::GL", - "paths" : - { - "build" : "_deps/imgui-sfml-build", - "source" : "build/_deps/imgui-sfml-src" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__GL-Debug-a613dbc09f67e0e774ec.json b/build/.cmake/api/v1/reply/target-OpenGL__GL-Debug-a613dbc09f67e0e774ec.json deleted file mode 100644 index d27eb31..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__GL-Debug-a613dbc09f67e0e774ec.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 311, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 815, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::GL::@5730451e331e3690ae65", - "imported" : true, - "local" : true, - "name" : "OpenGL::GL", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__GLES2-Debug-11d40884ae630f984f8d.json b/build/.cmake/api/v1/reply/target-OpenGL__GLES2-Debug-11d40884ae630f984f8d.json deleted file mode 100644 index a2ae07e..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__GLES2-Debug-11d40884ae630f984f8d.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 311, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 752, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::GLES2::@5730451e331e3690ae65", - "imported" : true, - "local" : true, - "name" : "OpenGL::GLES2", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__GLES2-Debug-a7b9a9a6ec04d46547f0.json b/build/.cmake/api/v1/reply/target-OpenGL__GLES2-Debug-a7b9a9a6ec04d46547f0.json deleted file mode 100644 index ed92519..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__GLES2-Debug-a7b9a9a6ec04d46547f0.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/imgui-sfml-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 61, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 752, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::GLES2::@0d4f94df99120bc7405e", - "imported" : true, - "local" : true, - "name" : "OpenGL::GLES2", - "paths" : - { - "build" : "_deps/imgui-sfml-build", - "source" : "build/_deps/imgui-sfml-src" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__GLES3-Debug-7b20d6a73c8cf3713b5a.json b/build/.cmake/api/v1/reply/target-OpenGL__GLES3-Debug-7b20d6a73c8cf3713b5a.json deleted file mode 100644 index b99dc7d..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__GLES3-Debug-7b20d6a73c8cf3713b5a.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/imgui-sfml-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 61, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 787, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::GLES3::@0d4f94df99120bc7405e", - "imported" : true, - "local" : true, - "name" : "OpenGL::GLES3", - "paths" : - { - "build" : "_deps/imgui-sfml-build", - "source" : "build/_deps/imgui-sfml-src" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__GLES3-Debug-c41e6782f58f861bac0b.json b/build/.cmake/api/v1/reply/target-OpenGL__GLES3-Debug-c41e6782f58f861bac0b.json deleted file mode 100644 index a365e2f..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__GLES3-Debug-c41e6782f58f861bac0b.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 311, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 787, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::GLES3::@5730451e331e3690ae65", - "imported" : true, - "local" : true, - "name" : "OpenGL::GLES3", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__GLX-Debug-1e52290cc86dcac7cd72.json b/build/.cmake/api/v1/reply/target-OpenGL__GLX-Debug-1e52290cc86dcac7cd72.json deleted file mode 100644 index 1f1daaa..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__GLX-Debug-1e52290cc86dcac7cd72.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 311, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 728, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 736, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::GLX::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "OpenGL::OpenGL::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "OpenGL::OpenGL::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "OpenGL::GLX", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__GLX-Debug-aa5caeb0914c0bfa4a56.json b/build/.cmake/api/v1/reply/target-OpenGL__GLX-Debug-aa5caeb0914c0bfa4a56.json deleted file mode 100644 index d97db69..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__GLX-Debug-aa5caeb0914c0bfa4a56.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/imgui-sfml-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 61, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 728, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 736, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::GLX::@0d4f94df99120bc7405e", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "OpenGL::OpenGL::@0d4f94df99120bc7405e" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "OpenGL::OpenGL::@0d4f94df99120bc7405e" - } - ], - "local" : true, - "name" : "OpenGL::GLX", - "paths" : - { - "build" : "_deps/imgui-sfml-build", - "source" : "build/_deps/imgui-sfml-src" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__OpenGL-Debug-5223362217b07b6824ea.json b/build/.cmake/api/v1/reply/target-OpenGL__OpenGL-Debug-5223362217b07b6824ea.json deleted file mode 100644 index 38c1be4..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__OpenGL-Debug-5223362217b07b6824ea.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/imgui-sfml-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 61, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 711, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::OpenGL::@0d4f94df99120bc7405e", - "imported" : true, - "local" : true, - "name" : "OpenGL::OpenGL", - "paths" : - { - "build" : "_deps/imgui-sfml-build", - "source" : "build/_deps/imgui-sfml-src" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-OpenGL__OpenGL-Debug-8451dadc80157c9e46f4.json b/build/.cmake/api/v1/reply/target-OpenGL__OpenGL-Debug-8451dadc80157c9e46f4.json deleted file mode 100644 index 13ab9bc..0000000 --- a/build/.cmake/api/v1/reply/target-OpenGL__OpenGL-Debug-8451dadc80157c9e46f4.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 311, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 711, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "OpenGL::OpenGL::@5730451e331e3690ae65", - "imported" : true, - "local" : true, - "name" : "OpenGL::OpenGL", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-Threads__Threads-Debug-889151eb028bbc41d946.json b/build/.cmake/api/v1/reply/target-Threads__Threads-Debug-889151eb028bbc41d946.json deleted file mode 100644 index 9bf91a1..0000000 --- a/build/.cmake/api/v1/reply/target-Threads__Threads-Debug-889151eb028bbc41d946.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindThreads.cmake", - "build/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 162, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 292, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "Threads::Threads::@a153e5727587c53fce98", - "imported" : true, - "local" : true, - "name" : "Threads::Threads", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Audio", - "source" : "build/_deps/sfml-src/src/SFML/Audio" - }, - "sources" : [], - "type" : "INTERFACE_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-Threads__Threads-Debug-9ea92c2085aa17147a88.json b/build/.cmake/api/v1/reply/target-Threads__Threads-Debug-9ea92c2085aa17147a88.json deleted file mode 100644 index 874a273..0000000 --- a/build/.cmake/api/v1/reply/target-Threads__Threads-Debug-9ea92c2085aa17147a88.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindThreads.cmake", - "build/_deps/sfml-src/src/SFML/System/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 69, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 292, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "Threads::Threads::@8cb1db2982443611e568", - "imported" : true, - "local" : true, - "name" : "Threads::Threads", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/System", - "source" : "build/_deps/sfml-src/src/SFML/System" - }, - "sources" : [], - "type" : "INTERFACE_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-UDev__UDev-Debug-e379187ab39d3a8ad286.json b/build/.cmake/api/v1/reply/target-UDev__UDev-Debug-e379187ab39d3a8ad286.json deleted file mode 100644 index dd50912..0000000 --- a/build/.cmake/api/v1/reply/target-UDev__UDev-Debug-e379187ab39d3a8ad286.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Modules/FindUDev.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 324, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 58, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "UDev::UDev::@5730451e331e3690ae65", - "imported" : true, - "local" : true, - "name" : "UDev::UDev", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-Vorbis__vorbis-Debug-50684f40f7a46dd31d91.json b/build/.cmake/api/v1/reply/target-Vorbis__vorbis-Debug-50684f40f7a46dd31d91.json deleted file mode 100644 index 463d990..0000000 --- a/build/.cmake/api/v1/reply/target-Vorbis__vorbis-Debug-50684f40f7a46dd31d91.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Modules/FindVorbis.cmake", - "build/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 72, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 41, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 42, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "Vorbis::vorbis::@a153e5727587c53fce98", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "Ogg::ogg::@a153e5727587c53fce98" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "Ogg::ogg::@a153e5727587c53fce98" - } - ], - "local" : true, - "name" : "Vorbis::vorbis", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Audio", - "source" : "build/_deps/sfml-src/src/SFML/Audio" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-Vorbis__vorbisenc-Debug-15e0eff3ca1f1fed892c.json b/build/.cmake/api/v1/reply/target-Vorbis__vorbisenc-Debug-15e0eff3ca1f1fed892c.json deleted file mode 100644 index e5c060a..0000000 --- a/build/.cmake/api/v1/reply/target-Vorbis__vorbisenc-Debug-15e0eff3ca1f1fed892c.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Modules/FindVorbis.cmake", - "build/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 72, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 62, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 63, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "Vorbis::vorbisenc::@a153e5727587c53fce98", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "Vorbis::vorbis::@a153e5727587c53fce98" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "Vorbis::vorbis::@a153e5727587c53fce98" - } - ], - "local" : true, - "name" : "Vorbis::vorbisenc", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Audio", - "source" : "build/_deps/sfml-src/src/SFML/Audio" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-Vorbis__vorbisfile-Debug-35962945b39b7ac334ea.json b/build/.cmake/api/v1/reply/target-Vorbis__vorbisfile-Debug-35962945b39b7ac334ea.json deleted file mode 100644 index 681a7df..0000000 --- a/build/.cmake/api/v1/reply/target-Vorbis__vorbisfile-Debug-35962945b39b7ac334ea.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Modules/FindVorbis.cmake", - "build/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 72, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 52, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 53, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "Vorbis::vorbisfile::@a153e5727587c53fce98", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "Vorbis::vorbis::@a153e5727587c53fce98" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "Vorbis::vorbis::@a153e5727587c53fce98" - } - ], - "local" : true, - "name" : "Vorbis::vorbisfile", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Audio", - "source" : "build/_deps/sfml-src/src/SFML/Audio" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__X11-Debug-4f94064466fa5fa78e3a.json b/build/.cmake/api/v1/reply/target-X11__X11-Debug-4f94064466fa5fa78e3a.json deleted file mode 100644 index 6594a91..0000000 --- a/build/.cmake/api/v1/reply/target-X11__X11-Debug-4f94064466fa5fa78e3a.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 785, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::X11::@5730451e331e3690ae65", - "imported" : true, - "local" : true, - "name" : "X11::X11", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__Xau-Debug-c21b24fa65fce0f293d7.json b/build/.cmake/api/v1/reply/target-X11__Xau-Debug-c21b24fa65fce0f293d7.json deleted file mode 100644 index 13b7b5c..0000000 --- a/build/.cmake/api/v1/reply/target-X11__Xau-Debug-c21b24fa65fce0f293d7.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 807, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::Xau::@5730451e331e3690ae65", - "imported" : true, - "local" : true, - "name" : "X11::Xau", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__Xcursor-Debug-6522ca02eee17eaca358.json b/build/.cmake/api/v1/reply/target-X11__Xcursor-Debug-6522ca02eee17eaca358.json deleted file mode 100644 index 9c86045..0000000 --- a/build/.cmake/api/v1/reply/target-X11__Xcursor-Debug-6522ca02eee17eaca358.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1069, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 1070, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::Xcursor::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::Xrender::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "X11::Xfixes::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::Xrender::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "X11::Xfixes::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::Xcursor", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__Xdmcp-Debug-52b97852a42b55bedb1a.json b/build/.cmake/api/v1/reply/target-X11__Xdmcp-Debug-52b97852a42b55bedb1a.json deleted file mode 100644 index c98e0f9..0000000 --- a/build/.cmake/api/v1/reply/target-X11__Xdmcp-Debug-52b97852a42b55bedb1a.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1085, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::Xdmcp::@5730451e331e3690ae65", - "imported" : true, - "local" : true, - "name" : "X11::Xdmcp", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__Xext-Debug-5b585d10af58b8b168d7.json b/build/.cmake/api/v1/reply/target-X11__Xext-Debug-5b585d10af58b8b168d7.json deleted file mode 100644 index 3e89fbe..0000000 --- a/build/.cmake/api/v1/reply/target-X11__Xext-Debug-5b585d10af58b8b168d7.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1092, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 1093, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::Xext::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::Xext", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__Xfixes-Debug-7ada44a915a424296d47.json b/build/.cmake/api/v1/reply/target-X11__Xfixes-Debug-7ada44a915a424296d47.json deleted file mode 100644 index cc88490..0000000 --- a/build/.cmake/api/v1/reply/target-X11__Xfixes-Debug-7ada44a915a424296d47.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1116, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 1117, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::Xfixes::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::Xfixes", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__Xi-Debug-fab7da59ffd4b0e8b11c.json b/build/.cmake/api/v1/reply/target-X11__Xi-Debug-fab7da59ffd4b0e8b11c.json deleted file mode 100644 index cb067f9..0000000 --- a/build/.cmake/api/v1/reply/target-X11__Xi-Debug-fab7da59ffd4b0e8b11c.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1132, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 1133, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::Xi::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::Xext::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::Xext::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::Xi", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__Xkb-Debug-d113f37b5a741649fb6d.json b/build/.cmake/api/v1/reply/target-X11__Xkb-Debug-d113f37b5a741649fb6d.json deleted file mode 100644 index 009ab9e..0000000 --- a/build/.cmake/api/v1/reply/target-X11__Xkb-Debug-d113f37b5a741649fb6d.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1148, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 1149, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::Xkb::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::Xkb", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "INTERFACE_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__Xrandr-Debug-daf27e2e51fb1c43c14d.json b/build/.cmake/api/v1/reply/target-X11__Xrandr-Debug-daf27e2e51fb1c43c14d.json deleted file mode 100644 index 220c493..0000000 --- a/build/.cmake/api/v1/reply/target-X11__Xrandr-Debug-daf27e2e51fb1c43c14d.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1210, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 1211, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::Xrandr::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::Xrender::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "X11::Xext::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::Xrender::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "X11::Xext::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::Xrandr", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__Xrender-Debug-63e677ce11d05e6b80aa.json b/build/.cmake/api/v1/reply/target-X11__Xrender-Debug-63e677ce11d05e6b80aa.json deleted file mode 100644 index bf2a746..0000000 --- a/build/.cmake/api/v1/reply/target-X11__Xrender-Debug-63e677ce11d05e6b80aa.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1218, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 1219, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::Xrender::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::Xrender", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__Xutil-Debug-4263cfd03b2b83349850.json b/build/.cmake/api/v1/reply/target-X11__Xutil-Debug-4263cfd03b2b83349850.json deleted file mode 100644 index ce2a290..0000000 --- a/build/.cmake/api/v1/reply/target-X11__Xutil-Debug-4263cfd03b2b83349850.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1250, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 1251, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::Xutil::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::X11::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::Xutil", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "INTERFACE_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__xcb-Debug-f44ff1863056cb751e4b.json b/build/.cmake/api/v1/reply/target-X11__xcb-Debug-f44ff1863056cb751e4b.json deleted file mode 100644 index 7b317fc..0000000 --- a/build/.cmake/api/v1/reply/target-X11__xcb-Debug-f44ff1863056cb751e4b.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 822, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::xcb::@5730451e331e3690ae65", - "imported" : true, - "local" : true, - "name" : "X11::xcb", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__xcb_composite-Debug-1452513d61c0184c3794.json b/build/.cmake/api/v1/reply/target-X11__xcb_composite-Debug-1452513d61c0184c3794.json deleted file mode 100644 index b17d565..0000000 --- a/build/.cmake/api/v1/reply/target-X11__xcb_composite-Debug-1452513d61c0184c3794.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 837, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 838, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::xcb_composite::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::xcb::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::xcb::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::xcb_composite", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__xcb_render-Debug-af81c37a10599bebe3a1.json b/build/.cmake/api/v1/reply/target-X11__xcb_render-Debug-af81c37a10599bebe3a1.json deleted file mode 100644 index fb84dbb..0000000 --- a/build/.cmake/api/v1/reply/target-X11__xcb_render-Debug-af81c37a10599bebe3a1.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 942, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 943, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::xcb_render::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::xcb::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::xcb::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::xcb_render", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__xcb_shape-Debug-63574cad2a520fd2b4f7.json b/build/.cmake/api/v1/reply/target-X11__xcb_shape-Debug-63574cad2a520fd2b4f7.json deleted file mode 100644 index f8955b2..0000000 --- a/build/.cmake/api/v1/reply/target-X11__xcb_shape-Debug-63574cad2a520fd2b4f7.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 970, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 971, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::xcb_shape::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::xcb::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::xcb::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::xcb_shape", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__xcb_xfixes-Debug-689d0a6c1f4a3ecfc1fa.json b/build/.cmake/api/v1/reply/target-X11__xcb_xfixes-Debug-689d0a6c1f4a3ecfc1fa.json deleted file mode 100644 index f6c0d64..0000000 --- a/build/.cmake/api/v1/reply/target-X11__xcb_xfixes-Debug-689d0a6c1f4a3ecfc1fa.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package", - "set_target_properties" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1005, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 1006, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::xcb_xfixes::@5730451e331e3690ae65", - "imported" : true, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "X11::xcb::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "X11::xcb::@5730451e331e3690ae65" - } - ], - "local" : true, - "name" : "X11::xcb_xfixes", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-X11__xkbcommon-Debug-1c0005b491d160993db4.json b/build/.cmake/api/v1/reply/target-X11__xkbcommon-Debug-1c0005b491d160993db4.json deleted file mode 100644 index 6b21196..0000000 --- a/build/.cmake/api/v1/reply/target-X11__xkbcommon-Debug-1c0005b491d160993db4.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 279, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1155, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "X11::xkbcommon::@5730451e331e3690ae65", - "imported" : true, - "local" : true, - "name" : "X11::xkbcommon", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-common-Debug-218bd0b585628ab5e130.json b/build/.cmake/api/v1/reply/target-common-Debug-218bd0b585628ab5e130.json deleted file mode 100644 index d6fd414..0000000 --- a/build/.cmake/api/v1/reply/target-common-Debug-218bd0b585628ab5e130.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 43, - "parent" : 0 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "common::@6890427a1f51a3e7e1df", - "name" : "common", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "INTERFACE_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-freetype-Debug-abdfbd050f0222558c4d.json b/build/.cmake/api/v1/reply/target-freetype-Debug-abdfbd050f0222558c4d.json deleted file mode 100644 index d4f314f..0000000 --- a/build/.cmake/api/v1/reply/target-freetype-Debug-abdfbd050f0222558c4d.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "find_package" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Modules/FindFreetype.cmake", - "build/_deps/sfml-src/src/SFML/Graphics/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 109, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 152, - "parent" : 2 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "freetype::@98af38147d5fa7e70f61", - "imported" : true, - "local" : true, - "name" : "freetype", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Graphics", - "source" : "build/_deps/sfml-src/src/SFML/Graphics" - }, - "sources" : [], - "type" : "UNKNOWN_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-glm-Debug-244f6aa87d17e32353a7.json b/build/.cmake/api/v1/reply/target-glm-Debug-244f6aa87d17e32353a7.json deleted file mode 100644 index 808a52b..0000000 --- a/build/.cmake/api/v1/reply/target-glm-Debug-244f6aa87d17e32353a7.json +++ /dev/null @@ -1,2752 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/glm-build/glm/libglm.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "target_link_libraries" - ], - "files" : - [ - "build/_deps/glm-src/glm/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 54, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 64, - "parent" : 0 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "compileDependencies" : - [ - { - "backtrace" : 2, - "id" : "glm-header-only::@ce54d98d7b326a3e12a8" - } - ], - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g" - } - ], - "includes" : - [ - { - "backtrace" : 2, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/glm-src" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 28 - ] - } - ], - "id" : "glm::@ce54d98d7b326a3e12a8", - "interfaceCompileDependencies" : - [ - { - "backtrace" : 2, - "id" : "glm-header-only::@ce54d98d7b326a3e12a8" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 2, - "id" : "glm-header-only::@ce54d98d7b326a3e12a8" - } - ], - "linkLibraries" : - [ - { - "backtrace" : 2, - "id" : "glm-header-only::@ce54d98d7b326a3e12a8" - } - ], - "name" : "glm", - "nameOnDisk" : "libglm.a", - "paths" : - { - "build" : "_deps/glm-build/glm", - "source" : "build/_deps/glm-src/glm" - }, - "sourceGroups" : - [ - { - "name" : "Text Files", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3 - ] - }, - { - "name" : "", - "sourceIndexes" : - [ - 4 - ] - }, - { - "name" : "Header Files", - "sourceIndexes" : - [ - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27 - ] - }, - { - "name" : "Core Files", - "sourceIndexes" : - [ - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 46, - 47, - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 56, - 57, - 58, - 59, - 60, - 61, - 62, - 63, - 64, - 65, - 66, - 67, - 68, - 69, - 70, - 71, - 72, - 73, - 74, - 75, - 76, - 77, - 78, - 79, - 80, - 81, - 82, - 83, - 84, - 85, - 86, - 87, - 88, - 89 - ] - }, - { - "name" : "EXT Files", - "sourceIndexes" : - [ - 90, - 91, - 92, - 93, - 94, - 95, - 96, - 97, - 98, - 99, - 100, - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120, - 121, - 122, - 123, - 124, - 125, - 126, - 127, - 128, - 129, - 130, - 131, - 132, - 133, - 134, - 135, - 136, - 137, - 138, - 139, - 140, - 141, - 142, - 143, - 144, - 145, - 146, - 147, - 148, - 149, - 150, - 151, - 152, - 153, - 154, - 155, - 156, - 157, - 158, - 159, - 160, - 161, - 162, - 163, - 164, - 165, - 166, - 167, - 168, - 169, - 170, - 171, - 172, - 173, - 174, - 175, - 176, - 177, - 178, - 179, - 180, - 181, - 182, - 183, - 184, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192, - 193, - 194, - 195, - 196, - 197, - 198, - 199, - 200, - 201, - 202, - 203, - 204, - 205, - 206, - 207, - 208, - 209, - 210, - 211, - 212, - 213, - 214, - 215, - 216, - 217, - 218, - 219, - 220, - 221, - 222, - 223, - 224, - 225, - 226, - 227, - 228, - 229, - 230, - 231, - 232, - 233, - 234, - 235, - 236, - 237, - 238, - 239, - 240, - 241, - 242, - 243, - 244, - 245, - 246, - 247, - 248, - 249, - 250, - 251, - 252, - 253, - 254, - 255, - 256, - 257, - 258, - 259 - ] - }, - { - "name" : "GTC Files", - "sourceIndexes" : - [ - 260, - 261, - 262, - 263, - 264, - 265, - 266, - 267, - 268, - 269, - 270, - 271, - 272, - 273, - 274, - 275, - 276, - 277, - 278, - 279, - 280, - 281, - 282, - 283, - 284, - 285, - 286, - 287, - 288, - 289, - 290, - 291, - 292, - 293, - 294, - 295, - 296 - ] - }, - { - "name" : "GTX Files", - "sourceIndexes" : - [ - 297, - 298, - 299, - 300, - 301, - 302, - 303, - 304, - 305, - 306, - 307, - 308, - 309, - 310, - 311, - 312, - 313, - 314, - 315, - 316, - 317, - 318, - 319, - 320, - 321, - 322, - 323, - 324, - 325, - 326, - 327, - 328, - 329, - 330, - 331, - 332, - 333, - 334, - 335, - 336, - 337, - 338, - 339, - 340, - 341, - 342, - 343, - 344, - 345, - 346, - 347, - 348, - 349, - 350, - 351, - 352, - 353, - 354, - 355, - 356, - 357, - 358, - 359, - 360, - 361, - 362, - 363, - 364, - 365, - 366, - 367, - 368, - 369, - 370, - 371, - 372, - 373, - 374, - 375, - 376, - 377, - 378, - 379, - 380, - 381, - 382, - 383, - 384, - 385, - 386, - 387, - 388, - 389, - 390, - 391, - 392, - 393, - 394, - 395, - 396, - 397, - 398, - 399, - 400, - 401, - 402, - 403, - 404, - 405, - 406, - 407, - 408, - 409, - 410, - 411, - 412, - 413, - 414, - 415, - 416, - 417, - 418, - 419, - 420, - 421 - ] - }, - { - "name" : "SIMD Files", - "sourceIndexes" : - [ - 422, - 423, - 424, - 425, - 426, - 427, - 428, - 429, - 430, - 431 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/CMakeLists.txt", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/copying.txt", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/manual.md", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/readme.md", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/util/glm.natvis", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/common.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/exponential.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/fwd.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/geometric.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/glm.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/integer.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/mat2x2.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/mat2x3.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/mat2x4.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/mat3x2.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/mat3x3.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/mat3x4.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/mat4x2.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/mat4x3.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/mat4x4.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/matrix.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/packing.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/trigonometric.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/vec2.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/vec3.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/vec4.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/vector_relational.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/glm-src/glm/detail/glm.cpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_common.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_common_simd.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_exponential.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_exponential_simd.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_geometric.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_geometric_simd.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_integer.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_integer_simd.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_matrix.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_matrix_simd.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_packing.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_packing_simd.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_trigonometric.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_trigonometric_simd.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_vector_relational.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/func_vector_relational_simd.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_half.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat2x2.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat2x3.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat2x4.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat3x2.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat3x3.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat3x4.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat4x2.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat4x3.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat4x4.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat4x4_simd.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_quat.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_quat_simd.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_vec1.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_vec2.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_vec3.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_vec4.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_vec4_simd.inl", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/_features.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/_fixes.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/_noise.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/_swizzle.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/_swizzle_func.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/_vectorize.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/compute_common.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/compute_vector_decl.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/compute_vector_relational.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/qualifier.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/setup.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_float.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_half.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat2x2.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat2x3.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat2x4.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat3x2.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat3x3.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat3x4.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat4x2.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat4x3.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_mat4x4.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_quat.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_vec1.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_vec2.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_vec3.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/detail/type_vec4.hpp", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_clip_space.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_common.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_integer.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_projection.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_relational.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_transform.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_common.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_common_simd.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_exponential.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_geometric.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_relational.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_transform.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_trigonometric.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_common.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_constants.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_integer.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_packing.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_reciprocal.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_relational.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_ulp.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_common.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_integer.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_packing.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_reciprocal.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_relational.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_ulp.inl", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/_matrix_vectorize.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_clip_space.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_common.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double2x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double2x2_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double2x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double2x3_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double2x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double2x4_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double3x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double3x2_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double3x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double3x3_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double3x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double3x4_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double4x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double4x2_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double4x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double4x3_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double4x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_double4x4_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float2x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float2x2_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float2x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float2x3_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float2x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float2x4_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float3x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float3x2_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float3x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float3x3_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float3x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float3x4_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float4x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float4x2_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float4x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float4x3_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float4x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_float4x4_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int2x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int2x2_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int2x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int2x3_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int2x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int2x4_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int3x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int3x2_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int3x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int3x3_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int3x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int3x4_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int4x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int4x2_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int4x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int4x3_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int4x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_int4x4_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_integer.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_projection.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_relational.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_transform.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint2x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint2x2_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint2x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint2x3_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint2x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint2x4_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint3x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint3x2_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint3x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint3x3_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint3x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint3x4_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint4x2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint4x2_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint4x3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint4x3_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint4x4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/matrix_uint4x4_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_common.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_double.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_double_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_exponential.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_float.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_float_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_geometric.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_relational.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_transform.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/quaternion_trigonometric.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_common.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_constants.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_int_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_integer.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_packing.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_reciprocal.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_relational.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_uint_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/scalar_ulp.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_bool1.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_bool1_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_bool2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_bool2_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_bool3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_bool3_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_bool4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_bool4_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_common.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_double1.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_double1_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_double2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_double2_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_double3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_double3_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_double4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_double4_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_float1.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_float1_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_float2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_float2_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_float3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_float3_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_float4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_float4_precision.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_int1.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_int1_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_int2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_int2_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_int3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_int3_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_int4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_int4_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_integer.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_packing.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_reciprocal.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_relational.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_uint1.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_uint1_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_uint2.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_uint2_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_uint3.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_uint3_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_uint4.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_uint4_sized.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/ext/vector_ulp.hpp", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/bitfield.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/color_space.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/constants.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/epsilon.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/integer.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/matrix_access.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/matrix_inverse.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/matrix_transform.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/noise.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/packing.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/quaternion.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/quaternion_simd.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/random.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/round.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/type_precision.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/type_ptr.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/ulp.inl", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/bitfield.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/color_space.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/constants.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/epsilon.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/integer.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/matrix_access.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/matrix_integer.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/matrix_inverse.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/matrix_transform.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/noise.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/packing.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/quaternion.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/random.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/reciprocal.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/round.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/type_aligned.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/type_precision.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/type_ptr.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/ulp.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtc/vec1.hpp", - "sourceGroupIndex" : 5 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/associated_min_max.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/bit.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/closest_point.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/color_encoding.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/color_space.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/color_space_YCoCg.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/common.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/compatibility.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/component_wise.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/dual_quaternion.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/easing.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/euler_angles.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/extend.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/extended_min_max.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/exterior_product.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/fast_exponential.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/fast_square_root.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/fast_trigonometry.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/float_notmalize.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/functions.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/gradient_paint.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/handed_coordinate_space.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/hash.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/integer.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/intersect.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/io.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/log_base.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_cross_product.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_decompose.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_factorisation.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_interpolation.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_major_storage.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_operation.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_query.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_transform_2d.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/mixed_product.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/norm.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/normal.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/normalize_dot.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/optimum_pow.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/orthonormalize.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/pca.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/perpendicular.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/polar_coordinates.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/projection.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/quaternion.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/raw_data.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/rotate_normalized_axis.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/rotate_vector.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/scalar_relational.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/spline.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/std_based_type.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/string_cast.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/texture.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/transform.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/transform2.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/type_aligned.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/type_trait.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/vector_angle.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/vector_query.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/wrap.inl", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/associated_min_max.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/bit.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/closest_point.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/color_encoding.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/color_space.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/color_space_YCoCg.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/common.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/compatibility.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/component_wise.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/dual_quaternion.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/easing.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/euler_angles.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/extend.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/extended_min_max.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/exterior_product.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/fast_exponential.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/fast_square_root.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/fast_trigonometry.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/functions.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/gradient_paint.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/handed_coordinate_space.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/hash.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/integer.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/intersect.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/io.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/log_base.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_cross_product.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_decompose.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_factorisation.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_interpolation.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_major_storage.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_operation.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_query.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/matrix_transform_2d.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/mixed_product.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/norm.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/normal.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/normalize_dot.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/number_precision.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/optimum_pow.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/orthonormalize.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/pca.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/perpendicular.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/polar_coordinates.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/projection.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/quaternion.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/range.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/raw_data.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/rotate_normalized_axis.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/rotate_vector.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/scalar_multiplication.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/scalar_relational.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/spline.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/std_based_type.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/string_cast.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/texture.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/transform.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/transform2.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/type_aligned.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/type_trait.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/vec_swizzle.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/vector_angle.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/vector_query.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/gtx/wrap.hpp", - "sourceGroupIndex" : 6 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/simd/common.h", - "sourceGroupIndex" : 7 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/simd/exponential.h", - "sourceGroupIndex" : 7 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/simd/geometric.h", - "sourceGroupIndex" : 7 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/simd/integer.h", - "sourceGroupIndex" : 7 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/simd/matrix.h", - "sourceGroupIndex" : 7 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/simd/neon.h", - "sourceGroupIndex" : 7 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/simd/packing.h", - "sourceGroupIndex" : 7 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/simd/platform.h", - "sourceGroupIndex" : 7 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/simd/trigonometric.h", - "sourceGroupIndex" : 7 - }, - { - "backtrace" : 1, - "path" : "build/_deps/glm-src/glm/simd/vector_relational.h", - "sourceGroupIndex" : 7 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-glm-header-only-Debug-ba11e7860c401de4a955.json b/build/.cmake/api/v1/reply/target-glm-header-only-Debug-ba11e7860c401de4a955.json deleted file mode 100644 index ea1088d..0000000 --- a/build/.cmake/api/v1/reply/target-glm-header-only-Debug-ba11e7860c401de4a955.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "abstract" : true, - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library" - ], - "files" : - [ - "build/_deps/glm-src/glm/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 45, - "parent" : 0 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "id" : "glm-header-only::@ce54d98d7b326a3e12a8", - "name" : "glm-header-only", - "paths" : - { - "build" : "_deps/glm-build/glm", - "source" : "build/_deps/glm-src/glm" - }, - "sources" : [], - "type" : "INTERFACE_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-mainV5-Debug-b0772c24f5ba06cc97ee.json b/build/.cmake/api/v1/reply/target-mainV5-Debug-b0772c24f5ba06cc97ee.json deleted file mode 100644 index 586cee6..0000000 --- a/build/.cmake/api/v1/reply/target-mainV5-Debug-b0772c24f5ba06cc97ee.json +++ /dev/null @@ -1,445 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "bin/mainV5" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "target_link_libraries", - "set_target_properties", - "find_package" - ], - "files" : - [ - "CMakeLists.txt", - "build/_deps/sfml-src/src/SFML/Graphics/CMakeLists.txt", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt", - "/usr/share/cmake-4.2/Modules/FindX11.cmake", - "build/_deps/sfml-src/src/SFML/System/CMakeLists.txt", - "build/_deps/imgui-sfml-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 59, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 60, - "parent" : 0 - }, - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 93, - "parent" : 3 - }, - { - "file" : 2 - }, - { - "command" : 1, - "file" : 2, - "line" : 280, - "parent" : 5 - }, - { - "command" : 3, - "file" : 2, - "line" : 279, - "parent" : 5 - }, - { - "file" : 3, - "parent" : 7 - }, - { - "command" : 2, - "file" : 3, - "line" : 1211, - "parent" : 8 - }, - { - "command" : 2, - "file" : 3, - "line" : 1070, - "parent" : 8 - }, - { - "command" : 1, - "file" : 2, - "line" : 283, - "parent" : 5 - }, - { - "file" : 4 - }, - { - "command" : 1, - "file" : 4, - "line" : 90, - "parent" : 12 - }, - { - "command" : 1, - "file" : 2, - "line" : 312, - "parent" : 5 - }, - { - "command" : 1, - "file" : 2, - "line" : 325, - "parent" : 5 - }, - { - "command" : 1, - "file" : 1, - "line" : 156, - "parent" : 3 - }, - { - "file" : 5 - }, - { - "command" : 1, - "file" : 5, - "line" : 73, - "parent" : 17 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "compileDependencies" : - [ - { - "backtrace" : 2, - "id" : "sfml-graphics::@98af38147d5fa7e70f61" - }, - { - "backtrace" : 2, - "id" : "ImGui-SFML::@0d4f94df99120bc7405e" - }, - { - "backtrace" : 2, - "id" : "common::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 2, - "id" : "glm::@ce54d98d7b326a3e12a8" - } - ], - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g" - }, - { - "backtrace" : 2, - "fragment" : "-Wall" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "IMGUI_USER_CONFIG=\"imconfig-SFML.h\"" - }, - { - "backtrace" : 2, - "define" : "SFML_STATIC" - } - ], - "includes" : - [ - { - "backtrace" : 2, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/glm-src" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-src" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-sfml-src" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 2, - "id" : "sfml-system::@8cb1db2982443611e568" - }, - { - "backtrace" : 2, - "id" : "sfml-window::@5730451e331e3690ae65" - }, - { - "backtrace" : 2, - "id" : "sfml-graphics::@98af38147d5fa7e70f61" - }, - { - "backtrace" : 2, - "id" : "glm::@ce54d98d7b326a3e12a8" - }, - { - "backtrace" : 2, - "id" : "ImGui-SFML::@0d4f94df99120bc7405e" - } - ], - "id" : "mainV5::@6890427a1f51a3e7e1df", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-g", - "role" : "flags" - }, - { - "backtrace" : 2, - "fragment" : "_deps/sfml-build/lib/libsfml-graphics-s-d.a", - "role" : "libraries" - }, - { - "backtrace" : 2, - "fragment" : "_deps/imgui-sfml-build/libImGui-SFML.a", - "role" : "libraries" - }, - { - "backtrace" : 2, - "fragment" : "_deps/glm-build/glm/libglm.a", - "role" : "libraries" - }, - { - "backtrace" : 2, - "fragment" : "_deps/sfml-build/lib/libsfml-graphics-s-d.a", - "role" : "libraries" - }, - { - "backtrace" : 4, - "fragment" : "_deps/sfml-build/lib/libsfml-window-s-d.a", - "role" : "libraries" - }, - { - "backtrace" : 6, - "fragment" : "/usr/lib/x86_64-linux-gnu/libXrandr.so", - "role" : "libraries" - }, - { - "backtrace" : 6, - "fragment" : "/usr/lib/x86_64-linux-gnu/libXcursor.so", - "role" : "libraries" - }, - { - "backtrace" : 9, - "fragment" : "/usr/lib/x86_64-linux-gnu/libXrender.so", - "role" : "libraries" - }, - { - "backtrace" : 10, - "fragment" : "/usr/lib/x86_64-linux-gnu/libXfixes.so", - "role" : "libraries" - }, - { - "backtrace" : 6, - "fragment" : "/usr/lib/x86_64-linux-gnu/libXi.so", - "role" : "libraries" - }, - { - "backtrace" : 9, - "fragment" : "/usr/lib/x86_64-linux-gnu/libXext.so", - "role" : "libraries" - }, - { - "backtrace" : 6, - "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", - "role" : "libraries" - }, - { - "backtrace" : 11, - "fragment" : "_deps/sfml-build/lib/libsfml-system-s-d.a", - "role" : "libraries" - }, - { - "backtrace" : 13, - "fragment" : "-lrt", - "role" : "libraries" - }, - { - "backtrace" : 14, - "fragment" : "/usr/lib/x86_64-linux-gnu/libGL.so", - "role" : "libraries" - }, - { - "backtrace" : 15, - "fragment" : "/usr/lib/x86_64-linux-gnu/libudev.so", - "role" : "libraries" - }, - { - "backtrace" : 15, - "fragment" : "-ldl", - "role" : "libraries" - }, - { - "backtrace" : 16, - "fragment" : "/usr/lib/x86_64-linux-gnu/libfreetype.so", - "role" : "libraries" - }, - { - "backtrace" : 18, - "fragment" : "/usr/lib/x86_64-linux-gnu/libGL.so", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "linkLibraries" : - [ - { - "backtrace" : 2, - "id" : "sfml-graphics::@98af38147d5fa7e70f61" - }, - { - "backtrace" : 2, - "id" : "ImGui-SFML::@0d4f94df99120bc7405e" - }, - { - "backtrace" : 2, - "id" : "common::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 2, - "id" : "glm::@ce54d98d7b326a3e12a8" - } - ], - "name" : "mainV5", - "nameOnDisk" : "mainV5", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testMain.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/csv/methods/csv_class.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/joints/methods/pivot_joint_class.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/joints/methods/rigid_joint_class.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/pieces/methods/caviglia_class.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/pieces/methods/coscia_class.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/pieces/methods/sensore_class.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/pieces/methods/torso.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/rigidbody/methods/rb_class.cpp", - "sourceGroupIndex" : 0 - } - ], - "type" : "EXECUTABLE" -} diff --git a/build/.cmake/api/v1/reply/target-sfml-audio-Debug-e3603007f785bd576195.json b/build/.cmake/api/v1/reply/target-sfml-audio-Debug-e3603007f785bd576195.json deleted file mode 100644 index 200cf2c..0000000 --- a/build/.cmake/api/v1/reply/target-sfml-audio-Debug-e3603007f785bd576195.json +++ /dev/null @@ -1,791 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/libsfml-audio-s-d.a" - } - ], - "backtrace" : 2, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "sfml_add_library", - "install", - "target_link_libraries", - "target_compile_options", - "set_target_warnings", - "target_compile_definitions", - "target_include_directories" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Macros.cmake", - "build/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt", - "build/_deps/sfml-src/cmake/CompilerWarnings.cmake" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 165, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 72, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 232, - "parent" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 182, - "parent" : 0 - }, - { - "command" : 3, - "file" : 1, - "line" : 200, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 85, - "parent" : 1 - }, - { - "command" : 4, - "file" : 2, - "line" : 43, - "parent" : 6 - }, - { - "command" : 4, - "file" : 2, - "line" : 68, - "parent" : 6 - }, - { - "command" : 6, - "file" : 1, - "line" : 170, - "parent" : 0 - }, - { - "command" : 6, - "file" : 1, - "line" : 173, - "parent" : 0 - }, - { - "command" : 6, - "file" : 1, - "line" : 176, - "parent" : 0 - }, - { - "command" : 6, - "file" : 1, - "line" : 179, - "parent" : 0 - }, - { - "command" : 6, - "file" : 0, - "line" : 274, - "parent" : 1 - }, - { - "command" : 7, - "file" : 0, - "line" : 262, - "parent" : 1 - }, - { - "command" : 7, - "file" : 1, - "line" : 190, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 193, - "parent" : 0 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "compileDependencies" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - }, - { - "backtrace" : 4, - "id" : "Vorbis::vorbis::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "Vorbis::vorbisfile::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "Vorbis::vorbisenc::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "FLAC::FLAC::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "Threads::Threads::@a153e5727587c53fce98" - } - ], - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" - }, - { - "backtrace" : 7, - "fragment" : "-Wall" - }, - { - "backtrace" : 7, - "fragment" : "-Wextra" - }, - { - "backtrace" : 7, - "fragment" : "-Wshadow" - }, - { - "backtrace" : 7, - "fragment" : "-Wnon-virtual-dtor" - }, - { - "backtrace" : 7, - "fragment" : "-Wcast-align" - }, - { - "backtrace" : 7, - "fragment" : "-Wunused" - }, - { - "backtrace" : 7, - "fragment" : "-Woverloaded-virtual" - }, - { - "backtrace" : 7, - "fragment" : "-Wconversion" - }, - { - "backtrace" : 7, - "fragment" : "-Wsign-conversion" - }, - { - "backtrace" : 7, - "fragment" : "-Wdouble-promotion" - }, - { - "backtrace" : 7, - "fragment" : "-Wformat=2" - }, - { - "backtrace" : 7, - "fragment" : "-Wimplicit-fallthrough" - }, - { - "backtrace" : 7, - "fragment" : "-Wsuggest-override" - }, - { - "backtrace" : 7, - "fragment" : "-Wnull-dereference" - }, - { - "backtrace" : 7, - "fragment" : "-Wold-style-cast" - }, - { - "backtrace" : 7, - "fragment" : "-Wpedantic" - }, - { - "backtrace" : 8, - "fragment" : "-Wmisleading-indentation" - }, - { - "backtrace" : 8, - "fragment" : "-Wduplicated-cond" - }, - { - "backtrace" : 8, - "fragment" : "-Wlogical-op" - }, - { - "backtrace" : 8, - "fragment" : "-Wduplicated-branches" - } - ], - "defines" : - [ - { - "backtrace" : 9, - "define" : "FLAC__NO_DLL" - }, - { - "backtrace" : 10, - "define" : "MA_NO_ENCODING" - }, - { - "backtrace" : 10, - "define" : "MA_NO_FLAC" - }, - { - "backtrace" : 10, - "define" : "MA_NO_GENERATION" - }, - { - "backtrace" : 10, - "define" : "MA_NO_MP3" - }, - { - "backtrace" : 10, - "define" : "MA_NO_RESOURCE_MANAGER" - }, - { - "backtrace" : 11, - "define" : "MA_USE_STDINT" - }, - { - "backtrace" : 9, - "define" : "OV_EXCLUDE_STATIC_CALLBACKS" - }, - { - "backtrace" : 12, - "define" : "SFML_IS_BIG_ENDIAN=0" - }, - { - "backtrace" : 13, - "define" : "SFML_STATIC" - } - ], - "includes" : - [ - { - "backtrace" : 14, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" - }, - { - "backtrace" : 14, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - }, - { - "backtrace" : 15, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/miniaudio" - }, - { - "backtrace" : 16, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/minimp3" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 0, - 2, - 5, - 7, - 9, - 10, - 12, - 14, - 16, - 18, - 21, - 23, - 25, - 27, - 29, - 31, - 36, - 38, - 40, - 42, - 45, - 47, - 49 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - } - ], - "folder" : - { - "name" : "SFML" - }, - "id" : "sfml-audio::@a153e5727587c53fce98", - "install" : - { - "destinations" : - [ - { - "backtrace" : 3, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - }, - { - "backtrace" : 4, - "id" : "Vorbis::vorbis::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "Vorbis::vorbisfile::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "Vorbis::vorbisenc::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "FLAC::FLAC::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "Threads::Threads::@a153e5727587c53fce98" - }, - { - "backtrace" : 5, - "fragment" : "dl" - } - ], - "linkLibraries" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - }, - { - "backtrace" : 4, - "id" : "Vorbis::vorbis::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "Vorbis::vorbisfile::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "Vorbis::vorbisenc::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "FLAC::FLAC::@a153e5727587c53fce98" - }, - { - "backtrace" : 4, - "id" : "Threads::Threads::@a153e5727587c53fce98" - }, - { - "backtrace" : 5, - "fragment" : "dl" - } - ], - "name" : "sfml-audio", - "nameOnDisk" : "libsfml-audio-s-d.a", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Audio", - "source" : "build/_deps/sfml-src/src/SFML/Audio" - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30 - ] - }, - { - "name" : "codecs", - "sourceIndexes" : - [ - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 46, - 47, - 48, - 49 - ] - } - ], - "sources" : - [ - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/AudioResource.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/AudioResource.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/AudioDevice.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Audio/AudioDevice.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/Export.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/Listener.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/Listener.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/Miniaudio.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Audio/MiniaudioUtils.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/MiniaudioUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/Music.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/Music.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/PlaybackDevice.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/PlaybackDevice.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/Sound.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/Sound.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundBuffer.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/SoundBuffer.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundBufferRecorder.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/SoundBufferRecorder.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/SoundChannel.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/InputSoundFile.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/InputSoundFile.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/OutputSoundFile.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/OutputSoundFile.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundRecorder.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/SoundRecorder.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundSource.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/SoundSource.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundStream.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/SoundStream.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileFactory.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/SoundFileFactory.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/SoundFileFactory.inl", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/SoundFileReader.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileReaderFlac.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileReaderFlac.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileReaderMp3.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileReaderMp3.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileReaderOgg.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileReaderOgg.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileReaderWav.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileReaderWav.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Audio/SoundFileWriter.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileWriterFlac.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileWriterFlac.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileWriterOgg.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileWriterOgg.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileWriterWav.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Audio/SoundFileWriterWav.cpp", - "sourceGroupIndex" : 1 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-sfml-graphics-Debug-9229e76a5b91b7160880.json b/build/.cmake/api/v1/reply/target-sfml-graphics-Debug-9229e76a5b91b7160880.json deleted file mode 100644 index 25fa6c6..0000000 --- a/build/.cmake/api/v1/reply/target-sfml-graphics-Debug-9229e76a5b91b7160880.json +++ /dev/null @@ -1,943 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/libsfml-graphics-s-d.a" - } - ], - "backtrace" : 2, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "sfml_add_library", - "install", - "target_link_libraries", - "target_compile_options", - "set_target_warnings", - "target_compile_definitions", - "target_include_directories" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Macros.cmake", - "build/_deps/sfml-src/src/SFML/Graphics/CMakeLists.txt", - "build/_deps/sfml-src/cmake/CompilerWarnings.cmake" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 88, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 72, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 232, - "parent" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 93, - "parent" : 0 - }, - { - "command" : 3, - "file" : 1, - "line" : 156, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 85, - "parent" : 1 - }, - { - "command" : 4, - "file" : 2, - "line" : 43, - "parent" : 6 - }, - { - "command" : 4, - "file" : 2, - "line" : 68, - "parent" : 6 - }, - { - "command" : 6, - "file" : 0, - "line" : 274, - "parent" : 1 - }, - { - "command" : 6, - "file" : 1, - "line" : 159, - "parent" : 0 - }, - { - "command" : 7, - "file" : 0, - "line" : 262, - "parent" : 1 - }, - { - "command" : 7, - "file" : 1, - "line" : 96, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 99, - "parent" : 0 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "compileDependencies" : - [ - { - "backtrace" : 4, - "id" : "sfml-window::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "freetype::@98af38147d5fa7e70f61" - } - ], - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" - }, - { - "backtrace" : 7, - "fragment" : "-Wall" - }, - { - "backtrace" : 7, - "fragment" : "-Wextra" - }, - { - "backtrace" : 7, - "fragment" : "-Wshadow" - }, - { - "backtrace" : 7, - "fragment" : "-Wnon-virtual-dtor" - }, - { - "backtrace" : 7, - "fragment" : "-Wcast-align" - }, - { - "backtrace" : 7, - "fragment" : "-Wunused" - }, - { - "backtrace" : 7, - "fragment" : "-Woverloaded-virtual" - }, - { - "backtrace" : 7, - "fragment" : "-Wconversion" - }, - { - "backtrace" : 7, - "fragment" : "-Wsign-conversion" - }, - { - "backtrace" : 7, - "fragment" : "-Wdouble-promotion" - }, - { - "backtrace" : 7, - "fragment" : "-Wformat=2" - }, - { - "backtrace" : 7, - "fragment" : "-Wimplicit-fallthrough" - }, - { - "backtrace" : 7, - "fragment" : "-Wsuggest-override" - }, - { - "backtrace" : 7, - "fragment" : "-Wnull-dereference" - }, - { - "backtrace" : 7, - "fragment" : "-Wold-style-cast" - }, - { - "backtrace" : 7, - "fragment" : "-Wpedantic" - }, - { - "backtrace" : 8, - "fragment" : "-Wmisleading-indentation" - }, - { - "backtrace" : 8, - "fragment" : "-Wduplicated-cond" - }, - { - "backtrace" : 8, - "fragment" : "-Wlogical-op" - }, - { - "backtrace" : 8, - "fragment" : "-Wduplicated-branches" - } - ], - "defines" : - [ - { - "backtrace" : 9, - "define" : "SFML_STATIC" - }, - { - "backtrace" : 10, - "define" : "STBI_FAILURE_USERMSG" - } - ], - "includes" : - [ - { - "backtrace" : 11, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" - }, - { - "backtrace" : 11, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - }, - { - "backtrace" : 12, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/stb_image" - }, - { - "backtrace" : 13, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/glad/include" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "/usr/include/freetype2" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 0, - 6, - 8, - 12, - 15, - 21, - 23, - 25, - 27, - 29, - 31, - 33, - 35, - 37, - 40, - 42, - 46, - 48, - 50, - 52, - 54, - 56, - 58, - 60, - 63, - 65 - ] - }, - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" - }, - { - "backtrace" : 7, - "fragment" : "-Wall" - }, - { - "backtrace" : 7, - "fragment" : "-Wextra" - }, - { - "backtrace" : 7, - "fragment" : "-Wshadow" - }, - { - "backtrace" : 7, - "fragment" : "-Wnon-virtual-dtor" - }, - { - "backtrace" : 7, - "fragment" : "-Wcast-align" - }, - { - "backtrace" : 7, - "fragment" : "-Wunused" - }, - { - "backtrace" : 7, - "fragment" : "-Woverloaded-virtual" - }, - { - "backtrace" : 7, - "fragment" : "-Wconversion" - }, - { - "backtrace" : 7, - "fragment" : "-Wsign-conversion" - }, - { - "backtrace" : 7, - "fragment" : "-Wdouble-promotion" - }, - { - "backtrace" : 7, - "fragment" : "-Wformat=2" - }, - { - "backtrace" : 7, - "fragment" : "-Wimplicit-fallthrough" - }, - { - "backtrace" : 7, - "fragment" : "-Wsuggest-override" - }, - { - "backtrace" : 7, - "fragment" : "-Wnull-dereference" - }, - { - "backtrace" : 7, - "fragment" : "-Wold-style-cast" - }, - { - "backtrace" : 7, - "fragment" : "-Wpedantic" - }, - { - "backtrace" : 8, - "fragment" : "-Wmisleading-indentation" - }, - { - "backtrace" : 8, - "fragment" : "-Wduplicated-cond" - }, - { - "backtrace" : 8, - "fragment" : "-Wlogical-op" - }, - { - "backtrace" : 8, - "fragment" : "-Wduplicated-branches" - }, - { - "fragment" : "-fno-strict-aliasing" - } - ], - "defines" : - [ - { - "backtrace" : 9, - "define" : "SFML_STATIC" - }, - { - "backtrace" : 10, - "define" : "STBI_FAILURE_USERMSG" - } - ], - "includes" : - [ - { - "backtrace" : 11, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" - }, - { - "backtrace" : 11, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - }, - { - "backtrace" : 12, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/stb_image" - }, - { - "backtrace" : 13, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/glad/include" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "/usr/include/freetype2" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 16 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - }, - { - "backtrace" : 4, - "id" : "sfml-window::@5730451e331e3690ae65" - } - ], - "folder" : - { - "name" : "SFML" - }, - "id" : "sfml-graphics::@98af38147d5fa7e70f61", - "install" : - { - "destinations" : - [ - { - "backtrace" : 3, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "sfml-window::@5730451e331e3690ae65" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "sfml-window::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "freetype::@98af38147d5fa7e70f61" - } - ], - "linkLibraries" : - [ - { - "backtrace" : 4, - "id" : "sfml-window::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "freetype::@98af38147d5fa7e70f61" - } - ], - "name" : "sfml-graphics", - "nameOnDisk" : "libsfml-graphics-s-d.a", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Graphics", - "source" : "build/_deps/sfml-src/src/SFML/Graphics" - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44 - ] - }, - { - "name" : "drawables", - "sourceIndexes" : - [ - 45, - 46, - 47, - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 56, - 57, - 58, - 59, - 60, - 61 - ] - }, - { - "name" : "render texture", - "sourceIndexes" : - [ - 62, - 63, - 64, - 65, - 66 - ] - } - ], - "sources" : - [ - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/BlendMode.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/BlendMode.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Color.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Color.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/CoordinateType.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Export.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/Font.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Font.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/Glsl.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Glsl.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Glsl.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Glyph.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/GLCheck.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/GLCheck.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/GLExtensions.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/GLExtensions.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 1, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/Image.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Image.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/PrimitiveType.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Rect.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Rect.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/RenderStates.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/RenderStates.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/RenderTexture.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/RenderTexture.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/RenderTarget.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/RenderTarget.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/RenderWindow.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/RenderWindow.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/Shader.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Shader.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/StencilMode.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/StencilMode.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/Texture.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Texture.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/TextureSaver.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/TextureSaver.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/Transform.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Transform.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Transform.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/Transformable.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Transformable.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/View.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/View.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Vertex.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Drawable.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/Shape.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Shape.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/CircleShape.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/CircleShape.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/RectangleShape.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/RectangleShape.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/ConvexShape.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/ConvexShape.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/Sprite.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Sprite.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/Text.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/Text.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/VertexArray.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/VertexArray.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/VertexBuffer.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Graphics/VertexBuffer.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/RenderTextureImpl.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/RenderTextureImplFBO.cpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/RenderTextureImplFBO.hpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/RenderTextureImplDefault.cpp", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/RenderTextureImplDefault.hpp", - "sourceGroupIndex" : 2 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-sfml-network-Debug-8c35362ab5a0f25587ab.json b/build/.cmake/api/v1/reply/target-sfml-network-Debug-8c35362ab5a0f25587ab.json deleted file mode 100644 index b3a473b..0000000 --- a/build/.cmake/api/v1/reply/target-sfml-network-Debug-8c35362ab5a0f25587ab.json +++ /dev/null @@ -1,435 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/libsfml-network-s-d.a" - } - ], - "backtrace" : 2, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "sfml_add_library", - "install", - "target_link_libraries", - "target_compile_options", - "set_target_warnings", - "target_compile_definitions", - "target_include_directories" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Macros.cmake", - "build/_deps/sfml-src/src/SFML/Network/CMakeLists.txt", - "build/_deps/sfml-src/cmake/CompilerWarnings.cmake" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 43, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 72, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 232, - "parent" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 47, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 85, - "parent" : 1 - }, - { - "command" : 4, - "file" : 2, - "line" : 43, - "parent" : 5 - }, - { - "command" : 4, - "file" : 2, - "line" : 68, - "parent" : 5 - }, - { - "command" : 6, - "file" : 0, - "line" : 274, - "parent" : 1 - }, - { - "command" : 7, - "file" : 0, - "line" : 262, - "parent" : 1 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "compileDependencies" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - } - ], - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" - }, - { - "backtrace" : 6, - "fragment" : "-Wall" - }, - { - "backtrace" : 6, - "fragment" : "-Wextra" - }, - { - "backtrace" : 6, - "fragment" : "-Wshadow" - }, - { - "backtrace" : 6, - "fragment" : "-Wnon-virtual-dtor" - }, - { - "backtrace" : 6, - "fragment" : "-Wcast-align" - }, - { - "backtrace" : 6, - "fragment" : "-Wunused" - }, - { - "backtrace" : 6, - "fragment" : "-Woverloaded-virtual" - }, - { - "backtrace" : 6, - "fragment" : "-Wconversion" - }, - { - "backtrace" : 6, - "fragment" : "-Wsign-conversion" - }, - { - "backtrace" : 6, - "fragment" : "-Wdouble-promotion" - }, - { - "backtrace" : 6, - "fragment" : "-Wformat=2" - }, - { - "backtrace" : 6, - "fragment" : "-Wimplicit-fallthrough" - }, - { - "backtrace" : 6, - "fragment" : "-Wsuggest-override" - }, - { - "backtrace" : 6, - "fragment" : "-Wnull-dereference" - }, - { - "backtrace" : 6, - "fragment" : "-Wold-style-cast" - }, - { - "backtrace" : 6, - "fragment" : "-Wpedantic" - }, - { - "backtrace" : 7, - "fragment" : "-Wmisleading-indentation" - }, - { - "backtrace" : 7, - "fragment" : "-Wduplicated-cond" - }, - { - "backtrace" : 7, - "fragment" : "-Wlogical-op" - }, - { - "backtrace" : 7, - "fragment" : "-Wduplicated-branches" - } - ], - "defines" : - [ - { - "backtrace" : 8, - "define" : "SFML_STATIC" - } - ], - "includes" : - [ - { - "backtrace" : 9, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" - }, - { - "backtrace" : 9, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 1, - 3, - 5, - 7, - 9, - 13, - 15, - 17, - 19, - 21 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - } - ], - "folder" : - { - "name" : "SFML" - }, - "id" : "sfml-network::@d7f79968b2699e7782cb", - "install" : - { - "destinations" : - [ - { - "backtrace" : 3, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - } - ], - "linkLibraries" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - } - ], - "name" : "sfml-network", - "nameOnDisk" : "libsfml-network-s-d.a", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Network", - "source" : "build/_deps/sfml-src/src/SFML/Network" - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21 - ] - } - ], - "sources" : - [ - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Network/Export.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Network/Ftp.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Network/Ftp.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Network/Http.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Network/Http.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Network/IpAddress.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Network/IpAddress.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Network/Packet.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Network/Packet.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Network/Socket.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Network/Socket.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Network/SocketImpl.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Network/SocketHandle.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Network/SocketSelector.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Network/SocketSelector.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Network/TcpListener.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Network/TcpListener.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Network/TcpSocket.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Network/TcpSocket.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Network/UdpSocket.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Network/UdpSocket.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Network/Unix/SocketImpl.cpp", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-sfml-system-Debug-5a4e924b407a1125e353.json b/build/.cmake/api/v1/reply/target-sfml-system-Debug-5a4e924b407a1125e353.json deleted file mode 100644 index b34b2aa..0000000 --- a/build/.cmake/api/v1/reply/target-sfml-system-Debug-5a4e924b407a1125e353.json +++ /dev/null @@ -1,518 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/libsfml-system-s-d.a" - } - ], - "backtrace" : 2, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "sfml_add_library", - "install", - "target_link_libraries", - "target_compile_options", - "set_target_warnings", - "target_compile_definitions", - "target_include_directories" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Macros.cmake", - "build/_deps/sfml-src/src/SFML/System/CMakeLists.txt", - "build/_deps/sfml-src/cmake/CompilerWarnings.cmake" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 72, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 72, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 232, - "parent" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 87, - "parent" : 0 - }, - { - "command" : 3, - "file" : 1, - "line" : 90, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 85, - "parent" : 1 - }, - { - "command" : 4, - "file" : 2, - "line" : 43, - "parent" : 6 - }, - { - "command" : 4, - "file" : 2, - "line" : 68, - "parent" : 6 - }, - { - "command" : 6, - "file" : 0, - "line" : 274, - "parent" : 1 - }, - { - "command" : 7, - "file" : 0, - "line" : 262, - "parent" : 1 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "compileDependencies" : - [ - { - "backtrace" : 4, - "id" : "Threads::Threads::@8cb1db2982443611e568" - } - ], - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" - }, - { - "backtrace" : 7, - "fragment" : "-Wall" - }, - { - "backtrace" : 7, - "fragment" : "-Wextra" - }, - { - "backtrace" : 7, - "fragment" : "-Wshadow" - }, - { - "backtrace" : 7, - "fragment" : "-Wnon-virtual-dtor" - }, - { - "backtrace" : 7, - "fragment" : "-Wcast-align" - }, - { - "backtrace" : 7, - "fragment" : "-Wunused" - }, - { - "backtrace" : 7, - "fragment" : "-Woverloaded-virtual" - }, - { - "backtrace" : 7, - "fragment" : "-Wconversion" - }, - { - "backtrace" : 7, - "fragment" : "-Wsign-conversion" - }, - { - "backtrace" : 7, - "fragment" : "-Wdouble-promotion" - }, - { - "backtrace" : 7, - "fragment" : "-Wformat=2" - }, - { - "backtrace" : 7, - "fragment" : "-Wimplicit-fallthrough" - }, - { - "backtrace" : 7, - "fragment" : "-Wsuggest-override" - }, - { - "backtrace" : 7, - "fragment" : "-Wnull-dereference" - }, - { - "backtrace" : 7, - "fragment" : "-Wold-style-cast" - }, - { - "backtrace" : 7, - "fragment" : "-Wpedantic" - }, - { - "backtrace" : 8, - "fragment" : "-Wmisleading-indentation" - }, - { - "backtrace" : 8, - "fragment" : "-Wduplicated-cond" - }, - { - "backtrace" : 8, - "fragment" : "-Wlogical-op" - }, - { - "backtrace" : 8, - "fragment" : "-Wduplicated-branches" - } - ], - "defines" : - [ - { - "backtrace" : 9, - "define" : "SFML_STATIC" - } - ], - "includes" : - [ - { - "backtrace" : 10, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - }, - { - "backtrace" : 10, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 2, - 5, - 11, - 13, - 21, - 22, - 25, - 28, - 30, - 33 - ] - } - ], - "folder" : - { - "name" : "SFML" - }, - "id" : "sfml-system::@8cb1db2982443611e568", - "install" : - { - "destinations" : - [ - { - "backtrace" : 3, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "interfaceLinkLibraries" : - [ - { - "backtrace" : 4, - "id" : "Threads::Threads::@8cb1db2982443611e568" - }, - { - "backtrace" : 5, - "fragment" : "rt" - } - ], - "linkLibraries" : - [ - { - "backtrace" : 4, - "id" : "Threads::Threads::@8cb1db2982443611e568" - }, - { - "backtrace" : 5, - "fragment" : "rt" - } - ], - "name" : "sfml-system", - "nameOnDisk" : "libsfml-system-s-d.a", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/System", - "source" : "build/_deps/sfml-src/src/SFML/System" - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32 - ] - }, - { - "name" : "unix", - "sourceIndexes" : - [ - 33, - 34 - ] - } - ], - "sources" : - [ - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Angle.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Angle.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/System/Clock.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Clock.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/System/EnumArray.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/System/Err.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Err.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Exception.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Export.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/InputStream.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/NativeActivity.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/System/Sleep.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Sleep.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/System/String.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/String.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/String.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Time.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Time.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Utf.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Utf.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/System/Utils.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/System/Utils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/System/Vector2.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Vector2.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Vector2.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/System/Vector3.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Vector3.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/Vector3.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/System/FileInputStream.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/FileInputStream.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/System/MemoryInputStream.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/MemoryInputStream.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/System/SuspendAwareClock.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/System/Unix/SleepImpl.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/System/Unix/SleepImpl.hpp", - "sourceGroupIndex" : 1 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-sfml-window-Debug-bafb0d1a63ac99bf0896.json b/build/.cmake/api/v1/reply/target-sfml-window-Debug-bafb0d1a63ac99bf0896.json deleted file mode 100644 index dc0b1d4..0000000 --- a/build/.cmake/api/v1/reply/target-sfml-window-Debug-bafb0d1a63ac99bf0896.json +++ /dev/null @@ -1,901 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/libsfml-window-s-d.a" - } - ], - "backtrace" : 2, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "sfml_add_library", - "install", - "target_link_libraries", - "target_compile_options", - "set_target_warnings", - "target_compile_definitions", - "target_include_directories" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Macros.cmake", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt", - "build/_deps/sfml-src/cmake/CompilerWarnings.cmake" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 269, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 72, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 232, - "parent" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 283, - "parent" : 0 - }, - { - "command" : 3, - "file" : 1, - "line" : 280, - "parent" : 0 - }, - { - "command" : 3, - "file" : 1, - "line" : 312, - "parent" : 0 - }, - { - "command" : 3, - "file" : 1, - "line" : 325, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 85, - "parent" : 1 - }, - { - "command" : 4, - "file" : 2, - "line" : 43, - "parent" : 8 - }, - { - "command" : 4, - "file" : 2, - "line" : 68, - "parent" : 8 - }, - { - "command" : 6, - "file" : 0, - "line" : 274, - "parent" : 1 - }, - { - "command" : 7, - "file" : 0, - "line" : 262, - "parent" : 1 - }, - { - "command" : 7, - "file" : 1, - "line" : 286, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 295, - "parent" : 0 - } - ] - }, - "codemodelVersion" : - { - "major" : 2, - "minor" : 9 - }, - "compileDependencies" : - [ - { - "backtrace" : 5, - "id" : "X11::X11::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "X11::Xrandr::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "X11::Xcursor::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "X11::Xi::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - }, - { - "backtrace" : 6, - "id" : "OpenGL::GL::@5730451e331e3690ae65" - }, - { - "backtrace" : 7, - "id" : "UDev::UDev::@5730451e331e3690ae65" - } - ], - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" - }, - { - "backtrace" : 9, - "fragment" : "-Wall" - }, - { - "backtrace" : 9, - "fragment" : "-Wextra" - }, - { - "backtrace" : 9, - "fragment" : "-Wshadow" - }, - { - "backtrace" : 9, - "fragment" : "-Wnon-virtual-dtor" - }, - { - "backtrace" : 9, - "fragment" : "-Wcast-align" - }, - { - "backtrace" : 9, - "fragment" : "-Wunused" - }, - { - "backtrace" : 9, - "fragment" : "-Woverloaded-virtual" - }, - { - "backtrace" : 9, - "fragment" : "-Wconversion" - }, - { - "backtrace" : 9, - "fragment" : "-Wsign-conversion" - }, - { - "backtrace" : 9, - "fragment" : "-Wdouble-promotion" - }, - { - "backtrace" : 9, - "fragment" : "-Wformat=2" - }, - { - "backtrace" : 9, - "fragment" : "-Wimplicit-fallthrough" - }, - { - "backtrace" : 9, - "fragment" : "-Wsuggest-override" - }, - { - "backtrace" : 9, - "fragment" : "-Wnull-dereference" - }, - { - "backtrace" : 9, - "fragment" : "-Wold-style-cast" - }, - { - "backtrace" : 9, - "fragment" : "-Wpedantic" - }, - { - "backtrace" : 10, - "fragment" : "-Wmisleading-indentation" - }, - { - "backtrace" : 10, - "fragment" : "-Wduplicated-cond" - }, - { - "backtrace" : 10, - "fragment" : "-Wlogical-op" - }, - { - "backtrace" : 10, - "fragment" : "-Wduplicated-branches" - } - ], - "defines" : - [ - { - "backtrace" : 11, - "define" : "SFML_STATIC" - } - ], - "includes" : - [ - { - "backtrace" : 12, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" - }, - { - "backtrace" : 12, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - }, - { - "backtrace" : 13, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/glad/include" - }, - { - "backtrace" : 14, - "isSystem" : true, - "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/vulkan" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 1, - 3, - 5, - 9, - 11, - 18, - 20, - 23, - 25, - 27, - 29, - 31, - 33, - 36, - 39, - 41, - 46, - 49, - 51, - 52, - 54, - 56, - 58, - 59, - 61, - 64, - 65, - 66, - 68, - 70 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - } - ], - "folder" : - { - "name" : "SFML" - }, - "id" : "sfml-window::@5730451e331e3690ae65", - "install" : - { - "destinations" : - [ - { - "backtrace" : 3, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "interfaceCompileDependencies" : - [ - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - } - ], - "interfaceLinkLibraries" : - [ - { - "backtrace" : 5, - "id" : "X11::X11::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "X11::Xrandr::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "X11::Xcursor::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "X11::Xi::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - }, - { - "backtrace" : 6, - "id" : "OpenGL::GL::@5730451e331e3690ae65" - }, - { - "backtrace" : 7, - "id" : "UDev::UDev::@5730451e331e3690ae65" - }, - { - "backtrace" : 7, - "fragment" : "dl" - } - ], - "linkLibraries" : - [ - { - "backtrace" : 5, - "id" : "X11::X11::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "X11::Xrandr::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "X11::Xcursor::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "X11::Xi::@5730451e331e3690ae65" - }, - { - "backtrace" : 4, - "id" : "sfml-system::@8cb1db2982443611e568" - }, - { - "backtrace" : 6, - "id" : "OpenGL::GL::@5730451e331e3690ae65" - }, - { - "backtrace" : 7, - "id" : "UDev::UDev::@5730451e331e3690ae65" - }, - { - "backtrace" : 7, - "fragment" : "dl" - } - ], - "name" : "sfml-window", - "nameOnDisk" : "libsfml-window-s-d.a", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Window", - "source" : "build/_deps/sfml-src/src/SFML/Window" - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 46, - 47 - ] - }, - { - "name" : "unix", - "sourceIndexes" : - [ - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 56, - 57, - 58, - 59, - 60, - 61, - 62, - 63, - 64, - 65, - 66, - 67, - 68, - 69, - 70, - 71 - ] - } - ], - "sources" : - [ - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Clipboard.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Clipboard.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/ClipboardImpl.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Context.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Context.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Cursor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Cursor.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/CursorImpl.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Export.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/GlContext.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/GlContext.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/GlResource.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/GlResource.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/ContextSettings.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Event.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Event.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/InputImpl.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Joystick.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Joystick.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/JoystickImpl.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/JoystickManager.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/JoystickManager.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Keyboard.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Keyboard.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Mouse.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Mouse.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Touch.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Touch.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Sensor.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Sensor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/SensorImpl.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/SensorManager.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/SensorManager.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/VideoMode.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/VideoMode.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/VideoModeImpl.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Vulkan.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Vulkan.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/VulkanImpl.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Window.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/Window.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/WindowBase.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/WindowBase.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/WindowBase.inl", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/WindowEnums.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/include/SFML/Window/WindowHandle.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/WindowImpl.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/WindowImpl.hpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/CursorImpl.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/CursorImpl.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/ClipboardImpl.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/ClipboardImpl.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/InputImpl.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/KeyboardImpl.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/KeyboardImpl.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/KeySymToKeyMapping.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/KeySymToKeyMapping.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/KeySymToUnicodeMapping.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/KeySymToUnicodeMapping.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/SensorImpl.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/SensorImpl.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/Display.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/Display.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/Utils.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/VideoModeImpl.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/VulkanImplX11.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/WindowImplX11.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/WindowImplX11.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/GlxContext.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/GlxContext.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/JoystickImpl.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/JoystickImpl.hpp", - "sourceGroupIndex" : 1 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/toolchains-v1-f6f24f4dd93f5f594387.json b/build/.cmake/api/v1/reply/toolchains-v1-f6f24f4dd93f5f594387.json deleted file mode 100644 index 64f80c4..0000000 --- a/build/.cmake/api/v1/reply/toolchains-v1-f6f24f4dd93f5f594387.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "kind" : "toolchains", - "toolchains" : - [ - { - "compiler" : - { - "implicit" : {}, - "path" : "/usr/bin/cc" - }, - "language" : "C" - }, - { - "compiler" : - { - "id" : "GNU", - "implicit" : - { - "includeDirectories" : - [ - "/usr/include/c++/15", - "/usr/include/x86_64-linux-gnu/c++/15", - "/usr/include/c++/15/backward", - "/usr/lib/gcc/x86_64-linux-gnu/15/include", - "/usr/local/include", - "/usr/include/x86_64-linux-gnu", - "/usr/include" - ], - "linkDirectories" : - [ - "/usr/lib/gcc/x86_64-linux-gnu/15", - "/usr/lib/x86_64-linux-gnu", - "/usr/lib", - "/lib/x86_64-linux-gnu", - "/lib" - ], - "linkFrameworkDirectories" : [], - "linkLibraries" : - [ - "stdc++", - "m", - "gcc_s", - "gcc", - "c", - "gcc_s", - "gcc" - ] - }, - "path" : "/usr/bin/c++", - "version" : "15.2.0" - }, - "language" : "CXX", - "sourceFileExtensions" : - [ - "C", - "M", - "c++", - "cc", - "cpp", - "cxx", - "m", - "mm", - "mpp", - "CPP", - "ixx", - "cppm", - "ccm", - "cxxm", - "c++m" - ] - } - ], - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/build/bin/imgui.ini b/build/bin/imgui.ini index b6aae43..79255fa 100644 --- a/build/bin/imgui.ini +++ b/build/bin/imgui.ini @@ -23,8 +23,8 @@ Pos=68,96 Size=740,472 [Window][Set data position] -Pos=0,589 -Size=780,30 +Pos=0,563 +Size=800,30 [Window][Dear ImGui Demo/ResizableChild_478B81A3] IsChild=1 @@ -39,6 +39,6 @@ Pos=60,60 Size=353,1005 [Window][Set visualization plane] -Pos=380,0 +Pos=400,0 Size=400,30 diff --git a/build/bin/mainV6.exe b/build/bin/mainV6.exe new file mode 100644 index 0000000..5c47845 Binary files /dev/null and b/build/bin/mainV6.exe differ diff --git a/src/collections/headers/collection_interface.hpp b/src/collections/headers/collection_interface.hpp new file mode 100644 index 0000000..538e346 --- /dev/null +++ b/src/collections/headers/collection_interface.hpp @@ -0,0 +1,20 @@ +#include "../../pieces/headers/piece_interface.hpp" +#include "../../joints/headers/joint_interface.hpp" + +#ifndef COLL_INTERFACE_H +#define COLL_INTERFACE_H + +struct collection{ + std::vector pieces; + std::vector joints; +}; + + +class CollectionInterface{ + public: + virtual collection create(ReferencePlane plane) = 0; + virtual ~CollectionInterface(){}; +}; + + +#endif \ No newline at end of file diff --git a/src/collections/headers/gamba.hpp b/src/collections/headers/gamba.hpp new file mode 100644 index 0000000..9f87c6e --- /dev/null +++ b/src/collections/headers/gamba.hpp @@ -0,0 +1,22 @@ +#include "collection_interface.hpp" +#include "../../csv/headers/csv.hpp" +#include "../../pieces/headers/caviglia.hpp" +#include "../../pieces/headers/coscia.hpp" +#include "../../pieces/headers/sensore.hpp" +#include "../../joints/headers/rigid_joint.hpp" +#include "../../joints/headers/pivot_joint.hpp" + +#ifndef GAMBA_H +#define GAMBA_H + +class Gamba : public CollectionInterface { + protected: + std::vector sensori; + std::vector pezzi; + std::vector joints; + public: + Gamba(rb::Vector3 pos, unsigned int* dataPos, std::string cosciaData, std::string cavigliaData); + collection create(ReferencePlane plane) override; +}; + +#endif \ No newline at end of file diff --git a/src/collections/methods/gamba.cpp b/src/collections/methods/gamba.cpp new file mode 100644 index 0000000..639349f --- /dev/null +++ b/src/collections/methods/gamba.cpp @@ -0,0 +1,46 @@ +#include "../headers/gamba.hpp" + +Gamba::Gamba(rb::Vector3 pos, unsigned int* dataPos, std::string cosciaData, std::string cavigliaData){ + CSVProcessor processor; + try { + processor.readCSVFile (DATA_PATH + "coscia_filt.csv"); + const auto& coscia = processor.getData(); + processor.readCSVFile(DATA_PATH + "caviglia_filt.csv"); + const auto& caviglia = processor.getData(); + + pezzi.push_back(new Coscia(pos,2)); + pezzi.push_back(new Caviglia(rb::Vector3{pos[0],pos[1],pos[3]+200},2)); + + sensori.push_back(new Sensore(pos,_Float16( 0.2 ),dataPos,coscia)); + sensori.push_back(new Sensore (rb::Vector3{pos[0],pos[1],pos[3]+200},_Float16( 0.2 ),dataPos,caviglia)); + + // modifico la rotazione relativa della gamba + sensori[0]->body.setRot({_Float16 (1.3),_Float16 (1.7),0}); + sensori[1]->body.setRot({_Float16 (1.8),_Float16 (1.7),0}); + + joints.push_back(new RigidJoint(sensori[0], {pezzi[0]})); + joints.push_back(new PivotJoint(sensori[0], {sensori[1]}, rb::Vector3{0,0,100})); + joints.push_back(new RigidJoint(sensori[1], {pezzi[1]})); + + } + catch(char* e){ + throw sprintf("Gamba ERROR : %s\n",e); + } + +} + +collection Gamba::create(ReferencePlane plane){ + collection coll; + for(auto e : pezzi){ + coll.pieces.push_back(e); + } + for(auto e : sensori){ + coll.pieces.push_back(e); + } + + for(auto j : joints){ + coll.joints.push_back(j); + } + + return coll; +} \ No newline at end of file diff --git a/src/csv/headers/csv.hpp b/src/csv/headers/csv.hpp index e2c5ed8..8b6f098 100644 --- a/src/csv/headers/csv.hpp +++ b/src/csv/headers/csv.hpp @@ -4,6 +4,8 @@ #include #include +#define DATA_PATH std::string("./../../data/") + class CSVProcessor { private: std::vector headers; diff --git a/src/testMain.cpp b/src/testMain.cpp index 241ddc5..ea125c8 100755 --- a/src/testMain.cpp +++ b/src/testMain.cpp @@ -1,7 +1,5 @@ #include "include.hpp" -#define DATA_PATH std::string("./../../data/") - int main() { CSVProcessor processor; try {