diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a33b35..4165aed 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,13 +19,42 @@ FetchContent_Declare( ) FetchContent_MakeAvailable(glm) +# Aggiunta ImGUI + + +FetchContent_Declare(ImGui + GIT_REPOSITORY https://github.com/ocornut/imgui + GIT_TAG v1.91.9b + GIT_SHALLOW ON + EXCLUDE_FROM_ALL + SYSTEM) +FetchContent_MakeAvailable(ImGui) +FetchContent_GetProperties(ImGui SOURCE_DIR IMGUI_DIR) + +set(IMGUI_SFML_FIND_SFML OFF) +FetchContent_Declare(ImGui-SFML + GIT_REPOSITORY https://github.com/SFML/imgui-sfml + GIT_TAG v3.0 + GIT_SHALLOW ON + EXCLUDE_FROM_ALL + SYSTEM) +FetchContent_MakeAvailable(ImGui-SFML) + +add_library(common INTERFACE) +target_compile_features(common INTERFACE cxx_std_17) +target_compile_options(common INTERFACE + $<$,$,$>: -Wall> + $<$: /W4> +) + + +# Fine aggiunta + set(METHODS_PATH "./src/*/methods/*.cpp") - -set(VERSION "V4") +set(VERSION "V5") file(GLOB_RECURSE METHODS_SRC "${METHODS_PATH}") add_executable(main${VERSION} ./src/testMain.cpp ${METHODS_SRC} ) -target_compile_features(main${VERSION} PRIVATE cxx_std_17) -target_link_libraries(main${VERSION} PRIVATE SFML::Graphics glm) +target_link_libraries(main${VERSION} PRIVATE SFML::Graphics ImGui-SFML::ImGui-SFML common glm) diff --git a/build/.cmake/api/v1/reply/cache-v2-edb9fc9126dde21cf804.json b/build/.cmake/api/v1/reply/cache-v2-374534acf1e5fd169877.json similarity index 53% rename from build/.cmake/api/v1/reply/cache-v2-edb9fc9126dde21cf804.json rename to build/.cmake/api/v1/reply/cache-v2-374534acf1e5fd169877.json index 9d64508..7895681 100644 --- a/build/.cmake/api/v1/reply/cache-v2-edb9fc9126dde21cf804.json +++ b/build/.cmake/api/v1/reply/cache-v2-374534acf1e5fd169877.json @@ -27,7 +27,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/addr2line.exe" + "value" : "/usr/bin/addr2line" }, { "name" : "CMAKE_AR", @@ -43,7 +43,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/ar.exe" + "value" : "/usr/bin/ar" }, { "name" : "CMAKE_BUILD_TYPE", @@ -67,7 +67,7 @@ } ], "type" : "INTERNAL", - "value" : "c:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build" }, { "name" : "CMAKE_CACHE_MAJOR_VERSION", @@ -79,7 +79,7 @@ } ], "type" : "INTERNAL", - "value" : "3" + "value" : "4" }, { "name" : "CMAKE_CACHE_MINOR_VERSION", @@ -91,7 +91,7 @@ } ], "type" : "INTERNAL", - "value" : "31" + "value" : "2" }, { "name" : "CMAKE_CACHE_PATCH_VERSION", @@ -103,7 +103,7 @@ } ], "type" : "INTERNAL", - "value" : "12" + "value" : "3" }, { "name" : "CMAKE_COLOR_MAKEFILE", @@ -131,7 +131,7 @@ } ], "type" : "INTERNAL", - "value" : "C:/Program Files/CMake/bin/cmake.exe" + "value" : "/usr/bin/cmake" }, { "name" : "CMAKE_CPACK_COMMAND", @@ -143,7 +143,7 @@ } ], "type" : "INTERNAL", - "value" : "C:/Program Files/CMake/bin/cpack.exe" + "value" : "/usr/bin/cpack" }, { "name" : "CMAKE_CTEST_COMMAND", @@ -155,7 +155,7 @@ } ], "type" : "INTERNAL", - "value" : "C:/Program Files/CMake/bin/ctest.exe" + "value" : "/usr/bin/ctest" }, { "name" : "CMAKE_CXX_COMPILER", @@ -167,11 +167,11 @@ }, { "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." + "value" : "CXX compiler" } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/g++.exe" + "value" : "/usr/bin/c++" }, { "name" : "CMAKE_CXX_COMPILER_AR", @@ -187,7 +187,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/gcc-ar.exe" + "value" : "/usr/bin/gcc-ar-15" }, { "name" : "CMAKE_CXX_COMPILER_RANLIB", @@ -203,7 +203,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/gcc-ranlib.exe" + "value" : "/usr/bin/gcc-ranlib-15" }, { "name" : "CMAKE_CXX_FLAGS", @@ -285,22 +285,6 @@ "type" : "STRING", "value" : "-O2 -g -DNDEBUG" }, - { - "name" : "CMAKE_CXX_STANDARD_LIBRARIES", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Libraries linked by default with all C++ applications." - } - ], - "type" : "STRING", - "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" - }, { "name" : "CMAKE_C_COMPILER", "properties" : @@ -311,11 +295,11 @@ }, { "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." + "value" : "C compiler" } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/gcc.exe" + "value" : "/usr/bin/cc" }, { "name" : "CMAKE_C_COMPILER_AR", @@ -331,7 +315,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/gcc-ar.exe" + "value" : "/usr/bin/gcc-ar-15" }, { "name" : "CMAKE_C_COMPILER_RANLIB", @@ -347,7 +331,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/gcc-ranlib.exe" + "value" : "/usr/bin/gcc-ranlib-15" }, { "name" : "CMAKE_C_FLAGS", @@ -429,22 +413,6 @@ "type" : "STRING", "value" : "-O2 -g -DNDEBUG" }, - { - "name" : "CMAKE_C_STANDARD_LIBRARIES", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Libraries linked by default with all C applications." - } - ], - "type" : "STRING", - "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" - }, { "name" : "CMAKE_DLLTOOL", "properties" : @@ -459,19 +427,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/dlltool.exe" - }, - { - "name" : "CMAKE_EDIT_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cache edit program executable." - } - ], - "type" : "INTERNAL", - "value" : "C:/Program Files/CMake/bin/cmake-gui.exe" + "value" : "CMAKE_DLLTOOL-NOTFOUND" }, { "name" : "CMAKE_EXECUTABLE_FORMAT", @@ -483,7 +439,7 @@ } ], "type" : "INTERNAL", - "value" : "Unknown" + "value" : "ELF" }, { "name" : "CMAKE_EXE_LINKER_FLAGS", @@ -599,7 +555,7 @@ } ], "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/CMakeFiles/pkgRedirects" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/CMakeFiles/pkgRedirects" }, { "name" : "CMAKE_GENERATOR", @@ -611,7 +567,7 @@ } ], "type" : "INTERNAL", - "value" : "MinGW Makefiles" + "value" : "Unix Makefiles" }, { "name" : "CMAKE_GENERATOR_INSTANCE", @@ -650,16 +606,28 @@ "value" : "" }, { - "name" : "CMAKE_GNUtoMS", + "name" : "CMAKE_HAVE_CONNECT", "properties" : [ { "name" : "HELPSTRING", - "value" : "Convert GNU import libraries to MS format (requires Visual Studio)" + "value" : "Have function connect" } ], - "type" : "BOOL", - "value" : "OFF" + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_GETHOSTBYNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function gethostbyname" + } + ], + "type" : "INTERNAL", + "value" : "1" }, { "name" : "CMAKE_HAVE_LIBC_PTHREAD", @@ -673,6 +641,30 @@ "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" : @@ -683,7 +675,7 @@ } ], "type" : "INTERNAL", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata" }, { "name" : "CMAKE_INSTALL_BINDIR", @@ -887,7 +879,7 @@ } ], "type" : "PATH", - "value" : "C:/Program Files (x86)/CMakeSFMLProject" + "value" : "/usr/local" }, { "name" : "CMAKE_INSTALL_RUNSTATEDIR", @@ -937,6 +929,18 @@ "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" : @@ -967,7 +971,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/ld.exe" + "value" : "/usr/bin/ld" }, { "name" : "CMAKE_LIST_FILE_NAME", @@ -995,7 +999,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/mingw32-make.exe" + "value" : "/usr/bin/gmake" }, { "name" : "CMAKE_MODULE_LINKER_FLAGS", @@ -1091,7 +1095,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/nm.exe" + "value" : "/usr/bin/nm" }, { "name" : "CMAKE_NUMBER_OF_MAKEFILES", @@ -1103,7 +1107,7 @@ } ], "type" : "INTERNAL", - "value" : "19" + "value" : "11" }, { "name" : "CMAKE_OBJCOPY", @@ -1119,7 +1123,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/objcopy.exe" + "value" : "/usr/bin/objcopy" }, { "name" : "CMAKE_OBJDUMP", @@ -1135,7 +1139,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/objdump.exe" + "value" : "/usr/bin/objdump" }, { "name" : "CMAKE_OSX_DEPLOYMENT_TARGET", @@ -1295,115 +1299,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/ranlib.exe" - }, - { - "name" : "CMAKE_RC_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "RC compiler" - } - ], - "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/windres.exe" - }, - { - "name" : "CMAKE_RC_COMPILER_WORKS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_RC_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" + "value" : "/usr/bin/ranlib" }, { "name" : "CMAKE_READELF", @@ -1419,7 +1315,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/readelf.exe" + "value" : "/usr/bin/readelf" }, { "name" : "CMAKE_ROOT", @@ -1431,7 +1327,7 @@ } ], "type" : "INTERNAL", - "value" : "C:/Program Files/CMake/share/cmake-3.31" + "value" : "/usr/share/cmake-4.2" }, { "name" : "CMAKE_SHARED_LINKER_FLAGS", @@ -1639,7 +1535,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/strip.exe" + "value" : "/usr/bin/strip" }, { "name" : "CMAKE_TAPI", @@ -1657,6 +1553,18 @@ "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" : @@ -1683,7 +1591,7 @@ } ], "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build" }, { "name" : "CMakeSFMLProject_IS_TOP_LEVEL", @@ -1707,199 +1615,7 @@ } ], "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata" - }, - { - "name" : "CPACK_BINARY_7Z", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable to build 7-Zip packages" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "CPACK_BINARY_IFW", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable to build IFW packages" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "CPACK_BINARY_INNOSETUP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable to build Inno Setup packages" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "CPACK_BINARY_NSIS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable to build NSIS packages" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "CPACK_BINARY_NUGET", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable to build NuGet packages" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "CPACK_BINARY_WIX", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable to build WiX packages" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "CPACK_BINARY_ZIP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable to build ZIP packages" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "CPACK_SOURCE_7Z", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable to build 7-Zip source packages" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "CPACK_SOURCE_ZIP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable to build ZIP source packages" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "DINPUT_H_FOUND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include dinput.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "DODEFINE_EXTENSIONS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test DODEFINE_EXTENSIONS" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "ENABLE_64_BIT_WORDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Set FLAC__BYTES_PER_WORD to 8, for 64-bit machines. For 32-bit machines, turning this off might give a tiny speed improvement" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "ENABLE_WERROR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable -Werror in all Makefiles" - } - ], - "type" : "BOOL", - "value" : "OFF" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata" }, { "name" : "FETCHCONTENT_BASE_DIR", @@ -1911,7 +1627,7 @@ } ], "type" : "PATH", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps" }, { "name" : "FETCHCONTENT_FULLY_DISCONNECTED", @@ -1937,30 +1653,6 @@ "type" : "BOOL", "value" : "ON" }, - { - "name" : "FETCHCONTENT_SOURCE_DIR_FLAC", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "When not empty, overrides where to find pre-populated content for flac" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "FETCHCONTENT_SOURCE_DIR_FREETYPE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "When not empty, overrides where to find pre-populated content for Freetype" - } - ], - "type" : "PATH", - "value" : "" - }, { "name" : "FETCHCONTENT_SOURCE_DIR_GLM", "properties" : @@ -1974,12 +1666,24 @@ "value" : "" }, { - "name" : "FETCHCONTENT_SOURCE_DIR_OGG", + "name" : "FETCHCONTENT_SOURCE_DIR_IMGUI", "properties" : [ { "name" : "HELPSTRING", - "value" : "When not empty, overrides where to find pre-populated content for ogg" + "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", @@ -1997,18 +1701,6 @@ "type" : "PATH", "value" : "" }, - { - "name" : "FETCHCONTENT_SOURCE_DIR_VORBIS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "When not empty, overrides where to find pre-populated content for vorbis" - } - ], - "type" : "PATH", - "value" : "" - }, { "name" : "FETCHCONTENT_UPDATES_DISCONNECTED", "properties" : @@ -2021,30 +1713,6 @@ "type" : "BOOL", "value" : "OFF" }, - { - "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_FLAC", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enables UPDATE_DISCONNECTED behavior just for population of flac" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_FREETYPE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enables UPDATE_DISCONNECTED behavior just for population of Freetype" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, { "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_GLM", "properties" : @@ -2058,12 +1726,24 @@ "value" : "OFF" }, { - "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_OGG", + "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_IMGUI", "properties" : [ { "name" : "HELPSTRING", - "value" : "Enables UPDATE_DISCONNECTED behavior just for population of ogg" + "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", @@ -2082,16 +1762,28 @@ "value" : "OFF" }, { - "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_VORBIS", + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_FLAC", "properties" : [ { "name" : "HELPSTRING", - "value" : "Enables UPDATE_DISCONNECTED behavior just for population of vorbis" + "value" : "Details about finding FLAC" } ], - "type" : "BOOL", - "value" : "OFF" + "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", @@ -2103,19 +1795,7 @@ } ], "type" : "INTERNAL", - "value" : "[opengl32][cfound components: OpenGL ][v()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding PkgConfig" - } - ], - "type" : "INTERNAL", - "value" : "[C:/msys64/ucrt64/bin/pkg-config.exe][v2.5.1()]" + "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", @@ -2130,88 +1810,120 @@ "value" : "[TRUE][v()]" }, { - "name" : "FLAC_BINARY_DIR", + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_UDev", "properties" : [ { "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-build" - }, - { - "name" : "FLAC_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "FLAC_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;Ogg::ogg;" - }, - { - "name" : "FLAC_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-src" - }, - { - "name" : "FLAC__CPU_X86_64", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Result of CHECK_CPU_ARCH" + "value" : "Details about finding UDev" } ], "type" : "INTERNAL", - "value" : "1" + "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libudev.so][v()]" }, { - "name" : "FLAC__HAS_NEONINTRIN", + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Vorbis", "properties" : [ { "name" : "HELPSTRING", - "value" : "Have include arm_neon.h" + "value" : "Details about finding Vorbis" } ], "type" : "INTERNAL", - "value" : "" + "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libogg.so][/usr/include][/usr/lib/x86_64-linux-gnu/libvorbis.so][v()]" }, { - "name" : "FLAC__HAS_X86INTRIN", + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_X11", "properties" : [ { "name" : "HELPSTRING", - "value" : "Have include x86intrin.h" + "value" : "Details about finding X11" } ], "type" : "INTERNAL", - "value" : "1" + "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", @@ -2227,7 +1939,7 @@ } ], "type" : "FILEPATH", - "value" : "C:/Program Files/Git/cmd/git.exe" + "value" : "/usr/bin/git" }, { "name" : "GLM_BUILD_INSTALL", @@ -2458,556 +2170,232 @@ "value" : "OFF" }, { - "name" : "HAVE_ASSOC_MATH", + "name" : "IMGUI_INCLUDE_DIR", "properties" : [ { "name" : "HELPSTRING", - "value" : "Test HAVE_ASSOC_MATH" + "value" : "Path to a file." } ], - "type" : "INTERNAL", - "value" : "1" + "type" : "PATH", + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-src" }, { - "name" : "HAVE_BSWAP16", + "name" : "IMGUI_SFML_CONFIG_DIR", "properties" : [ { "name" : "HELPSTRING", - "value" : "Test HAVE_BSWAP16" + "value" : "Path to a directory containing user ImGui config" } ], - "type" : "INTERNAL", - "value" : "1" + "type" : "PATH", + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-sfml-src" }, { - "name" : "HAVE_BSWAP32", + "name" : "IMGUI_SFML_CONFIG_INSTALL_DIR", "properties" : [ { "name" : "HELPSTRING", - "value" : "Test HAVE_BSWAP32" + "value" : "Path where user's config header will be installed" } ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "HAVE_BYTESWAP_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include byteswap.h" - } - ], - "type" : "INTERNAL", + "type" : "PATH", "value" : "" }, { - "name" : "HAVE_CLOCK_GETTIME", + "name" : "IMGUI_SFML_CONFIG_NAME", "properties" : [ { "name" : "HELPSTRING", - "value" : "Have function clock_gettime" + "value" : "Name of a custom user ImGui config header" } ], - "type" : "INTERNAL", - "value" : "" + "type" : "STRING", + "value" : "imconfig-SFML.h" }, { - "name" : "HAVE_CPUID_H", + "name" : "IMGUI_SFML_DISABLE_OBSOLETE_FUNCTIONS", "properties" : [ { "name" : "HELPSTRING", - "value" : "Have include cpuid.h" + "value" : "Disable obsolete ImGui functions" } ], - "type" : "INTERNAL", - "value" : "1" + "type" : "BOOL", + "value" : "OFF" }, { - "name" : "HAVE_DECL_AFTER_STMT_FLAG", + "name" : "IMGUI_SFML_ENABLE_WARNINGS", "properties" : [ { "name" : "HELPSTRING", - "value" : "Test HAVE_DECL_AFTER_STMT_FLAG" + "value" : "Enable compiler warnings" } ], - "type" : "INTERNAL", - "value" : "1" + "type" : "BOOL", + "value" : "OFF" }, { - "name" : "HAVE_FLAC__CPU_X86_64", + "name" : "IMGUI_SFML_USE_DEFAULT_CONFIG", "properties" : [ { "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" + "value" : "Use default imconfig-SFML.h" } ], - "type" : "INTERNAL", - "value" : "TRUE" + "type" : "BOOL", + "value" : "ON" }, { - "name" : "HAVE_FSEEKO", + "name" : "OGG_INCLUDE_DIR", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "Have function fseeko" + "value" : "Path to a file." } ], - "type" : "INTERNAL", - "value" : "1" + "type" : "PATH", + "value" : "/usr/include" }, { - "name" : "HAVE_GIT", + "name" : "OGG_LIBRARY", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "Path to a program." + "value" : "Path to a library." } ], "type" : "FILEPATH", - "value" : "C:/Program Files/Git/cmd/git.exe" + "value" : "/usr/lib/x86_64-linux-gnu/libogg.so" }, { - "name" : "HAVE_INT16_SIZE", + "name" : "OPENGL_EGL_INCLUDE_DIR", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" + "value" : "Path to a file." } ], - "type" : "INTERNAL", - "value" : "TRUE" + "type" : "PATH", + "value" : "/usr/include" }, { - "name" : "HAVE_INT32_SIZE", + "name" : "OPENGL_GLES2_INCLUDE_DIR", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" + "value" : "Path to a file." } ], - "type" : "INTERNAL", - "value" : "TRUE" + "type" : "PATH", + "value" : "/usr/include" }, { - "name" : "HAVE_INT64_SIZE", + "name" : "OPENGL_GLES3_INCLUDE_DIR", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" + "value" : "Path to a file." } ], - "type" : "INTERNAL", - "value" : "TRUE" + "type" : "PATH", + "value" : "/usr/include" }, { - "name" : "HAVE_INTTYPES_H", + "name" : "OPENGL_GLU_INCLUDE_DIR", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "Have include inttypes.h" + "value" : "Path to a file." } ], - "type" : "INTERNAL", - "value" : "1" + "type" : "PATH", + "value" : "OPENGL_GLU_INCLUDE_DIR-NOTFOUND" }, { - "name" : "HAVE_INT_SIZE", + "name" : "OPENGL_GLX_INCLUDE_DIR", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" + "value" : "Path to a file." } ], - "type" : "INTERNAL", - "value" : "TRUE" + "type" : "PATH", + "value" : "/usr/include" }, { - "name" : "HAVE_LANGINFO_CODESET", + "name" : "OPENGL_INCLUDE_DIR", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "Test HAVE_LANGINFO_CODESET" + "value" : "Path to a file." } ], - "type" : "INTERNAL", - "value" : "" + "type" : "PATH", + "value" : "/usr/include" }, { - "name" : "HAVE_LIBM", + "name" : "OPENGL_egl_LIBRARY", "properties" : [ { - "name" : "HELPSTRING", - "value" : "Have library m" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "HAVE_LONG_LONG_SIZE", - "properties" : - [ + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" + "value" : "Path to a library." } ], - "type" : "INTERNAL", - "value" : "TRUE" - }, - { - "name" : "HAVE_LONG_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" - } - ], - "type" : "INTERNAL", - "value" : "TRUE" - }, - { - "name" : "HAVE_LROUND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have function lround" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "HAVE_MBSTATE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test HAVE_MBSTATE" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "HAVE_SHORT_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" - } - ], - "type" : "INTERNAL", - "value" : "TRUE" - }, - { - "name" : "HAVE_STACKREALIGN_FLAG", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test HAVE_STACKREALIGN_FLAG" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "HAVE_STDBOOL_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include stdbool.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "HAVE_STDDEF_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include stddef.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "HAVE_STDINT_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include stdint.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "HAVE_SYS_PARAM_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include sys/param.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "HAVE_SYS_TYPES_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include sys/types.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "HAVE_UINT16_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" - } - ], - "type" : "INTERNAL", - "value" : "TRUE" - }, - { - "name" : "HAVE_UINT32_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" - } - ], - "type" : "INTERNAL", - "value" : "TRUE" - }, - { - "name" : "HAVE_U_INT16_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" - } - ], - "type" : "INTERNAL", - "value" : "FALSE" - }, - { - "name" : "HAVE_U_INT32_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Result of TRY_COMPILE" - } - ], - "type" : "INTERNAL", - "value" : "FALSE" - }, - { - "name" : "HAVE_WEFFCXX_FLAG", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test HAVE_WEFFCXX_FLAG" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "HAVE_WERROR_FLAG", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test HAVE_WERROR_FLAG" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "INCLUDE_INTTYPES_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include inttypes.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "INCLUDE_STDINT_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include stdint.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "INCLUDE_SYS_TYPES_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include sys/types.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "INSTALL_CMAKE_CONFIG_MODULE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install CMake package-config module" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "INSTALL_CMAKE_PACKAGE_MODULE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install CMake package configiguration module" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "INT16_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CHECK_TYPE_SIZE: sizeof(int16_t)" - } - ], - "type" : "INTERNAL", - "value" : "2" - }, - { - "name" : "INT32_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CHECK_TYPE_SIZE: sizeof(int32_t)" - } - ], - "type" : "INTERNAL", - "value" : "4" - }, - { - "name" : "INT64_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CHECK_TYPE_SIZE: sizeof(int64_t)" - } - ], - "type" : "INTERNAL", - "value" : "8" - }, - { - "name" : "INT_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CHECK_TYPE_SIZE: sizeof(int)" - } - ], - "type" : "INTERNAL", - "value" : "4" - }, - { - "name" : "LONG_LONG_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CHECK_TYPE_SIZE: sizeof(long long)" - } - ], - "type" : "INTERNAL", - "value" : "8" - }, - { - "name" : "LONG_SIZE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CHECK_TYPE_SIZE: sizeof(long)" - } - ], - "type" : "INTERNAL", - "value" : "4" - }, - { - "name" : "OGG_FOUND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ogg has already been built" - } - ], - "type" : "INTERNAL", - "value" : "1" + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libEGL.so" }, { "name" : "OPENGL_gl_LIBRARY", @@ -3019,11 +2407,43 @@ }, { "name" : "HELPSTRING", - "value" : "OpenGL library for win32" + "value" : "Path to a library." } ], - "type" : "STRING", - "value" : "opengl32" + "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", @@ -3035,43 +2455,59 @@ }, { "name" : "HELPSTRING", - "value" : "GLU library for win32" - } - ], - "type" : "STRING", - "value" : "glu32" - }, - { - "name" : "PKG_CONFIG_ARGN", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Arguments to supply to pkg-config" - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "PKG_CONFIG_EXECUTABLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "pkg-config executable" + "value" : "Path to a library." } ], "type" : "FILEPATH", - "value" : "C:/msys64/ucrt64/bin/pkg-config.exe" + "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", @@ -3083,7 +2519,7 @@ } ], "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-build" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-build" }, { "name" : "SFML_BUILD_AUDIO", @@ -3191,7 +2627,7 @@ } ], "type" : "BOOL", - "value" : "OFF" + "value" : "ON" }, { "name" : "SFML_IS_TOP_LEVEL", @@ -3217,6 +2653,18 @@ "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" : @@ -3227,27 +2675,15 @@ } ], "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src" }, { - "name" : "SFML_USE_MESA3D", + "name" : "SFML_USE_DRM", "properties" : [ { "name" : "HELPSTRING", - "value" : "ON to use the Mesa 3D graphics library for rendering, OFF to use the system provided library for rendering" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "SFML_USE_STATIC_STD_LIBS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "ON to statically link to the standard libraries, OFF to use them as DLLs" + "value" : "ON to use DRM windowing backend" } ], "type" : "BOOL", @@ -3263,7 +2699,7 @@ } ], "type" : "BOOL", - "value" : "OFF" + "value" : "ON" }, { "name" : "SFML_WARNINGS_AS_ERRORS", @@ -3278,88 +2714,2300 @@ "value" : "OFF" }, { - "name" : "SHORT_SIZE", + "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" : "CHECK_TYPE_SIZE: sizeof(short)" + "value" : "Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so" } ], "type" : "INTERNAL", - "value" : "2" + "value" : "1" }, { - "name" : "UINT16_SIZE", + "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" : "CHECK_TYPE_SIZE: sizeof(uint16_t)" + "value" : "Path to a file." } ], - "type" : "INTERNAL", - "value" : "2" + "type" : "PATH", + "value" : "X11_xcb_xkb_INCLUDE_PATH-NOTFOUND" }, { - "name" : "UINT32_SIZE", + "name" : "X11_xcb_xkb_LIB", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "CHECK_TYPE_SIZE: sizeof(uint32_t)" + "value" : "Path to a library." } ], - "type" : "INTERNAL", - "value" : "4" + "type" : "FILEPATH", + "value" : "X11_xcb_xkb_LIB-NOTFOUND" }, { - "name" : "U_INT16_SIZE", + "name" : "X11_xcb_xrm_INCLUDE_PATH", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "CHECK_TYPE_SIZE: u_int16_t unknown" + "value" : "Path to a file." } ], - "type" : "INTERNAL", - "value" : "" + "type" : "PATH", + "value" : "X11_xcb_xrm_INCLUDE_PATH-NOTFOUND" }, { - "name" : "U_INT32_SIZE", + "name" : "X11_xcb_xrm_LIB", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "CHECK_TYPE_SIZE: u_int32_t unknown" + "value" : "Path to a library." } ], - "type" : "INTERNAL", - "value" : "" + "type" : "FILEPATH", + "value" : "X11_xcb_xrm_LIB-NOTFOUND" }, { - "name" : "WITH_ASM", + "name" : "X11_xcb_xtest_INCLUDE_PATH", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "Use any assembly optimization routines" + "value" : "Path to a file." } ], - "type" : "BOOL", - "value" : "ON" + "type" : "PATH", + "value" : "X11_xcb_xtest_INCLUDE_PATH-NOTFOUND" }, { - "name" : "WITH_OGG", + "name" : "X11_xcb_xtest_LIB", "properties" : [ + { + "name" : "ADVANCED", + "value" : "1" + }, { "name" : "HELPSTRING", - "value" : "ogg support (default: test for libogg)" + "value" : "Path to a library." } ], - "type" : "BOOL", - "value" : "ON" + "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", @@ -3371,43 +5019,7 @@ } ], "type" : "INTERNAL", - "value" : "C:/Program Files (x86)/CMakeSFMLProject" - }, - { - "name" : "freetype_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-build" - }, - { - "name" : "freetype_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "freetype_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-src" + "value" : "/usr/local" }, { "name" : "glm_BINARY_DIR", @@ -3419,7 +5031,7 @@ } ], "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/glm-build" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/glm-build" }, { "name" : "glm_IS_TOP_LEVEL", @@ -3443,10 +5055,10 @@ } ], "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/glm-src" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/glm-src" }, { - "name" : "libogg_BINARY_DIR", + "name" : "imgui_sfml_BINARY_DIR", "properties" : [ { @@ -3455,10 +5067,10 @@ } ], "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-build" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-sfml-build" }, { - "name" : "libogg_IS_TOP_LEVEL", + "name" : "imgui_sfml_IS_TOP_LEVEL", "properties" : [ { @@ -3470,7 +5082,7 @@ "value" : "OFF" }, { - "name" : "libogg_SOURCE_DIR", + "name" : "imgui_sfml_SOURCE_DIR", "properties" : [ { @@ -3479,79 +5091,7 @@ } ], "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-src" - }, - { - "name" : "vorbis_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/vorbis-build" - }, - { - "name" : "vorbis_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "vorbis_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;Ogg::ogg;" - }, - { - "name" : "vorbis_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/vorbis-src" - }, - { - "name" : "vorbisenc_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;vorbis;" - }, - { - "name" : "vorbisfile_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;vorbis;" + "value" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/imgui-sfml-src" } ], "kind" : "cache", diff --git a/build/.cmake/api/v1/reply/cmakeFiles-v1-a545836b6d7338214a70.json b/build/.cmake/api/v1/reply/cmakeFiles-v1-a545836b6d7338214a70.json deleted file mode 100644 index e262c42..0000000 --- a/build/.cmake/api/v1/reply/cmakeFiles-v1-a545836b6d7338214a70.json +++ /dev/null @@ -1,1006 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "build/CMakeFiles/3.31.12/CMakeSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeSystemSpecificInitialize.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Windows-Initialize.cmake" - }, - { - "isGenerated" : true, - "path" : "build/CMakeFiles/3.31.12/CMakeCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeSystemSpecificInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeGenericSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeInitializeConfigs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Windows.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/WindowsPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeCXXInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Compiler/GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Windows-GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Windows-GNU.cmake" - }, - { - "isGenerated" : true, - "path" : "build/CMakeFiles/3.31.12/CMakeRCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeRCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Windows-windres.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Windows-GNU-CXX-ABI.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CMakeCXXLinkerInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CMakeCommonLinkerInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Linker/GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Linker/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Linker/Windows-GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Linker/Windows-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Linker/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FetchContent.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/ExternalProject/shared_internal_commands.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindGit.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FetchContent/CMakeLists.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindGit.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FetchContent/CMakeLists.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "build/CMakeFiles/3.31.12/CMakeCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Compiler/GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Windows-GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Windows-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Windows-GNU-C-ABI.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CMakeCLinkerInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CMakeCommonLinkerInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Linker/GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Linker/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Linker/Windows-GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Platform/Linker/Windows-GNU.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/cmake/Config.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/GNUInstallDirs.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/cmake/Mesa3D.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/cmake/SFMLConfig.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/src/SFML/CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/cmake/Macros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeParseArguments.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/cmake/CompilerWarnings.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCXXSourceCompiles.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/src/SFML/System/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CheckSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/src/SFML/System/Dependencies.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/src/SFML/Main/CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/src/SFML/Window/Dependencies.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindOpenGL.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIncludeFileCXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCXXSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CheckSourceCompiles.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/src/SFML/Network/CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/src/SFML/Graphics/Dependencies.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FetchContent.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/ExternalProject/shared_internal_commands.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindGit.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FetchContent/CMakeLists.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/freetype-src/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDependentOption.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPkgConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/GNUInstallDirs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CPack.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CPackComponent.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Templates/CPackConfig.cmake.in" - }, - { - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Templates/CPackConfig.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FetchContent.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/ExternalProject/shared_internal_commands.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindGit.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FetchContent/CMakeLists.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindGit.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FetchContent/CMakeLists.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindGit.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FetchContent/CMakeLists.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/sfml-src/src/SFML/Audio/Dependencies.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/ogg-src/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/GNUInstallDirs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIncludeFiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CTest.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CTestUseLaunchers.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/ogg-src/cmake/CheckSizes.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckTypeSize.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIncludeFileCXX.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/ogg-src/include/ogg/config_types.h.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/ogg-src/ogg.pc.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/ogg-src/cmake/OggConfig.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CPack.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CPackComponent.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Templates/CPackConfig.cmake.in" - }, - { - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Templates/CPackConfig.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/flac-src/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCCompilerFlag.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CheckCompilerFlag.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CheckFlagCommonConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CheckSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCXXCompilerFlag.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CheckCompilerFlag.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCXXSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckSymbolExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckFunctionExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCXXSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/GNUInstallDirs.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/flac-src/cmake/UseSystemExtensions.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/TestBigEndian.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckTypeSize.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIncludeFileCXX.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/flac-src/config.cmake.h.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/flac-src/flac-config.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/flac-src/src/CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "build/_deps/flac-src/src/libFLAC/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCSourceCompiles.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/flac-src/cmake/CheckCPUArch.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/flac-src/cmake/CheckA64NEON.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/flac-src/microbench/CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "build/_deps/vorbis-src/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/GNUInstallDirs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckIncludeFiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckLibraryExists.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/vorbis-src/vorbis.pc.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/vorbis-src/vorbisenc.pc.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/vorbis-src/vorbisfile.pc.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/vorbis-src/lib/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/vorbis-src/cmake/VorbisConfig.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/_deps/glm-src/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Program Files/CMake/share/cmake-3.31/Modules/GNUInstallDirs.cmake" - }, - { - "isGenerated" : true, - "path" : "build/_deps/glm-src/glm/CMakeLists.txt" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build", - "source" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata" - }, - "version" : - { - "major" : 1, - "minor" : 1 - } -} diff --git a/build/.cmake/api/v1/reply/cmakeFiles-v1-e320a106f03fb9214dd8.json b/build/.cmake/api/v1/reply/cmakeFiles-v1-e320a106f03fb9214dd8.json new file mode 100644 index 0000000..9e186fe --- /dev/null +++ b/build/.cmake/api/v1/reply/cmakeFiles-v1-e320a106f03fb9214dd8.json @@ -0,0 +1,652 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/4.2.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/4.2.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Internal/CMakeCXXLinkerInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Internal/CMakeCommonLinkerInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linker/Linux-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linker/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linker/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linker/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FetchContent.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/ExternalProject/shared_internal_commands.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindGit.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FetchContent/CMakeLists.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindGit.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FetchContent/CMakeLists.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindGit.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FetchContent/CMakeLists.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindGit.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FetchContent/CMakeLists.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/4.2.3/CMakeCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Internal/CMakeCLinkerInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Internal/CMakeCommonLinkerInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linker/Linux-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linker/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Platform/Linker/Linux-GNU.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/cmake/Config.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/GNUInstallDirs.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/tools/pkg-config/sfml-all.pc.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/tools/pkg-config/sfml-system.pc.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/tools/pkg-config/sfml-window.pc.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/tools/pkg-config/sfml-graphics.pc.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/tools/pkg-config/sfml-audio.pc.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/tools/pkg-config/sfml-network.pc.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/cmake/SFMLConfig.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/src/SFML/CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/cmake/Macros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakeParseArguments.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/cmake/CompilerWarnings.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/src/SFML/System/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/src/SFML/System/Dependencies.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/src/SFML/Window/Dependencies.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindX11.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/cmake/Modules/FindUDev.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/src/SFML/Network/CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/src/SFML/Graphics/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/src/SFML/Graphics/Dependencies.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/cmake/Modules/FindFreetype.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/cmake/Modules/FindVorbis.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/cmake/Modules/FindFLAC.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/sfml-src/src/SFML/Audio/Dependencies.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/glm-src/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/GNUInstallDirs.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/glm-src/glm/CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/_deps/imgui-sfml-src/CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/_deps/imgui-sfml-src/cmake/FindImGui.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindOpenGL.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-4.2/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build", + "source" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/build/.cmake/api/v1/reply/codemodel-v2-1d54dc62b65d9b1e65df.json b/build/.cmake/api/v1/reply/codemodel-v2-1d54dc62b65d9b1e65df.json new file mode 100644 index 0000000..178a1fc --- /dev/null +++ b/build/.cmake/api/v1/reply/codemodel-v2-1d54dc62b65d9b1e65df.json @@ -0,0 +1,736 @@ +{ + "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/codemodel-v2-290884aea50f77061a71.json b/build/.cmake/api/v1/reply/codemodel-v2-290884aea50f77061a71.json deleted file mode 100644 index 8af4d27..0000000 --- a/build/.cmake/api/v1/reply/codemodel-v2-290884aea50f77061a71.json +++ /dev/null @@ -1,571 +0,0 @@ -{ - "configurations" : - [ - { - "directories" : - [ - { - "build" : ".", - "childIndexes" : - [ - 1, - 17 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json", - "minimumCMakeVersion" : - { - "string" : "3.28" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 4 - ] - }, - { - "build" : "_deps/sfml-build", - "childIndexes" : - [ - 2 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build-Debug-1a80d5472b4a682d8498.json", - "minimumCMakeVersion" : - { - "string" : "3.24" - }, - "parentIndex" : 0, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src" - }, - { - "build" : "_deps/sfml-build/src/SFML", - "childIndexes" : - [ - 3, - 4, - 5, - 6, - 7, - 9 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML-Debug-ce43665c07032d56571e.json", - "minimumCMakeVersion" : - { - "string" : "3.24" - }, - "parentIndex" : 1, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML" - }, - { - "build" : "_deps/sfml-build/src/SFML/System", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML.System-Debug-03ccc1777f3d48c79911.json", - "minimumCMakeVersion" : - { - "string" : "3.24" - }, - "parentIndex" : 2, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML/System", - "targetIndexes" : - [ - 10 - ] - }, - { - "build" : "_deps/sfml-build/src/SFML/Main", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML.Main-Debug-65c53ab35cff307be5a3.json", - "minimumCMakeVersion" : - { - "string" : "3.24" - }, - "parentIndex" : 2, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML/Main", - "targetIndexes" : - [ - 8 - ] - }, - { - "build" : "_deps/sfml-build/src/SFML/Window", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML.Window-Debug-2564d4b7dc0f91b7fcdd.json", - "minimumCMakeVersion" : - { - "string" : "3.24" - }, - "parentIndex" : 2, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML/Window", - "targetIndexes" : - [ - 11 - ] - }, - { - "build" : "_deps/sfml-build/src/SFML/Network", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML.Network-Debug-3ff6a78e6fdec9aa59b8.json", - "minimumCMakeVersion" : - { - "string" : "3.24" - }, - "parentIndex" : 2, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML/Network", - "targetIndexes" : - [ - 9 - ] - }, - { - "build" : "_deps/sfml-build/src/SFML/Graphics", - "childIndexes" : - [ - 8 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML.Graphics-Debug-a5fc5ba2ce80bc369ab4.json", - "minimumCMakeVersion" : - { - "string" : "3.24" - }, - "parentIndex" : 2, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML/Graphics", - "targetIndexes" : - [ - 7 - ] - }, - { - "build" : "_deps/freetype-build", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.freetype-build-Debug-4e7fb44fc5badcffdb4f.json", - "minimumCMakeVersion" : - { - "string" : "3.0" - }, - "parentIndex" : 7, - "projectIndex" : 2, - "source" : "build/_deps/freetype-src", - "targetIndexes" : - [ - 2 - ] - }, - { - "build" : "_deps/sfml-build/src/SFML/Audio", - "childIndexes" : - [ - 10, - 11, - 15 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.sfml-build.src.SFML.Audio-Debug-6de2257221629af261b1.json", - "minimumCMakeVersion" : - { - "string" : "3.24" - }, - "parentIndex" : 2, - "projectIndex" : 1, - "source" : "build/_deps/sfml-src/src/SFML/Audio", - "targetIndexes" : - [ - 6 - ] - }, - { - "build" : "_deps/ogg-build", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.ogg-build-Debug-a6bb94daf2f512cf5594.json", - "minimumCMakeVersion" : - { - "string" : "2.8.12" - }, - "parentIndex" : 9, - "projectIndex" : 3, - "source" : "build/_deps/ogg-src", - "targetIndexes" : - [ - 5 - ] - }, - { - "build" : "_deps/flac-build", - "childIndexes" : - [ - 12, - 14 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.flac-build-Debug-c24739fdc1f05bf5344b.json", - "minimumCMakeVersion" : - { - "string" : "3.5" - }, - "parentIndex" : 9, - "projectIndex" : 4, - "source" : "build/_deps/flac-src" - }, - { - "build" : "_deps/flac-build/src", - "childIndexes" : - [ - 13 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.flac-build.src-Debug-1d4dfeeba802ece90ca9.json", - "minimumCMakeVersion" : - { - "string" : "3.11" - }, - "parentIndex" : 11, - "projectIndex" : 4, - "source" : "build/_deps/flac-src/src" - }, - { - "build" : "_deps/flac-build/src/libFLAC", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.flac-build.src.libFLAC-Debug-a719ae2ad27bb873d72d.json", - "minimumCMakeVersion" : - { - "string" : "3.11" - }, - "parentIndex" : 12, - "projectIndex" : 4, - "source" : "build/_deps/flac-src/src/libFLAC", - "targetIndexes" : - [ - 0 - ] - }, - { - "build" : "_deps/flac-build/microbench", - "jsonFile" : "directory-_deps.flac-build.microbench-Debug-ebc5923c3599b4f464c5.json", - "minimumCMakeVersion" : - { - "string" : "3.5" - }, - "parentIndex" : 11, - "projectIndex" : 4, - "source" : "build/_deps/flac-src/microbench", - "targetIndexes" : - [ - 1 - ] - }, - { - "build" : "_deps/vorbis-build", - "childIndexes" : - [ - 16 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.vorbis-build-Debug-d0d3f7f6a15b4cebe23e.json", - "minimumCMakeVersion" : - { - "string" : "2.8.12" - }, - "parentIndex" : 9, - "projectIndex" : 5, - "source" : "build/_deps/vorbis-src" - }, - { - "build" : "_deps/vorbis-build/lib", - "hasInstallRule" : true, - "jsonFile" : "directory-_deps.vorbis-build.lib-Debug-ab0e0463d28264055dff.json", - "minimumCMakeVersion" : - { - "string" : "2.8.12" - }, - "parentIndex" : 15, - "projectIndex" : 5, - "source" : "build/_deps/vorbis-src/lib", - "targetIndexes" : - [ - 12, - 13, - 14 - ] - }, - { - "build" : "_deps/glm-build", - "childIndexes" : - [ - 18 - ], - "jsonFile" : "directory-_deps.glm-build-Debug-935468e39a55af38ff33.json", - "minimumCMakeVersion" : - { - "string" : "3.6" - }, - "parentIndex" : 0, - "projectIndex" : 6, - "source" : "build/_deps/glm-src" - }, - { - "build" : "_deps/glm-build/glm", - "jsonFile" : "directory-_deps.glm-build.glm-Debug-ae6a6ae02e317224d57b.json", - "minimumCMakeVersion" : - { - "string" : "3.6" - }, - "parentIndex" : 17, - "projectIndex" : 6, - "source" : "build/_deps/glm-src/glm", - "targetIndexes" : - [ - 3 - ] - } - ], - "name" : "Debug", - "projects" : - [ - { - "childIndexes" : - [ - 1, - 6 - ], - "directoryIndexes" : - [ - 0 - ], - "name" : "CMakeSFMLProject", - "targetIndexes" : - [ - 4 - ] - }, - { - "childIndexes" : - [ - 2, - 3, - 4, - 5 - ], - "directoryIndexes" : - [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 9 - ], - "name" : "SFML", - "parentIndex" : 0, - "targetIndexes" : - [ - 6, - 7, - 8, - 9, - 10, - 11 - ] - }, - { - "directoryIndexes" : - [ - 8 - ], - "name" : "freetype", - "parentIndex" : 1, - "targetIndexes" : - [ - 2 - ] - }, - { - "directoryIndexes" : - [ - 10 - ], - "name" : "libogg", - "parentIndex" : 1, - "targetIndexes" : - [ - 5 - ] - }, - { - "directoryIndexes" : - [ - 11, - 12, - 13, - 14 - ], - "name" : "FLAC", - "parentIndex" : 1, - "targetIndexes" : - [ - 0, - 1 - ] - }, - { - "directoryIndexes" : - [ - 15, - 16 - ], - "name" : "vorbis", - "parentIndex" : 1, - "targetIndexes" : - [ - 12, - 13, - 14 - ] - }, - { - "directoryIndexes" : - [ - 17, - 18 - ], - "name" : "glm", - "parentIndex" : 0, - "targetIndexes" : - [ - 3 - ] - } - ], - "targets" : - [ - { - "directoryIndex" : 13, - "id" : "FLAC::@d572677c3819035d9b3d", - "jsonFile" : "target-FLAC-Debug-0dbdc2a8040bb37d1a0d.json", - "name" : "FLAC", - "projectIndex" : 4 - }, - { - "directoryIndex" : 14, - "id" : "benchmark_residual::@3956ab943ce8cc4f6f98", - "jsonFile" : "target-benchmark_residual-Debug-3260ad5ef6f59731ddb6.json", - "name" : "benchmark_residual", - "projectIndex" : 4 - }, - { - "directoryIndex" : 8, - "id" : "freetype::@d06f9f5ffc3cc0b4bd77", - "jsonFile" : "target-freetype-Debug-430173adcfb554f7fea9.json", - "name" : "freetype", - "projectIndex" : 2 - }, - { - "directoryIndex" : 18, - "id" : "glm::@ce54d98d7b326a3e12a8", - "jsonFile" : "target-glm-Debug-b40eb46a5bde08fbecd8.json", - "name" : "glm", - "projectIndex" : 6 - }, - { - "directoryIndex" : 0, - "id" : "mainV4::@6890427a1f51a3e7e1df", - "jsonFile" : "target-mainV4-Debug-5425fbbbfc48cb1dc18b.json", - "name" : "mainV4", - "projectIndex" : 0 - }, - { - "directoryIndex" : 10, - "id" : "ogg::@4e5ed7d02827854e35f8", - "jsonFile" : "target-ogg-Debug-083e815486e426c18c3a.json", - "name" : "ogg", - "projectIndex" : 3 - }, - { - "directoryIndex" : 9, - "id" : "sfml-audio::@a153e5727587c53fce98", - "jsonFile" : "target-sfml-audio-Debug-1626d68d8de2b5c11057.json", - "name" : "sfml-audio", - "projectIndex" : 1 - }, - { - "directoryIndex" : 7, - "id" : "sfml-graphics::@98af38147d5fa7e70f61", - "jsonFile" : "target-sfml-graphics-Debug-0f21a651094bf3e0f188.json", - "name" : "sfml-graphics", - "projectIndex" : 1 - }, - { - "directoryIndex" : 4, - "id" : "sfml-main::@81ec5539f1398dd625f6", - "jsonFile" : "target-sfml-main-Debug-2c4e29ecbe0f81b27a05.json", - "name" : "sfml-main", - "projectIndex" : 1 - }, - { - "directoryIndex" : 6, - "id" : "sfml-network::@d7f79968b2699e7782cb", - "jsonFile" : "target-sfml-network-Debug-8420b49f951f1ab0ddb9.json", - "name" : "sfml-network", - "projectIndex" : 1 - }, - { - "directoryIndex" : 3, - "id" : "sfml-system::@8cb1db2982443611e568", - "jsonFile" : "target-sfml-system-Debug-99b870f8ca3bbfcc38d3.json", - "name" : "sfml-system", - "projectIndex" : 1 - }, - { - "directoryIndex" : 5, - "id" : "sfml-window::@5730451e331e3690ae65", - "jsonFile" : "target-sfml-window-Debug-21a6d77cd38eb1cd146c.json", - "name" : "sfml-window", - "projectIndex" : 1 - }, - { - "directoryIndex" : 16, - "id" : "vorbis::@692b0ee2b61df6760d20", - "jsonFile" : "target-vorbis-Debug-df928f77e59c4f692b59.json", - "name" : "vorbis", - "projectIndex" : 5 - }, - { - "directoryIndex" : 16, - "id" : "vorbisenc::@692b0ee2b61df6760d20", - "jsonFile" : "target-vorbisenc-Debug-39f148f349ffc01ccbdc.json", - "name" : "vorbisenc", - "projectIndex" : 5 - }, - { - "directoryIndex" : 16, - "id" : "vorbisfile::@692b0ee2b61df6760d20", - "jsonFile" : "target-vorbisfile-Debug-9e45b7d44044176c74c8.json", - "name" : "vorbisfile", - "projectIndex" : 5 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build", - "source" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata" - }, - "version" : - { - "major" : 2, - "minor" : 7 - } -} diff --git a/build/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json b/build/.cmake/api/v1/reply/directory-.-Debug-9ad1a58d4644cf6543fa.json similarity index 72% rename from build/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json rename to build/.cmake/api/v1/reply/directory-.-Debug-9ad1a58d4644cf6543fa.json index 3a67af9..94696ff 100644 --- a/build/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json +++ b/build/.cmake/api/v1/reply/directory-.-Debug-9ad1a58d4644cf6543fa.json @@ -5,6 +5,11 @@ "files" : [], "nodes" : [] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, "installers" : [], "paths" : { diff --git a/build/.cmake/api/v1/reply/directory-_deps.flac-build-Debug-c24739fdc1f05bf5344b.json b/build/.cmake/api/v1/reply/directory-_deps.flac-build-Debug-c24739fdc1f05bf5344b.json deleted file mode 100644 index a9728d0..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.flac-build-Debug-c24739fdc1f05bf5344b.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install" - ], - "files" : - [ - "build/_deps/flac-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 242, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 254, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 259, - "parent" : 0 - } - ] - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "lib/cmake/FLAC", - "exportName" : "targets", - "exportTargets" : - [ - { - "id" : "FLAC::@d572677c3819035d9b3d", - "index" : 0 - } - ], - "paths" : - [ - "_deps/flac-build/CMakeFiles/Export/baf7b64a9c1b56d368d1c4c52c93ff8a/targets.cmake" - ], - "type" : "export" - }, - { - "backtrace" : 2, - "component" : "Unspecified", - "destination" : "lib/cmake/FLAC", - "paths" : - [ - "build/_deps/flac-build/flac-config.cmake", - "build/_deps/flac-build/flac-config-version.cmake" - ], - "type" : "file" - }, - { - "backtrace" : 3, - "component" : "Unspecified", - "destination" : "lib/cmake/FLAC", - "paths" : - [ - "build/_deps/flac-build/flac-config.cmake", - "build/_deps/flac-build/flac-config-version.cmake" - ], - "type" : "file" - } - ], - "paths" : - { - "build" : "_deps/flac-build", - "source" : "build/_deps/flac-src" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.flac-build.microbench-Debug-ebc5923c3599b4f464c5.json b/build/.cmake/api/v1/reply/directory-_deps.flac-build.microbench-Debug-ebc5923c3599b4f464c5.json deleted file mode 100644 index 25b56ba..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.flac-build.microbench-Debug-ebc5923c3599b4f464c5.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : "_deps/flac-build/microbench", - "source" : "build/_deps/flac-src/microbench" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.flac-build.src-Debug-1d4dfeeba802ece90ca9.json b/build/.cmake/api/v1/reply/directory-_deps.flac-build.src-Debug-1d4dfeeba802ece90ca9.json deleted file mode 100644 index aca10d1..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.flac-build.src-Debug-1d4dfeeba802ece90ca9.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : "_deps/flac-build/src", - "source" : "build/_deps/flac-src/src" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.flac-build.src.libFLAC-Debug-a719ae2ad27bb873d72d.json b/build/.cmake/api/v1/reply/directory-_deps.flac-build.src.libFLAC-Debug-a719ae2ad27bb873d72d.json deleted file mode 100644 index fb84897..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.flac-build.src.libFLAC-Debug-a719ae2ad27bb873d72d.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install" - ], - "files" : - [ - "build/_deps/flac-src/src/libFLAC/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 113, - "parent" : 0 - } - ] - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/libFLACd.a" - ], - "targetId" : "FLAC::@d572677c3819035d9b3d", - "targetIndex" : 0, - "type" : "target" - } - ], - "paths" : - { - "build" : "_deps/flac-build/src/libFLAC", - "source" : "build/_deps/flac-src/src/libFLAC" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.freetype-build-Debug-4e7fb44fc5badcffdb4f.json b/build/.cmake/api/v1/reply/directory-_deps.freetype-build-Debug-4e7fb44fc5badcffdb4f.json deleted file mode 100644 index aabefe4..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.freetype-build-Debug-4e7fb44fc5badcffdb4f.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install" - ], - "files" : - [ - "build/_deps/freetype-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 631, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 639, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 644, - "parent" : 0 - } - ] - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/libfreetyped.a" - ], - "targetId" : "freetype::@d06f9f5ffc3cc0b4bd77", - "targetIndex" : 2, - "type" : "target" - }, - { - "backtrace" : 2, - "component" : "headers", - "destination" : "lib/cmake/freetype", - "exportName" : "freetype-targets", - "exportTargets" : - [ - { - "id" : "freetype::@d06f9f5ffc3cc0b4bd77", - "index" : 2 - }, - { - "id" : "freetype-interface::@d06f9f5ffc3cc0b4bd77", - "index" : 0 - } - ], - "paths" : - [ - "_deps/freetype-build/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake" - ], - "type" : "export" - }, - { - "backtrace" : 3, - "component" : "headers", - "destination" : "lib/cmake/freetype", - "paths" : - [ - "build/_deps/freetype-build/freetype-config-version.cmake" - ], - "type" : "file" - } - ], - "paths" : - { - "build" : "_deps/freetype-build", - "source" : "build/_deps/freetype-src" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.glm-build-Debug-935468e39a55af38ff33.json b/build/.cmake/api/v1/reply/directory-_deps.glm-build-Debug-c62d847c2156f7f8634f.json similarity index 75% rename from build/.cmake/api/v1/reply/directory-_deps.glm-build-Debug-935468e39a55af38ff33.json rename to build/.cmake/api/v1/reply/directory-_deps.glm-build-Debug-c62d847c2156f7f8634f.json index ab4d9d3..d186d42 100644 --- a/build/.cmake/api/v1/reply/directory-_deps.glm-build-Debug-935468e39a55af38ff33.json +++ b/build/.cmake/api/v1/reply/directory-_deps.glm-build-Debug-c62d847c2156f7f8634f.json @@ -5,6 +5,11 @@ "files" : [], "nodes" : [] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, "installers" : [], "paths" : { diff --git a/build/.cmake/api/v1/reply/directory-_deps.glm-build.glm-Debug-ae6a6ae02e317224d57b.json b/build/.cmake/api/v1/reply/directory-_deps.glm-build.glm-Debug-ee2f18c9a18ae24a8c8e.json similarity index 76% rename from build/.cmake/api/v1/reply/directory-_deps.glm-build.glm-Debug-ae6a6ae02e317224d57b.json rename to build/.cmake/api/v1/reply/directory-_deps.glm-build.glm-Debug-ee2f18c9a18ae24a8c8e.json index 233aff8..96c8a9c 100644 --- a/build/.cmake/api/v1/reply/directory-_deps.glm-build.glm-Debug-ae6a6ae02e317224d57b.json +++ b/build/.cmake/api/v1/reply/directory-_deps.glm-build.glm-Debug-ee2f18c9a18ae24a8c8e.json @@ -5,6 +5,11 @@ "files" : [], "nodes" : [] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, "installers" : [], "paths" : { 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 new file mode 100644 index 0000000..7e9913d --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-_deps.imgui-sfml-build-Debug-c0058f26c81670b734d6.json @@ -0,0 +1,93 @@ +{ + "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.ogg-build-Debug-a6bb94daf2f512cf5594.json b/build/.cmake/api/v1/reply/directory-_deps.ogg-build-Debug-a6bb94daf2f512cf5594.json deleted file mode 100644 index 71084ce..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.ogg-build-Debug-a6bb94daf2f512cf5594.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install" - ], - "files" : - [ - "build/_deps/ogg-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 122, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 135, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 152, - "parent" : 0 - } - ] - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/liboggd.a" - ], - "targetId" : "ogg::@4e5ed7d02827854e35f8", - "targetIndex" : 5, - "type" : "target" - }, - { - "backtrace" : 2, - "component" : "Unspecified", - "destination" : "lib/cmake/Ogg", - "exportName" : "OggTargets", - "exportTargets" : - [ - { - "id" : "ogg::@4e5ed7d02827854e35f8", - "index" : 5 - } - ], - "paths" : - [ - "_deps/ogg-build/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake" - ], - "type" : "export" - }, - { - "backtrace" : 3, - "component" : "Unspecified", - "destination" : "lib/cmake/Ogg", - "paths" : - [ - "build/_deps/ogg-build/OggConfig.cmake", - "build/_deps/ogg-build/OggConfigVersion.cmake" - ], - "type" : "file" - } - ], - "paths" : - { - "build" : "_deps/ogg-build", - "source" : "build/_deps/ogg-src" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-1a80d5472b4a682d8498.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-f18c22a3e3ebfe4df823.json similarity index 70% rename from build/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-1a80d5472b4a682d8498.json rename to build/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-f18c22a3e3ebfe4df823.json index c0df095..c646df4 100644 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-1a80d5472b4a682d8498.json +++ b/build/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-f18c22a3e3ebfe4df823.json @@ -16,6 +16,42 @@ { "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, @@ -50,50 +86,109 @@ "command" : 0, "file" : 1, "line" : 442, - "parent" : 5 + "parent" : 11 }, { "command" : 0, "file" : 1, "line" : 442, - "parent" : 5 + "parent" : 11 }, { "command" : 0, "file" : 1, "line" : 442, - "parent" : 5 + "parent" : 11 }, { "command" : 0, "file" : 1, "line" : 442, - "parent" : 5 + "parent" : 11 }, { "command" : 0, "file" : 1, "line" : 442, - "parent" : 5 - }, - { - "command" : 0, - "file" : 1, - "line" : 442, - "parent" : 5 + "parent" : 11 }, { "command" : 0, "file" : 1, "line" : 447, - "parent" : 5 + "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" : @@ -106,7 +201,7 @@ "type" : "directory" }, { - "backtrace" : 2, + "backtrace" : 8, "component" : "devel", "destination" : "lib/cmake/SFML", "paths" : @@ -119,7 +214,7 @@ "type" : "directory" }, { - "backtrace" : 3, + "backtrace" : 9, "component" : "Unspecified", "destination" : "share/doc/SFML", "paths" : @@ -129,7 +224,7 @@ "type" : "file" }, { - "backtrace" : 4, + "backtrace" : 10, "component" : "Unspecified", "destination" : "share/doc/SFML", "paths" : @@ -139,7 +234,7 @@ "type" : "file" }, { - "backtrace" : 6, + "backtrace" : 12, "component" : "Unspecified", "destination" : "lib/cmake/SFML", "exportName" : "SFMLSystemStaticTargets", @@ -147,7 +242,7 @@ [ { "id" : "sfml-system::@8cb1db2982443611e568", - "index" : 10 + "index" : 6 } ], "paths" : @@ -157,25 +252,7 @@ "type" : "export" }, { - "backtrace" : 7, - "component" : "Unspecified", - "destination" : "lib/cmake/SFML", - "exportName" : "SFMLMainStaticTargets", - "exportTargets" : - [ - { - "id" : "sfml-main::@81ec5539f1398dd625f6", - "index" : 8 - } - ], - "paths" : - [ - "_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLMainStaticTargets.cmake" - ], - "type" : "export" - }, - { - "backtrace" : 8, + "backtrace" : 13, "component" : "Unspecified", "destination" : "lib/cmake/SFML", "exportName" : "SFMLWindowStaticTargets", @@ -183,7 +260,7 @@ [ { "id" : "sfml-window::@5730451e331e3690ae65", - "index" : 11 + "index" : 7 } ], "paths" : @@ -193,7 +270,7 @@ "type" : "export" }, { - "backtrace" : 9, + "backtrace" : 14, "component" : "Unspecified", "destination" : "lib/cmake/SFML", "exportName" : "SFMLNetworkStaticTargets", @@ -201,7 +278,7 @@ [ { "id" : "sfml-network::@d7f79968b2699e7782cb", - "index" : 9 + "index" : 5 } ], "paths" : @@ -211,7 +288,7 @@ "type" : "export" }, { - "backtrace" : 10, + "backtrace" : 15, "component" : "Unspecified", "destination" : "lib/cmake/SFML", "exportName" : "SFMLGraphicsStaticTargets", @@ -219,7 +296,7 @@ [ { "id" : "sfml-graphics::@98af38147d5fa7e70f61", - "index" : 7 + "index" : 4 } ], "paths" : @@ -229,7 +306,7 @@ "type" : "export" }, { - "backtrace" : 11, + "backtrace" : 16, "component" : "Unspecified", "destination" : "lib/cmake/SFML", "exportName" : "SFMLAudioStaticTargets", @@ -237,7 +314,7 @@ [ { "id" : "sfml-audio::@a153e5727587c53fce98", - "index" : 6 + "index" : 3 } ], "paths" : @@ -247,7 +324,7 @@ "type" : "export" }, { - "backtrace" : 12, + "backtrace" : 17, "component" : "devel", "destination" : "lib/cmake/SFML", "paths" : diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-ce43665c07032d56571e.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-b8705e603666374ba002.json similarity index 77% rename from build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-ce43665c07032d56571e.json rename to build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-b8705e603666374ba002.json index f91b239..f4ef8e8 100644 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-ce43665c07032d56571e.json +++ b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-b8705e603666374ba002.json @@ -5,6 +5,11 @@ "files" : [], "nodes" : [] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, "installers" : [], "paths" : { diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-6de2257221629af261b1.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-1a575cacaeb2de3ac37f.json similarity index 93% rename from build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-6de2257221629af261b1.json rename to build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-1a575cacaeb2de3ac37f.json index ad4d2c0..b95a6ec 100644 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-6de2257221629af261b1.json +++ b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-1a575cacaeb2de3ac37f.json @@ -36,6 +36,11 @@ } ] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, "installers" : [ { @@ -47,7 +52,7 @@ "_deps/sfml-build/lib/libsfml-audio-s-d.a" ], "targetId" : "sfml-audio::@a153e5727587c53fce98", - "targetIndex" : 6, + "targetIndex" : 3, "type" : "target" }, { diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-a5fc5ba2ce80bc369ab4.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-1be0f2c94edc4a8309b8.json similarity index 93% rename from build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-a5fc5ba2ce80bc369ab4.json rename to build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-1be0f2c94edc4a8309b8.json index cfe9999..75acb4b 100644 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-a5fc5ba2ce80bc369ab4.json +++ b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-1be0f2c94edc4a8309b8.json @@ -36,6 +36,11 @@ } ] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, "installers" : [ { @@ -47,7 +52,7 @@ "_deps/sfml-build/lib/libsfml-graphics-s-d.a" ], "targetId" : "sfml-graphics::@98af38147d5fa7e70f61", - "targetIndex" : 7, + "targetIndex" : 4, "type" : "target" }, { diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Main-Debug-65c53ab35cff307be5a3.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Main-Debug-65c53ab35cff307be5a3.json deleted file mode 100644 index 9a030a3..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Main-Debug-65c53ab35cff307be5a3.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install", - "sfml_add_library" - ], - "files" : - [ - "build/_deps/sfml-src/cmake/Macros.cmake", - "build/_deps/sfml-src/src/SFML/Main/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 16, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 232, - "parent" : 1 - } - ] - }, - "installers" : - [ - { - "backtrace" : 2, - "component" : "devel", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/libsfml-main-s-d.a" - ], - "targetId" : "sfml-main::@81ec5539f1398dd625f6", - "targetIndex" : 8, - "type" : "target" - } - ], - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Main", - "source" : "build/_deps/sfml-src/src/SFML/Main" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Network-Debug-3ff6a78e6fdec9aa59b8.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Network-Debug-04cdcff929f46ecd6380.json similarity index 90% rename from build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Network-Debug-3ff6a78e6fdec9aa59b8.json rename to build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Network-Debug-04cdcff929f46ecd6380.json index e03f930..056e285 100644 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Network-Debug-3ff6a78e6fdec9aa59b8.json +++ b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Network-Debug-04cdcff929f46ecd6380.json @@ -30,6 +30,11 @@ } ] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, "installers" : [ { @@ -41,7 +46,7 @@ "_deps/sfml-build/lib/libsfml-network-s-d.a" ], "targetId" : "sfml-network::@d7f79968b2699e7782cb", - "targetIndex" : 9, + "targetIndex" : 5, "type" : "target" } ], diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-03ccc1777f3d48c79911.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-61abf4a8919415ad2100.json similarity index 93% rename from build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-03ccc1777f3d48c79911.json rename to build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-61abf4a8919415ad2100.json index f3a954f..4a22928 100644 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-03ccc1777f3d48c79911.json +++ b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-61abf4a8919415ad2100.json @@ -36,6 +36,11 @@ } ] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, "installers" : [ { @@ -47,7 +52,7 @@ "_deps/sfml-build/lib/libsfml-system-s-d.a" ], "targetId" : "sfml-system::@8cb1db2982443611e568", - "targetIndex" : 10, + "targetIndex" : 6, "type" : "target" }, { diff --git a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-2564d4b7dc0f91b7fcdd.json b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-82b71fd7ecf90bbcba4a.json similarity index 93% rename from build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-2564d4b7dc0f91b7fcdd.json rename to build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-82b71fd7ecf90bbcba4a.json index edd3782..868810f 100644 --- a/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-2564d4b7dc0f91b7fcdd.json +++ b/build/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-82b71fd7ecf90bbcba4a.json @@ -36,6 +36,11 @@ } ] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, "installers" : [ { @@ -47,7 +52,7 @@ "_deps/sfml-build/lib/libsfml-window-s-d.a" ], "targetId" : "sfml-window::@5730451e331e3690ae65", - "targetIndex" : 11, + "targetIndex" : 7, "type" : "target" }, { diff --git a/build/.cmake/api/v1/reply/directory-_deps.vorbis-build-Debug-d0d3f7f6a15b4cebe23e.json b/build/.cmake/api/v1/reply/directory-_deps.vorbis-build-Debug-d0d3f7f6a15b4cebe23e.json deleted file mode 100644 index 212b22e..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.vorbis-build-Debug-d0d3f7f6a15b4cebe23e.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : "_deps/vorbis-build", - "source" : "build/_deps/vorbis-src" - } -} diff --git a/build/.cmake/api/v1/reply/directory-_deps.vorbis-build.lib-Debug-ab0e0463d28264055dff.json b/build/.cmake/api/v1/reply/directory-_deps.vorbis-build.lib-Debug-ab0e0463d28264055dff.json deleted file mode 100644 index 96f29d3..0000000 --- a/build/.cmake/api/v1/reply/directory-_deps.vorbis-build.lib-Debug-ab0e0463d28264055dff.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install" - ], - "files" : - [ - "build/_deps/vorbis-src/lib/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 117, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 129, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 145, - "parent" : 0 - } - ] - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/libvorbisd.a" - ], - "targetId" : "vorbis::@692b0ee2b61df6760d20", - "targetIndex" : 12, - "type" : "target" - }, - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/libvorbisencd.a" - ], - "targetId" : "vorbisenc::@692b0ee2b61df6760d20", - "targetIndex" : 13, - "type" : "target" - }, - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "lib", - "paths" : - [ - "_deps/sfml-build/lib/libvorbisfiled.a" - ], - "targetId" : "vorbisfile::@692b0ee2b61df6760d20", - "targetIndex" : 14, - "type" : "target" - }, - { - "backtrace" : 2, - "component" : "Unspecified", - "destination" : "lib/cmake/Vorbis", - "exportName" : "VorbisTargets", - "exportTargets" : - [ - { - "id" : "vorbis::@692b0ee2b61df6760d20", - "index" : 12 - }, - { - "id" : "vorbisenc::@692b0ee2b61df6760d20", - "index" : 13 - }, - { - "id" : "vorbisfile::@692b0ee2b61df6760d20", - "index" : 14 - } - ], - "paths" : - [ - "_deps/vorbis-build/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake" - ], - "type" : "export" - }, - { - "backtrace" : 3, - "component" : "Unspecified", - "destination" : "lib/cmake/Vorbis", - "paths" : - [ - "build/_deps/vorbis-build/VorbisConfig.cmake", - "build/_deps/vorbis-build/VorbisConfigVersion.cmake" - ], - "type" : "file" - } - ], - "paths" : - { - "build" : "_deps/vorbis-build/lib", - "source" : "build/_deps/vorbis-src/lib" - } -} diff --git a/build/.cmake/api/v1/reply/index-2026-06-02T08-59-28-0648.json b/build/.cmake/api/v1/reply/index-2026-06-04T16-14-38-0131.json similarity index 62% rename from build/.cmake/api/v1/reply/index-2026-06-02T08-59-28-0648.json rename to build/.cmake/api/v1/reply/index-2026-06-04T16-14-38-0131.json index 9d1d022..7dc5a6b 100644 --- a/build/.cmake/api/v1/reply/index-2026-06-02T08-59-28-0648.json +++ b/build/.cmake/api/v1/reply/index-2026-06-04T16-14-38-0131.json @@ -4,38 +4,38 @@ "generator" : { "multiConfig" : false, - "name" : "MinGW Makefiles" + "name" : "Unix Makefiles" }, "paths" : { - "cmake" : "C:/Program Files/CMake/bin/cmake.exe", - "cpack" : "C:/Program Files/CMake/bin/cpack.exe", - "ctest" : "C:/Program Files/CMake/bin/ctest.exe", - "root" : "C:/Program Files/CMake/share/cmake-3.31" + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake-4.2" }, "version" : { "isDirty" : false, - "major" : 3, - "minor" : 31, - "patch" : 12, - "string" : "3.31.12", + "major" : 4, + "minor" : 2, + "patch" : 3, + "string" : "4.2.3", "suffix" : "" } }, "objects" : [ { - "jsonFile" : "codemodel-v2-290884aea50f77061a71.json", + "jsonFile" : "codemodel-v2-1d54dc62b65d9b1e65df.json", "kind" : "codemodel", "version" : { "major" : 2, - "minor" : 7 + "minor" : 9 } }, { - "jsonFile" : "cache-v2-edb9fc9126dde21cf804.json", + "jsonFile" : "cache-v2-374534acf1e5fd169877.json", "kind" : "cache", "version" : { @@ -44,7 +44,7 @@ } }, { - "jsonFile" : "cmakeFiles-v1-a545836b6d7338214a70.json", + "jsonFile" : "cmakeFiles-v1-e320a106f03fb9214dd8.json", "kind" : "cmakeFiles", "version" : { @@ -53,7 +53,7 @@ } }, { - "jsonFile" : "toolchains-v1-b98998d1392142ad84ed.json", + "jsonFile" : "toolchains-v1-f6f24f4dd93f5f594387.json", "kind" : "toolchains", "version" : { @@ -90,7 +90,7 @@ "responses" : [ { - "jsonFile" : "cache-v2-edb9fc9126dde21cf804.json", + "jsonFile" : "cache-v2-374534acf1e5fd169877.json", "kind" : "cache", "version" : { @@ -99,16 +99,16 @@ } }, { - "jsonFile" : "codemodel-v2-290884aea50f77061a71.json", + "jsonFile" : "codemodel-v2-1d54dc62b65d9b1e65df.json", "kind" : "codemodel", "version" : { "major" : 2, - "minor" : 7 + "minor" : 9 } }, { - "jsonFile" : "toolchains-v1-b98998d1392142ad84ed.json", + "jsonFile" : "toolchains-v1-f6f24f4dd93f5f594387.json", "kind" : "toolchains", "version" : { @@ -117,7 +117,7 @@ } }, { - "jsonFile" : "cmakeFiles-v1-a545836b6d7338214a70.json", + "jsonFile" : "cmakeFiles-v1-e320a106f03fb9214dd8.json", "kind" : "cmakeFiles", "version" : { diff --git a/build/.cmake/api/v1/reply/target-FLAC-Debug-0dbdc2a8040bb37d1a0d.json b/build/.cmake/api/v1/reply/target-FLAC-Debug-0dbdc2a8040bb37d1a0d.json deleted file mode 100644 index 5fbc5d9..0000000 --- a/build/.cmake/api/v1/reply/target-FLAC-Debug-0dbdc2a8040bb37d1a0d.json +++ /dev/null @@ -1,678 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/libFLACd.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "install", - "target_link_libraries", - "add_compile_options", - "target_compile_options", - "target_compile_definitions", - "add_definitions", - "sfml_add_audio_dependencies", - "include", - "include_directories" - ], - "files" : - [ - "build/_deps/flac-src/src/libFLAC/CMakeLists.txt", - "build/_deps/flac-src/CMakeLists.txt", - "build/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt", - "build/_deps/flac-src/cmake/UseSystemExtensions.cmake" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 37, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 113, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 90, - "parent" : 0 - }, - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 168, - "parent" : 4 - }, - { - "command" : 4, - "file" : 0, - "line" : 107, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 79, - "parent" : 0 - }, - { - "command" : 6, - "file" : 1, - "line" : 198, - "parent" : 4 - }, - { - "command" : 6, - "file" : 1, - "line" : 190, - "parent" : 4 - }, - { - "file" : 2 - }, - { - "command" : 7, - "file" : 2, - "line" : 159, - "parent" : 10 - }, - { - "command" : 5, - "file" : 2, - "line" : 147, - "parent" : 11 - }, - { - "command" : 8, - "file" : 1, - "line" : 107, - "parent" : 4 - }, - { - "file" : 3, - "parent" : 13 - }, - { - "command" : 6, - "file" : 3, - "line" : 54, - "parent" : 14 - }, - { - "command" : 9, - "file" : 1, - "line" : 187, - "parent" : 4 - }, - { - "command" : 9, - "file" : 1, - "line" : 189, - "parent" : 4 - }, - { - "command" : 9, - "file" : 0, - "line" : 35, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -Winline -g" - }, - { - "backtrace" : 5, - "fragment" : "-Wdeclaration-after-statement" - }, - { - "backtrace" : 6, - "fragment" : "-fassociative-math" - }, - { - "backtrace" : 6, - "fragment" : "-fno-signed-zeros" - }, - { - "backtrace" : 6, - "fragment" : "-fno-trapping-math" - }, - { - "backtrace" : 6, - "fragment" : "-freciprocal-math" - } - ], - "defines" : - [ - { - "backtrace" : 7, - "define" : "FLAC__NO_DLL" - }, - { - "backtrace" : 8, - "define" : "FLAC__OVERFLOW_DETECT" - }, - { - "backtrace" : 9, - "define" : "HAVE_CONFIG_H" - }, - { - "backtrace" : 12, - "define" : "NDEBUG" - }, - { - "backtrace" : 15, - "define" : "_DARWIN_C_SOURCE" - }, - { - "backtrace" : 15, - "define" : "_POSIX_PTHREAD_SEMANTICS" - }, - { - "backtrace" : 15, - "define" : "_TANDEM_SOURCE" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_IEC_60559_BFP_EXT__" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_IEC_60559_DFP_EXT__" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_IEC_60559_FUNCS_EXT__" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_IEC_60559_TYPES_EXT__" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_LIB_EXT2__" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_MATH_SPEC_FUNCS__" - } - ], - "includes" : - [ - { - "backtrace" : 16, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-src/include" - }, - { - "backtrace" : 17, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-build" - }, - { - "backtrace" : 18, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-src/src/libFLAC/include" - }, - { - "backtrace" : 3, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-src/include" - }, - { - "backtrace" : 3, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-build/include" - } - ], - "language" : "C", - "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, - 29, - 31, - 32, - 33, - 34, - 35 - ] - }, - { - "defines" : - [ - { - "backtrace" : 7, - "define" : "FLAC__NO_DLL" - }, - { - "backtrace" : 8, - "define" : "FLAC__OVERFLOW_DETECT" - }, - { - "backtrace" : 9, - "define" : "HAVE_CONFIG_H" - }, - { - "backtrace" : 12, - "define" : "NDEBUG" - }, - { - "backtrace" : 15, - "define" : "_DARWIN_C_SOURCE" - }, - { - "backtrace" : 15, - "define" : "_POSIX_PTHREAD_SEMANTICS" - }, - { - "backtrace" : 15, - "define" : "_TANDEM_SOURCE" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_IEC_60559_BFP_EXT__" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_IEC_60559_DFP_EXT__" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_IEC_60559_FUNCS_EXT__" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_IEC_60559_TYPES_EXT__" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_LIB_EXT2__" - }, - { - "backtrace" : 15, - "define" : "__STDC_WANT_MATH_SPEC_FUNCS__" - } - ], - "includes" : - [ - { - "backtrace" : 16, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-src/include" - }, - { - "backtrace" : 17, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-build" - }, - { - "backtrace" : 18, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-src/src/libFLAC/include" - }, - { - "backtrace" : 3, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-src/include" - }, - { - "backtrace" : 3, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-build/include" - } - ], - "language" : "RC", - "sourceIndexes" : - [ - 28 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 3, - "id" : "ogg::@4e5ed7d02827854e35f8" - } - ], - "folder" : - { - "name" : "Dependencies" - }, - "id" : "FLAC::@d572677c3819035d9b3d", - "install" : - { - "destinations" : - [ - { - "backtrace" : 2, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" - } - }, - "name" : "FLAC", - "nameOnDisk" : "libFLACd.a", - "paths" : - { - "build" : "_deps/flac-build/src/libFLAC", - "source" : "build/_deps/flac-src/src/libFLAC" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "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, - 31, - 32, - 33, - 34, - 35 - ] - }, - { - "name" : "Header Files", - "sourceIndexes" : - [ - 30 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/bitmath.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/bitreader.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/bitwriter.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/cpu.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/crc.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/fixed.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/fixed_intrin_sse2.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/fixed_intrin_ssse3.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/fixed_intrin_sse42.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/fixed_intrin_avx2.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/float.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/format.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/lpc.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/lpc_intrin_neon.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/lpc_intrin_sse2.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/lpc_intrin_sse41.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/lpc_intrin_avx2.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/lpc_intrin_fma.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/md5.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/memory.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/metadata_iterators.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/metadata_object.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/stream_decoder.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/stream_encoder.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/stream_encoder_intrin_sse2.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/stream_encoder_intrin_ssse3.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/stream_encoder_intrin_avx2.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/stream_encoder_framing.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "build/_deps/flac-src/src/libFLAC/version.rc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/window.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/flac-src/include/share/win_utf8_io.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/share/win_utf8_io/win_utf8_io.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/ogg_decoder_aspect.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/ogg_encoder_aspect.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/ogg_helper.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/src/libFLAC/ogg_mapping.c", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} 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 new file mode 100644 index 0000000..37fb101 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-FLAC__FLAC-Debug-e560b9c5f8597c303585.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..2a7c295 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-Git__Git-Debug-df32a2f1d278c655bfa1.json @@ -0,0 +1,103 @@ +{ + "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 new file mode 100644 index 0000000..0106964 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-ImGui-SFML-Debug-d20be85d0ec1cf49fb52.json @@ -0,0 +1,258 @@ +{ + "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 new file mode 100644 index 0000000..cdbde20 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-Ogg__ogg-Debug-38afb44201cf19b3959b.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..7d5a32c --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__EGL-Debug-1eafe621f35368334c4c.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..da813ca --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__EGL-Debug-abfd1fdd4e1142027081.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..f8ffcd8 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__GL-Debug-96c8225cd79f6d1ae87e.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..d27eb31 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__GL-Debug-a613dbc09f67e0e774ec.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..a2ae07e --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__GLES2-Debug-11d40884ae630f984f8d.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..ed92519 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__GLES2-Debug-a7b9a9a6ec04d46547f0.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..b99dc7d --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__GLES3-Debug-7b20d6a73c8cf3713b5a.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..a365e2f --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__GLES3-Debug-c41e6782f58f861bac0b.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..1f1daaa --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__GLX-Debug-1e52290cc86dcac7cd72.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..d97db69 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__GLX-Debug-aa5caeb0914c0bfa4a56.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..38c1be4 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__OpenGL-Debug-5223362217b07b6824ea.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..13ab9bc --- /dev/null +++ b/build/.cmake/api/v1/reply/target-OpenGL__OpenGL-Debug-8451dadc80157c9e46f4.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..9bf91a1 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-Threads__Threads-Debug-889151eb028bbc41d946.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..874a273 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-Threads__Threads-Debug-9ea92c2085aa17147a88.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..dd50912 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-UDev__UDev-Debug-e379187ab39d3a8ad286.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..463d990 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-Vorbis__vorbis-Debug-50684f40f7a46dd31d91.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..e5c060a --- /dev/null +++ b/build/.cmake/api/v1/reply/target-Vorbis__vorbisenc-Debug-15e0eff3ca1f1fed892c.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..681a7df --- /dev/null +++ b/build/.cmake/api/v1/reply/target-Vorbis__vorbisfile-Debug-35962945b39b7ac334ea.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..6594a91 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__X11-Debug-4f94064466fa5fa78e3a.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..13b7b5c --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__Xau-Debug-c21b24fa65fce0f293d7.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..9c86045 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__Xcursor-Debug-6522ca02eee17eaca358.json @@ -0,0 +1,92 @@ +{ + "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 new file mode 100644 index 0000000..c98e0f9 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__Xdmcp-Debug-52b97852a42b55bedb1a.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..3e89fbe --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__Xext-Debug-5b585d10af58b8b168d7.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..cc88490 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__Xfixes-Debug-7ada44a915a424296d47.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..cb067f9 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__Xi-Debug-fab7da59ffd4b0e8b11c.json @@ -0,0 +1,84 @@ +{ + "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 new file mode 100644 index 0000000..009ab9e --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__Xkb-Debug-d113f37b5a741649fb6d.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..220c493 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__Xrandr-Debug-daf27e2e51fb1c43c14d.json @@ -0,0 +1,92 @@ +{ + "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 new file mode 100644 index 0000000..bf2a746 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__Xrender-Debug-63e677ce11d05e6b80aa.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..ce2a290 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__Xutil-Debug-4263cfd03b2b83349850.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..7b317fc --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__xcb-Debug-f44ff1863056cb751e4b.json @@ -0,0 +1,55 @@ +{ + "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 new file mode 100644 index 0000000..b17d565 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__xcb_composite-Debug-1452513d61c0184c3794.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..fb84dbb --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__xcb_render-Debug-af81c37a10599bebe3a1.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..f8955b2 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__xcb_shape-Debug-63574cad2a520fd2b4f7.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..f6c0d64 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__xcb_xfixes-Debug-689d0a6c1f4a3ecfc1fa.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..6b21196 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-X11__xkbcommon-Debug-1c0005b491d160993db4.json @@ -0,0 +1,55 @@ +{ + "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-benchmark_residual-Debug-3260ad5ef6f59731ddb6.json b/build/.cmake/api/v1/reply/target-benchmark_residual-Debug-3260ad5ef6f59731ddb6.json deleted file mode 100644 index cd57c9b..0000000 --- a/build/.cmake/api/v1/reply/target-benchmark_residual-Debug-3260ad5ef6f59731ddb6.json +++ /dev/null @@ -1,298 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "objs/benchmark_residual.exe" - }, - { - "path" : "objs/benchmark_residual.pdb" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "target_link_libraries", - "add_compile_options", - "add_definitions", - "include", - "include_directories", - "target_include_directories" - ], - "files" : - [ - "build/_deps/flac-src/microbench/CMakeLists.txt", - "build/_deps/flac-src/src/libFLAC/CMakeLists.txt", - "build/_deps/flac-src/CMakeLists.txt", - "build/_deps/flac-src/cmake/UseSystemExtensions.cmake" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 12, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 15, - "parent" : 0 - }, - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 88, - "parent" : 3 - }, - { - "command" : 1, - "file" : 1, - "line" : 90, - "parent" : 3 - }, - { - "file" : 2 - }, - { - "command" : 2, - "file" : 2, - "line" : 168, - "parent" : 6 - }, - { - "command" : 3, - "file" : 2, - "line" : 198, - "parent" : 6 - }, - { - "command" : 3, - "file" : 2, - "line" : 190, - "parent" : 6 - }, - { - "command" : 4, - "file" : 2, - "line" : 107, - "parent" : 6 - }, - { - "file" : 3, - "parent" : 10 - }, - { - "command" : 3, - "file" : 3, - "line" : 54, - "parent" : 11 - }, - { - "command" : 5, - "file" : 2, - "line" : 189, - "parent" : 6 - }, - { - "command" : 6, - "file" : 0, - "line" : 13, - "parent" : 0 - }, - { - "command" : 5, - "file" : 2, - "line" : 187, - "parent" : 6 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -Winline -g" - }, - { - "backtrace" : 7, - "fragment" : "-Wdeclaration-after-statement" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "FLAC__NO_DLL" - }, - { - "backtrace" : 8, - "define" : "FLAC__OVERFLOW_DETECT" - }, - { - "backtrace" : 9, - "define" : "HAVE_CONFIG_H" - }, - { - "backtrace" : 12, - "define" : "_DARWIN_C_SOURCE" - }, - { - "backtrace" : 12, - "define" : "_POSIX_PTHREAD_SEMANTICS" - }, - { - "backtrace" : 12, - "define" : "_TANDEM_SOURCE" - }, - { - "backtrace" : 12, - "define" : "__STDC_WANT_IEC_60559_BFP_EXT__" - }, - { - "backtrace" : 12, - "define" : "__STDC_WANT_IEC_60559_DFP_EXT__" - }, - { - "backtrace" : 12, - "define" : "__STDC_WANT_IEC_60559_FUNCS_EXT__" - }, - { - "backtrace" : 12, - "define" : "__STDC_WANT_IEC_60559_TYPES_EXT__" - }, - { - "backtrace" : 12, - "define" : "__STDC_WANT_LIB_EXT2__" - }, - { - "backtrace" : 12, - "define" : "__STDC_WANT_MATH_SPEC_FUNCS__" - } - ], - "includes" : - [ - { - "backtrace" : 13, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-build" - }, - { - "backtrace" : 14, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-src/src/libFLAC/include" - }, - { - "backtrace" : 15, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-src/include" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-src/include" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-build/include" - } - ], - "language" : "C", - "sourceIndexes" : - [ - 0, - 1 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 2, - "id" : "ogg::@4e5ed7d02827854e35f8" - }, - { - "backtrace" : 2, - "id" : "FLAC::@d572677c3819035d9b3d" - } - ], - "id" : "benchmark_residual::@3956ab943ce8cc4f6f98", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -Winline -g", - "role" : "flags" - }, - { - "fragment" : "", - "role" : "flags" - }, - { - "backtrace" : 2, - "fragment" : "..\\..\\sfml-build\\lib\\libFLACd.a", - "role" : "libraries" - }, - { - "backtrace" : 4, - "fragment" : "-lm", - "role" : "libraries" - }, - { - "backtrace" : 5, - "fragment" : "..\\..\\sfml-build\\lib\\liboggd.a", - "role" : "libraries" - }, - { - "fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32", - "role" : "libraries" - } - ], - "language" : "C" - }, - "name" : "benchmark_residual", - "nameOnDisk" : "benchmark_residual.exe", - "paths" : - { - "build" : "_deps/flac-build/microbench", - "source" : "build/_deps/flac-src/microbench" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/microbench/benchmark_residual.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/flac-src/microbench/util.c", - "sourceGroupIndex" : 0 - } - ], - "type" : "EXECUTABLE" -} diff --git a/build/.cmake/api/v1/reply/target-common-Debug-218bd0b585628ab5e130.json b/build/.cmake/api/v1/reply/target-common-Debug-218bd0b585628ab5e130.json new file mode 100644 index 0000000..d6fd414 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-common-Debug-218bd0b585628ab5e130.json @@ -0,0 +1,41 @@ +{ + "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-430173adcfb554f7fea9.json b/build/.cmake/api/v1/reply/target-freetype-Debug-430173adcfb554f7fea9.json deleted file mode 100644 index 225664b..0000000 --- a/build/.cmake/api/v1/reply/target-freetype-Debug-430173adcfb554f7fea9.json +++ /dev/null @@ -1,1010 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/libfreetyped.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "install", - "target_compile_definitions", - "target_include_directories" - ], - "files" : - [ - "build/_deps/freetype-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 454, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 631, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 465, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 469, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 484, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -fvisibility=hidden" - } - ], - "defines" : - [ - { - "backtrace" : 3, - "define" : "FT2_BUILD_LIBRARY" - }, - { - "backtrace" : 4, - "define" : "_CRT_NONSTDC_NO_WARNINGS" - }, - { - "backtrace" : 4, - "define" : "_CRT_SECURE_NO_WARNINGS" - } - ], - "includes" : - [ - { - "backtrace" : 5, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-build/include" - }, - { - "backtrace" : 5, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-src/include" - }, - { - "backtrace" : 5, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-build/include/freetype/config" - } - ], - "language" : "C", - "sourceIndexes" : - [ - 80, - 81, - 82, - 83, - 84, - 85, - 86, - 87, - 88, - 89, - 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 - ] - }, - { - "defines" : - [ - { - "backtrace" : 3, - "define" : "FT2_BUILD_LIBRARY" - }, - { - "backtrace" : 4, - "define" : "_CRT_NONSTDC_NO_WARNINGS" - }, - { - "backtrace" : 4, - "define" : "_CRT_SECURE_NO_WARNINGS" - } - ], - "includes" : - [ - { - "backtrace" : 5, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-build/include" - }, - { - "backtrace" : 5, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-src/include" - }, - { - "backtrace" : 5, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-build/include/freetype/config" - } - ], - "language" : "RC", - "sourceIndexes" : - [ - 122 - ] - } - ], - "folder" : - { - "name" : "Dependencies" - }, - "id" : "freetype::@d06f9f5ffc3cc0b4bd77", - "install" : - { - "destinations" : - [ - { - "backtrace" : 2, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" - } - }, - "name" : "freetype", - "nameOnDisk" : "libfreetyped.a", - "paths" : - { - "build" : "_deps/freetype-build", - "source" : "build/_deps/freetype-src" - }, - "sourceGroups" : - [ - { - "name" : "Header Files", - "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, - 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 - ] - }, - { - "name" : "Source Files", - "sourceIndexes" : - [ - 80, - 81, - 82, - 83, - 84, - 85, - 86, - 87, - 88, - 89, - 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 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/freetype.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftadvanc.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftbbox.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftbdf.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftbitmap.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftbzip2.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftcache.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftchapters.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftcid.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftcolor.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftdriver.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/fterrdef.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/fterrors.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftfntfmt.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftgasp.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftglyph.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftgxval.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftgzip.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftimage.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftincrem.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftlcdfil.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftlist.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftlogging.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftlzw.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftmac.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftmm.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftmodapi.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftmoderr.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftotval.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftoutln.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftparams.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftpfr.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftrender.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftsizes.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftsnames.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftstroke.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftsynth.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftsystem.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/fttrigon.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/fttypes.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ftwinfnt.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/otsvg.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/t1tables.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/ttnameid.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/tttables.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/tttags.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/ft2build.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/config/ftconfig.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/config/ftheader.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/config/ftmodule.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/config/ftoption.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/config/ftstdlib.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/config/integer-types.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/config/mac-support.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/config/public-macros.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/autohint.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/cffotypes.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/cfftypes.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/compiler-macros.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftcalc.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftdebug.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftdrv.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftgloadr.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/fthash.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftmemory.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftmmtypes.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftobjs.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftpsprop.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftrfork.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftserv.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftstream.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/fttrace.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/ftvalid.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/psaux.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/pshints.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/sfnt.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/svginterface.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/t1types.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/tttypes.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/freetype-src/include/freetype/internal/wofftypes.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/autofit/autofit.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftbase.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftbbox.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftbdf.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftbitmap.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftcid.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftfstype.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftgasp.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftglyph.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftgxval.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftinit.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftmm.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftotval.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftpatent.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftpfr.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftstroke.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftsynth.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/fttype1.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/base/ftwinfnt.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/bdf/bdf.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/bzip2/ftbzip2.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/cache/ftcache.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/cff/cff.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/cid/type1cid.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/gzip/ftgzip.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/lzw/ftlzw.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/pcf/pcf.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/pfr/pfr.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/psaux/psaux.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/pshinter/pshinter.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/psnames/psnames.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/raster/raster.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/sdf/sdf.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/sfnt/sfnt.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/smooth/smooth.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/svg/svg.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/truetype/truetype.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/type1/type1.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/type42/type42.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/src/winfonts/winfnt.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/builds/windows/ftsystem.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/freetype-src/builds/windows/ftdebug.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "build/_deps/freetype-src/src/base/ftver.rc", - "sourceGroupIndex" : 1 - } - ], - "type" : "STATIC_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 new file mode 100644 index 0000000..d4f314f --- /dev/null +++ b/build/.cmake/api/v1/reply/target-freetype-Debug-abdfbd050f0222558c4d.json @@ -0,0 +1,55 @@ +{ + "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-b40eb46a5bde08fbecd8.json b/build/.cmake/api/v1/reply/target-glm-Debug-244f6aa87d17e32353a7.json similarity index 98% rename from build/.cmake/api/v1/reply/target-glm-Debug-b40eb46a5bde08fbecd8.json rename to build/.cmake/api/v1/reply/target-glm-Debug-244f6aa87d17e32353a7.json index 266d60b..808a52b 100644 --- a/build/.cmake/api/v1/reply/target-glm-Debug-b40eb46a5bde08fbecd8.json +++ b/build/.cmake/api/v1/reply/target-glm-Debug-244f6aa87d17e32353a7.json @@ -37,6 +37,18 @@ } ] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, + "compileDependencies" : + [ + { + "backtrace" : 2, + "id" : "glm-header-only::@ce54d98d7b326a3e12a8" + } + ], "compileGroups" : [ { @@ -50,7 +62,7 @@ [ { "backtrace" : 2, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/glm-src" + "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/glm-src" } ], "language" : "CXX", @@ -61,6 +73,27 @@ } ], "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" : 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 new file mode 100644 index 0000000..ea1088d --- /dev/null +++ b/build/.cmake/api/v1/reply/target-glm-header-only-Debug-ba11e7860c401de4a955.json @@ -0,0 +1,41 @@ +{ + "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-mainV4-Debug-5425fbbbfc48cb1dc18b.json b/build/.cmake/api/v1/reply/target-mainV4-Debug-5425fbbbfc48cb1dc18b.json deleted file mode 100644 index 39230ab..0000000 --- a/build/.cmake/api/v1/reply/target-mainV4-Debug-5425fbbbfc48cb1dc18b.json +++ /dev/null @@ -1,289 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "bin/mainV4.exe" - }, - { - "path" : "bin/mainV4.pdb" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "target_link_libraries" - ], - "files" : - [ - "CMakeLists.txt", - "build/_deps/sfml-src/src/SFML/Graphics/CMakeLists.txt", - "build/_deps/sfml-src/src/SFML/Window/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 29, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 31, - "parent" : 0 - }, - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 93, - "parent" : 3 - }, - { - "file" : 2 - }, - { - "command" : 1, - "file" : 2, - "line" : 283, - "parent" : 5 - }, - { - "command" : 1, - "file" : 2, - "line" : 312, - "parent" : 5 - }, - { - "command" : 1, - "file" : 2, - "line" : 327, - "parent" : 5 - }, - { - "command" : 1, - "file" : 1, - "line" : 156, - "parent" : 3 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "SFML_STATIC" - } - ], - "includes" : - [ - { - "backtrace" : 2, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/glm-src" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 2, - "id" : "sfml-system::@8cb1db2982443611e568" - }, - { - "backtrace" : 2, - "id" : "sfml-graphics::@98af38147d5fa7e70f61" - }, - { - "backtrace" : 2, - "id" : "sfml-window::@5730451e331e3690ae65" - }, - { - "backtrace" : 2, - "id" : "freetype::@d06f9f5ffc3cc0b4bd77" - }, - { - "backtrace" : 2, - "id" : "glm::@ce54d98d7b326a3e12a8" - } - ], - "id" : "mainV4::@6890427a1f51a3e7e1df", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-g", - "role" : "flags" - }, - { - "fragment" : "", - "role" : "flags" - }, - { - "backtrace" : 2, - "fragment" : "_deps\\sfml-build\\lib\\libsfml-graphics-s-d.a", - "role" : "libraries" - }, - { - "backtrace" : 2, - "fragment" : "_deps\\glm-build\\glm\\libglm.a", - "role" : "libraries" - }, - { - "backtrace" : 4, - "fragment" : "_deps\\sfml-build\\lib\\libsfml-window-s-d.a", - "role" : "libraries" - }, - { - "backtrace" : 6, - "fragment" : "_deps\\sfml-build\\lib\\libsfml-system-s-d.a", - "role" : "libraries" - }, - { - "backtrace" : 7, - "fragment" : "-lopengl32", - "role" : "libraries" - }, - { - "backtrace" : 8, - "fragment" : "-lwinmm", - "role" : "libraries" - }, - { - "backtrace" : 8, - "fragment" : "-lgdi32", - "role" : "libraries" - }, - { - "backtrace" : 9, - "fragment" : "_deps\\sfml-build\\lib\\libfreetyped.a", - "role" : "libraries" - }, - { - "fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "mainV4", - "nameOnDisk" : "mainV4.exe", - "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-mainV5-Debug-b0772c24f5ba06cc97ee.json b/build/.cmake/api/v1/reply/target-mainV5-Debug-b0772c24f5ba06cc97ee.json new file mode 100644 index 0000000..586cee6 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-mainV5-Debug-b0772c24f5ba06cc97ee.json @@ -0,0 +1,445 @@ +{ + "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-ogg-Debug-083e815486e426c18c3a.json b/build/.cmake/api/v1/reply/target-ogg-Debug-083e815486e426c18c3a.json deleted file mode 100644 index 97efa43..0000000 --- a/build/.cmake/api/v1/reply/target-ogg-Debug-083e815486e426c18c3a.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/liboggd.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "install", - "target_include_directories" - ], - "files" : - [ - "build/_deps/ogg-src/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 93, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 122, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 95, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g" - } - ], - "includes" : - [ - { - "backtrace" : 3, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-src/include" - }, - { - "backtrace" : 3, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-build/include" - } - ], - "language" : "C", - "sourceIndexes" : - [ - 3, - 4 - ] - } - ], - "folder" : - { - "name" : "Dependencies" - }, - "id" : "ogg::@4e5ed7d02827854e35f8", - "install" : - { - "destinations" : - [ - { - "backtrace" : 2, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" - } - }, - "name" : "ogg", - "nameOnDisk" : "liboggd.a", - "paths" : - { - "build" : "_deps/ogg-build", - "source" : "build/_deps/ogg-src" - }, - "sourceGroups" : - [ - { - "name" : "Header Files", - "sourceIndexes" : - [ - 0, - 1, - 2, - 5 - ] - }, - { - "name" : "Source Files", - "sourceIndexes" : - [ - 3, - 4 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "path" : "build/_deps/ogg-build/include/ogg/config_types.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/ogg-src/include/ogg/ogg.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/ogg-src/include/ogg/os_types.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/ogg-src/src/bitwise.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/ogg-src/src/framing.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "build/_deps/ogg-src/src/crctable.h", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-sfml-audio-Debug-1626d68d8de2b5c11057.json b/build/.cmake/api/v1/reply/target-sfml-audio-Debug-e3603007f785bd576195.json similarity index 81% rename from build/.cmake/api/v1/reply/target-sfml-audio-Debug-1626d68d8de2b5c11057.json rename to build/.cmake/api/v1/reply/target-sfml-audio-Debug-e3603007f785bd576195.json index 3ccb24a..200cf2c 100644 --- a/build/.cmake/api/v1/reply/target-sfml-audio-Debug-1626d68d8de2b5c11057.json +++ b/build/.cmake/api/v1/reply/target-sfml-audio-Debug-e3603007f785bd576195.json @@ -55,6 +55,12 @@ "line" : 182, "parent" : 0 }, + { + "command" : 3, + "file" : 1, + "line" : 200, + "parent" : 0 + }, { "command" : 5, "file" : 0, @@ -65,13 +71,13 @@ "command" : 4, "file" : 2, "line" : 43, - "parent" : 5 + "parent" : 6 }, { "command" : 4, "file" : 2, "line" : 68, - "parent" : 5 + "parent" : 6 }, { "command" : 6, @@ -103,18 +109,6 @@ "line" : 274, "parent" : 1 }, - { - "command" : 6, - "file" : 2, - "line" : 85, - "parent" : 5 - }, - { - "command" : 6, - "file" : 2, - "line" : 86, - "parent" : 5 - }, { "command" : 7, "file" : 0, @@ -135,186 +129,190 @@ } ] }, + "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 -fno-keep-inline-dllexport" + "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wall" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wextra" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wshadow" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wnon-virtual-dtor" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wcast-align" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wunused" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Woverloaded-virtual" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wconversion" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wsign-conversion" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wdouble-promotion" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wformat=2" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wimplicit-fallthrough" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wsuggest-override" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wnull-dereference" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wold-style-cast" }, { - "backtrace" : 6, + "backtrace" : 7, "fragment" : "-Wpedantic" }, { - "backtrace" : 7, + "backtrace" : 8, "fragment" : "-Wmisleading-indentation" }, { - "backtrace" : 7, + "backtrace" : 8, "fragment" : "-Wduplicated-cond" }, { - "backtrace" : 7, + "backtrace" : 8, "fragment" : "-Wlogical-op" }, { - "backtrace" : 7, + "backtrace" : 8, "fragment" : "-Wduplicated-branches" } ], "defines" : [ { - "backtrace" : 8, + "backtrace" : 9, "define" : "FLAC__NO_DLL" }, { - "backtrace" : 9, + "backtrace" : 10, "define" : "MA_NO_ENCODING" }, { - "backtrace" : 9, + "backtrace" : 10, "define" : "MA_NO_FLAC" }, { - "backtrace" : 9, + "backtrace" : 10, "define" : "MA_NO_GENERATION" }, { - "backtrace" : 9, + "backtrace" : 10, "define" : "MA_NO_MP3" }, { - "backtrace" : 9, + "backtrace" : 10, "define" : "MA_NO_RESOURCE_MANAGER" }, { - "backtrace" : 10, + "backtrace" : 11, "define" : "MA_USE_STDINT" }, { - "backtrace" : 8, + "backtrace" : 9, "define" : "OV_EXCLUDE_STATIC_CALLBACKS" }, { - "backtrace" : 11, + "backtrace" : 12, "define" : "SFML_IS_BIG_ENDIAN=0" }, - { - "backtrace" : 12, - "define" : "SFML_STATIC" - }, { "backtrace" : 13, - "define" : "_CRT_SECURE_NO_WARNINGS" - }, - { - "backtrace" : 14, - "define" : "_WINSOCK_DEPRECATED_NO_WARNINGS" + "define" : "SFML_STATIC" } ], "includes" : [ { - "backtrace" : 15, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" + "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" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" + "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/miniaudio" }, { "backtrace" : 16, "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/miniaudio" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/minimp3" - }, - { - "backtrace" : 4, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/vorbis-src/include" - }, - { - "backtrace" : 4, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-src/include" - }, - { - "backtrace" : 4, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-build/include" - }, - { - "backtrace" : 4, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/flac-src/include" + "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/minimp3" } ], "language" : "CXX", @@ -351,26 +349,6 @@ { "backtrace" : 4, "id" : "sfml-system::@8cb1db2982443611e568" - }, - { - "backtrace" : 4, - "id" : "ogg::@4e5ed7d02827854e35f8" - }, - { - "backtrace" : 4, - "id" : "FLAC::@d572677c3819035d9b3d" - }, - { - "backtrace" : 4, - "id" : "vorbis::@692b0ee2b61df6760d20" - }, - { - "backtrace" : 4, - "id" : "vorbisenc::@692b0ee2b61df6760d20" - }, - { - "backtrace" : 4, - "id" : "vorbisfile::@692b0ee2b61df6760d20" } ], "folder" : @@ -389,9 +367,78 @@ ], "prefix" : { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" + "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" : diff --git a/build/.cmake/api/v1/reply/target-sfml-graphics-Debug-0f21a651094bf3e0f188.json b/build/.cmake/api/v1/reply/target-sfml-graphics-Debug-9229e76a5b91b7160880.json similarity index 87% rename from build/.cmake/api/v1/reply/target-sfml-graphics-Debug-0f21a651094bf3e0f188.json rename to build/.cmake/api/v1/reply/target-sfml-graphics-Debug-9229e76a5b91b7160880.json index 7665e8d..25fa6c6 100644 --- a/build/.cmake/api/v1/reply/target-sfml-graphics-Debug-0f21a651094bf3e0f188.json +++ b/build/.cmake/api/v1/reply/target-sfml-graphics-Debug-9229e76a5b91b7160880.json @@ -91,18 +91,6 @@ "line" : 159, "parent" : 0 }, - { - "command" : 6, - "file" : 2, - "line" : 85, - "parent" : 6 - }, - { - "command" : 6, - "file" : 2, - "line" : 86, - "parent" : 6 - }, { "command" : 7, "file" : 0, @@ -123,13 +111,29 @@ } ] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, + "compileDependencies" : + [ + { + "backtrace" : 4, + "id" : "sfml-window::@5730451e331e3690ae65" + }, + { + "backtrace" : 5, + "id" : "freetype::@98af38147d5fa7e70f61" + } + ], "compileGroups" : [ { "compileCommandFragments" : [ { - "fragment" : "-g -fvisibility=hidden -fno-keep-inline-dllexport" + "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" }, { "backtrace" : 7, @@ -221,46 +225,33 @@ { "backtrace" : 10, "define" : "STBI_FAILURE_USERMSG" - }, - { - "backtrace" : 11, - "define" : "_CRT_SECURE_NO_WARNINGS" - }, - { - "backtrace" : 12, - "define" : "_WINSOCK_DEPRECATED_NO_WARNINGS" } ], "includes" : [ { - "backtrace" : 13, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" + "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" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - }, - { - "backtrace" : 14, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/stb_image" - }, - { - "backtrace" : 15, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/glad/include" + "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/glad/include" }, { "backtrace" : 5, "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-build/include" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-src/include" + "path" : "/usr/include/freetype2" } ], "language" : "CXX", @@ -298,7 +289,7 @@ "compileCommandFragments" : [ { - "fragment" : "-g -fvisibility=hidden -fno-keep-inline-dllexport" + "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" }, { "backtrace" : 7, @@ -393,46 +384,33 @@ { "backtrace" : 10, "define" : "STBI_FAILURE_USERMSG" - }, - { - "backtrace" : 11, - "define" : "_CRT_SECURE_NO_WARNINGS" - }, - { - "backtrace" : 12, - "define" : "_WINSOCK_DEPRECATED_NO_WARNINGS" } ], "includes" : [ { - "backtrace" : 13, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" + "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" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - }, - { - "backtrace" : 14, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/stb_image" - }, - { - "backtrace" : 15, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/glad/include" + "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/glad/include" }, { "backtrace" : 5, "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-build/include" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/freetype-src/include" + "path" : "/usr/include/freetype2" } ], "language" : "CXX", @@ -451,10 +429,6 @@ { "backtrace" : 4, "id" : "sfml-window::@5730451e331e3690ae65" - }, - { - "backtrace" : 5, - "id" : "freetype::@d06f9f5ffc3cc0b4bd77" } ], "folder" : @@ -473,9 +447,38 @@ ], "prefix" : { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" + "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" : diff --git a/build/.cmake/api/v1/reply/target-sfml-main-Debug-2c4e29ecbe0f81b27a05.json b/build/.cmake/api/v1/reply/target-sfml-main-Debug-2c4e29ecbe0f81b27a05.json deleted file mode 100644 index 0587e9a..0000000 --- a/build/.cmake/api/v1/reply/target-sfml-main-Debug-2c4e29ecbe0f81b27a05.json +++ /dev/null @@ -1,263 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/libsfml-main-s-d.a" - } - ], - "backtrace" : 2, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "sfml_add_library", - "install", - "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/Main/CMakeLists.txt", - "build/_deps/sfml-src/cmake/CompilerWarnings.cmake" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 16, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 70, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 232, - "parent" : 1 - }, - { - "command" : 4, - "file" : 0, - "line" : 85, - "parent" : 1 - }, - { - "command" : 3, - "file" : 2, - "line" : 43, - "parent" : 4 - }, - { - "command" : 3, - "file" : 2, - "line" : 68, - "parent" : 4 - }, - { - "command" : 5, - "file" : 0, - "line" : 274, - "parent" : 1 - }, - { - "command" : 5, - "file" : 2, - "line" : 85, - "parent" : 4 - }, - { - "command" : 5, - "file" : 2, - "line" : 86, - "parent" : 4 - }, - { - "command" : 6, - "file" : 0, - "line" : 262, - "parent" : 1 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -fvisibility=hidden -fno-keep-inline-dllexport" - }, - { - "backtrace" : 5, - "fragment" : "-Wall" - }, - { - "backtrace" : 5, - "fragment" : "-Wextra" - }, - { - "backtrace" : 5, - "fragment" : "-Wshadow" - }, - { - "backtrace" : 5, - "fragment" : "-Wnon-virtual-dtor" - }, - { - "backtrace" : 5, - "fragment" : "-Wcast-align" - }, - { - "backtrace" : 5, - "fragment" : "-Wunused" - }, - { - "backtrace" : 5, - "fragment" : "-Woverloaded-virtual" - }, - { - "backtrace" : 5, - "fragment" : "-Wconversion" - }, - { - "backtrace" : 5, - "fragment" : "-Wsign-conversion" - }, - { - "backtrace" : 5, - "fragment" : "-Wdouble-promotion" - }, - { - "backtrace" : 5, - "fragment" : "-Wformat=2" - }, - { - "backtrace" : 5, - "fragment" : "-Wimplicit-fallthrough" - }, - { - "backtrace" : 5, - "fragment" : "-Wsuggest-override" - }, - { - "backtrace" : 5, - "fragment" : "-Wnull-dereference" - }, - { - "backtrace" : 5, - "fragment" : "-Wold-style-cast" - }, - { - "backtrace" : 5, - "fragment" : "-Wpedantic" - }, - { - "backtrace" : 6, - "fragment" : "-Wmisleading-indentation" - }, - { - "backtrace" : 6, - "fragment" : "-Wduplicated-cond" - }, - { - "backtrace" : 6, - "fragment" : "-Wlogical-op" - }, - { - "backtrace" : 6, - "fragment" : "-Wduplicated-branches" - } - ], - "defines" : - [ - { - "backtrace" : 7, - "define" : "SFML_STATIC" - }, - { - "backtrace" : 8, - "define" : "_CRT_SECURE_NO_WARNINGS" - }, - { - "backtrace" : 9, - "define" : "_WINSOCK_DEPRECATED_NO_WARNINGS" - } - ], - "includes" : - [ - { - "backtrace" : 10, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" - }, - { - "backtrace" : 10, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 0 - ] - } - ], - "folder" : - { - "name" : "SFML" - }, - "id" : "sfml-main::@81ec5539f1398dd625f6", - "install" : - { - "destinations" : - [ - { - "backtrace" : 3, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" - } - }, - "name" : "sfml-main", - "nameOnDisk" : "libsfml-main-s-d.a", - "paths" : - { - "build" : "_deps/sfml-build/src/SFML/Main", - "source" : "build/_deps/sfml-src/src/SFML/Main" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0 - ] - } - ], - "sources" : - [ - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Main/MainWin32.cpp", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-sfml-network-Debug-8420b49f951f1ab0ddb9.json b/build/.cmake/api/v1/reply/target-sfml-network-Debug-8c35362ab5a0f25587ab.json similarity index 88% rename from build/.cmake/api/v1/reply/target-sfml-network-Debug-8420b49f951f1ab0ddb9.json rename to build/.cmake/api/v1/reply/target-sfml-network-Debug-8c35362ab5a0f25587ab.json index d585471..b3a473b 100644 --- a/build/.cmake/api/v1/reply/target-sfml-network-Debug-8420b49f951f1ab0ddb9.json +++ b/build/.cmake/api/v1/reply/target-sfml-network-Debug-8c35362ab5a0f25587ab.json @@ -79,18 +79,6 @@ "line" : 274, "parent" : 1 }, - { - "command" : 6, - "file" : 2, - "line" : 85, - "parent" : 5 - }, - { - "command" : 6, - "file" : 2, - "line" : 86, - "parent" : 5 - }, { "command" : 7, "file" : 0, @@ -99,13 +87,25 @@ } ] }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 9 + }, + "compileDependencies" : + [ + { + "backtrace" : 4, + "id" : "sfml-system::@8cb1db2982443611e568" + } + ], "compileGroups" : [ { "compileCommandFragments" : [ { - "fragment" : "-g -fvisibility=hidden -fno-keep-inline-dllexport" + "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" }, { "backtrace" : 6, @@ -193,26 +193,18 @@ { "backtrace" : 8, "define" : "SFML_STATIC" - }, - { - "backtrace" : 9, - "define" : "_CRT_SECURE_NO_WARNINGS" - }, - { - "backtrace" : 10, - "define" : "_WINSOCK_DEPRECATED_NO_WARNINGS" } ], "includes" : [ { - "backtrace" : 11, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" + "backtrace" : 9, + "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" }, { - "backtrace" : 11, + "backtrace" : 9, "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" + "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" } ], "language" : "CXX", @@ -254,9 +246,30 @@ ], "prefix" : { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" + "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" : @@ -414,7 +427,7 @@ { "backtrace" : 2, "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/Network/Win32/SocketImpl.cpp", + "path" : "build/_deps/sfml-src/src/SFML/Network/Unix/SocketImpl.cpp", "sourceGroupIndex" : 0 } ], diff --git a/build/.cmake/api/v1/reply/target-sfml-system-Debug-99b870f8ca3bbfcc38d3.json b/build/.cmake/api/v1/reply/target-sfml-system-Debug-5a4e924b407a1125e353.json similarity index 83% rename from build/.cmake/api/v1/reply/target-sfml-system-Debug-99b870f8ca3bbfcc38d3.json rename to build/.cmake/api/v1/reply/target-sfml-system-Debug-5a4e924b407a1125e353.json index 5ede328..b34b2aa 100644 --- a/build/.cmake/api/v1/reply/target-sfml-system-Debug-99b870f8ca3bbfcc38d3.json +++ b/build/.cmake/api/v1/reply/target-sfml-system-Debug-5a4e924b407a1125e353.json @@ -14,6 +14,7 @@ "add_library", "sfml_add_library", "install", + "target_link_libraries", "target_compile_options", "set_target_warnings", "target_compile_definitions", @@ -49,162 +50,166 @@ "parent" : 1 }, { - "command" : 4, + "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" : 3, + "command" : 4, "file" : 2, "line" : 43, - "parent" : 4 + "parent" : 6 }, { - "command" : 3, + "command" : 4, "file" : 2, "line" : 68, - "parent" : 4 + "parent" : 6 }, { - "command" : 5, + "command" : 6, "file" : 0, "line" : 274, "parent" : 1 }, { - "command" : 5, - "file" : 2, - "line" : 85, - "parent" : 4 - }, - { - "command" : 5, - "file" : 2, - "line" : 86, - "parent" : 4 - }, - { - "command" : 6, + "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 -fno-keep-inline-dllexport" + "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wall" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wextra" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wshadow" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wnon-virtual-dtor" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wcast-align" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wunused" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Woverloaded-virtual" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wconversion" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wsign-conversion" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wdouble-promotion" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wformat=2" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wimplicit-fallthrough" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wsuggest-override" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wnull-dereference" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wold-style-cast" }, { - "backtrace" : 5, + "backtrace" : 7, "fragment" : "-Wpedantic" }, { - "backtrace" : 6, + "backtrace" : 8, "fragment" : "-Wmisleading-indentation" }, { - "backtrace" : 6, + "backtrace" : 8, "fragment" : "-Wduplicated-cond" }, { - "backtrace" : 6, + "backtrace" : 8, "fragment" : "-Wlogical-op" }, { - "backtrace" : 6, + "backtrace" : 8, "fragment" : "-Wduplicated-branches" } ], "defines" : [ - { - "backtrace" : 7, - "define" : "SFML_STATIC" - }, - { - "backtrace" : 8, - "define" : "_CRT_SECURE_NO_WARNINGS" - }, { "backtrace" : 9, - "define" : "_WINSOCK_DEPRECATED_NO_WARNINGS" + "define" : "SFML_STATIC" } ], "includes" : [ { "backtrace" : 10, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" + "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" }, { "backtrace" : 10, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" + "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" } ], "language" : "CXX", @@ -239,9 +244,31 @@ ], "prefix" : { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" + "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" : @@ -291,7 +318,7 @@ ] }, { - "name" : "windows", + "name" : "unix", "sourceIndexes" : [ 33, @@ -478,12 +505,12 @@ { "backtrace" : 2, "compileGroupIndex" : 0, - "path" : "build/_deps/sfml-src/src/SFML/System/Win32/SleepImpl.cpp", + "path" : "build/_deps/sfml-src/src/SFML/System/Unix/SleepImpl.cpp", "sourceGroupIndex" : 1 }, { "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/System/Win32/SleepImpl.hpp", + "path" : "build/_deps/sfml-src/src/SFML/System/Unix/SleepImpl.hpp", "sourceGroupIndex" : 1 } ], diff --git a/build/.cmake/api/v1/reply/target-sfml-window-Debug-21a6d77cd38eb1cd146c.json b/build/.cmake/api/v1/reply/target-sfml-window-Debug-bafb0d1a63ac99bf0896.json similarity index 67% rename from build/.cmake/api/v1/reply/target-sfml-window-Debug-21a6d77cd38eb1cd146c.json rename to build/.cmake/api/v1/reply/target-sfml-window-Debug-bafb0d1a63ac99bf0896.json index f41800c..dc0b1d4 100644 --- a/build/.cmake/api/v1/reply/target-sfml-window-Debug-21a6d77cd38eb1cd146c.json +++ b/build/.cmake/api/v1/reply/target-sfml-window-Debug-bafb0d1a63ac99bf0896.json @@ -55,6 +55,24 @@ "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, @@ -65,13 +83,13 @@ "command" : 4, "file" : 2, "line" : 43, - "parent" : 5 + "parent" : 8 }, { "command" : 4, "file" : 2, "line" : 68, - "parent" : 5 + "parent" : 8 }, { "command" : 6, @@ -79,18 +97,6 @@ "line" : 274, "parent" : 1 }, - { - "command" : 6, - "file" : 2, - "line" : 85, - "parent" : 5 - }, - { - "command" : 6, - "file" : 2, - "line" : 86, - "parent" : 5 - }, { "command" : 7, "file" : 0, @@ -111,130 +117,158 @@ } ] }, + "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 -fno-keep-inline-dllexport" + "fragment" : "-g -fvisibility=hidden -fvisibility-inlines-hidden" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wall" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wextra" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wshadow" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wnon-virtual-dtor" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wcast-align" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wunused" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Woverloaded-virtual" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wconversion" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wsign-conversion" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wdouble-promotion" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wformat=2" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wimplicit-fallthrough" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wsuggest-override" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wnull-dereference" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wold-style-cast" }, { - "backtrace" : 6, + "backtrace" : 9, "fragment" : "-Wpedantic" }, { - "backtrace" : 7, + "backtrace" : 10, "fragment" : "-Wmisleading-indentation" }, { - "backtrace" : 7, + "backtrace" : 10, "fragment" : "-Wduplicated-cond" }, { - "backtrace" : 7, + "backtrace" : 10, "fragment" : "-Wlogical-op" }, { - "backtrace" : 7, + "backtrace" : 10, "fragment" : "-Wduplicated-branches" } ], "defines" : [ { - "backtrace" : 8, + "backtrace" : 11, "define" : "SFML_STATIC" - }, - { - "backtrace" : 9, - "define" : "_CRT_SECURE_NO_WARNINGS" - }, - { - "backtrace" : 10, - "define" : "_WINSOCK_DEPRECATED_NO_WARNINGS" } ], "includes" : [ { - "backtrace" : 11, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" - }, - { - "backtrace" : 11, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" + "backtrace" : 12, + "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/src" }, { "backtrace" : 12, "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/glad/include" + "path" : "/home/endertom/Documenti/ProgettoFinaleRep/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/include" }, { "backtrace" : 13, "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/sfml-src/extlibs/headers/vulkan" + "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", @@ -260,12 +294,16 @@ 49, 51, 52, - 53, + 54, 56, 58, 59, - 60, - 62 + 61, + 64, + 65, + 66, + 68, + 70 ] } ], @@ -292,9 +330,86 @@ ], "prefix" : { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" + "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" : @@ -359,7 +474,7 @@ ] }, { - "name" : "windows", + "name" : "unix", "sourceIndexes" : [ 48, @@ -377,7 +492,15 @@ 60, 61, 62, - 63 + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71 ] } ], @@ -642,91 +765,135 @@ }, { "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Win32/CursorImpl.hpp", + "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/Win32/CursorImpl.cpp", + "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/CursorImpl.cpp", "sourceGroupIndex" : 1 }, { "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Win32/ClipboardImpl.hpp", + "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/Win32/ClipboardImpl.cpp", + "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/Win32/InputImpl.cpp", + "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/Win32/JoystickImpl.cpp", + "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/KeyboardImpl.cpp", "sourceGroupIndex" : 1 }, { "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Win32/JoystickImpl.hpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Win32/SensorImpl.hpp", + "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/Win32/SensorImpl.cpp", + "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/KeySymToKeyMapping.cpp", "sourceGroupIndex" : 1 }, { "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Win32/Utils.hpp", + "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/Win32/VideoModeImpl.cpp", + "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/Win32/VulkanImplWin32.cpp", + "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/Win32/WindowImplWin32.cpp", + "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/Display.cpp", "sourceGroupIndex" : 1 }, { "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Win32/WindowImplWin32.hpp", + "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/Win32/WglContext.cpp", + "path" : "build/_deps/sfml-src/src/SFML/Window/Unix/VideoModeImpl.cpp", "sourceGroupIndex" : 1 }, { "backtrace" : 2, - "path" : "build/_deps/sfml-src/src/SFML/Window/Win32/WglContext.hpp", + "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 } ], diff --git a/build/.cmake/api/v1/reply/target-vorbis-Debug-df928f77e59c4f692b59.json b/build/.cmake/api/v1/reply/target-vorbis-Debug-df928f77e59c4f692b59.json deleted file mode 100644 index 7f1c8ef..0000000 --- a/build/.cmake/api/v1/reply/target-vorbis-Debug-df928f77e59c4f692b59.json +++ /dev/null @@ -1,430 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/libvorbisd.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "install", - "target_link_libraries", - "target_include_directories" - ], - "files" : - [ - "build/_deps/vorbis-src/lib/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 77, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 117, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 108, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 88, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g" - } - ], - "includes" : - [ - { - "backtrace" : 4, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/vorbis-src/include" - }, - { - "backtrace" : 4, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/vorbis-src/lib" - }, - { - "backtrace" : 3, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-src/include" - }, - { - "backtrace" : 3, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-build/include" - } - ], - "language" : "C", - "sourceIndexes" : - [ - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 3, - "id" : "ogg::@4e5ed7d02827854e35f8" - } - ], - "folder" : - { - "name" : "Dependencies" - }, - "id" : "vorbis::@692b0ee2b61df6760d20", - "install" : - { - "destinations" : - [ - { - "backtrace" : 2, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" - } - }, - "name" : "vorbis", - "nameOnDisk" : "libvorbisd.a", - "paths" : - { - "build" : "_deps/vorbis-build/lib", - "source" : "build/_deps/vorbis-src/lib" - }, - "sourceGroups" : - [ - { - "name" : "Header Files", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18 - ] - }, - { - "name" : "Source Files", - "sourceIndexes" : - [ - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39, - 40 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/envelope.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/lpc.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/lsp.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/codebook.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/misc.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/psy.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/masking.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/os.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/mdct.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/smallft.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/highlevel.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/registry.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/scales.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/window.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/lookup.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/lookup_data.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/codec_internal.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/backends.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/lib/bitrate.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/mdct.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/smallft.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/block.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/envelope.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/window.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/lsp.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/lpc.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/analysis.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/synthesis.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/psy.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/info.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/floor1.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/floor0.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/res0.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/mapping0.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/registry.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/codebook.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/sharedbook.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/lookup.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/bitrate.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/vorbisenc.c", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/win32/vorbis.def", - "sourceGroupIndex" : 1 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-vorbisenc-Debug-39f148f349ffc01ccbdc.json b/build/.cmake/api/v1/reply/target-vorbisenc-Debug-39f148f349ffc01ccbdc.json deleted file mode 100644 index 9a15a30..0000000 --- a/build/.cmake/api/v1/reply/target-vorbisenc-Debug-39f148f349ffc01ccbdc.json +++ /dev/null @@ -1,155 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/libvorbisencd.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "install", - "target_link_libraries", - "target_include_directories" - ], - "files" : - [ - "build/_deps/vorbis-src/lib/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 78, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 117, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 112, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 95, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g" - } - ], - "includes" : - [ - { - "backtrace" : 4, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/vorbis-src/lib" - }, - { - "backtrace" : 4, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/vorbis-src/include" - }, - { - "backtrace" : 3, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-src/include" - }, - { - "backtrace" : 3, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-build/include" - } - ], - "language" : "C", - "sourceIndexes" : - [ - 0 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 3, - "id" : "ogg::@4e5ed7d02827854e35f8" - }, - { - "backtrace" : 3, - "id" : "vorbis::@692b0ee2b61df6760d20" - } - ], - "folder" : - { - "name" : "Dependencies" - }, - "id" : "vorbisenc::@692b0ee2b61df6760d20", - "install" : - { - "destinations" : - [ - { - "backtrace" : 2, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" - } - }, - "name" : "vorbisenc", - "nameOnDisk" : "libvorbisencd.a", - "paths" : - { - "build" : "_deps/vorbis-build/lib", - "source" : "build/_deps/vorbis-src/lib" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/vorbisenc.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/win32/vorbisenc.def", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/target-vorbisfile-Debug-9e45b7d44044176c74c8.json b/build/.cmake/api/v1/reply/target-vorbisfile-Debug-9e45b7d44044176c74c8.json deleted file mode 100644 index 2abfe1c..0000000 --- a/build/.cmake/api/v1/reply/target-vorbisfile-Debug-9e45b7d44044176c74c8.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "_deps/sfml-build/lib/libvorbisfiled.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "install", - "target_link_libraries", - "target_include_directories" - ], - "files" : - [ - "build/_deps/vorbis-src/lib/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 79, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 117, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 113, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 102, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g" - } - ], - "includes" : - [ - { - "backtrace" : 4, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/vorbis-src/include" - }, - { - "backtrace" : 3, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-src/include" - }, - { - "backtrace" : 3, - "isSystem" : true, - "path" : "C:/Users/Tommy/Documents/UNIGE/ProgettoFinale/FCG_VisualizzatoreCamminata/build/_deps/ogg-build/include" - } - ], - "language" : "C", - "sourceIndexes" : - [ - 0 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 3, - "id" : "ogg::@4e5ed7d02827854e35f8" - }, - { - "backtrace" : 3, - "id" : "vorbis::@692b0ee2b61df6760d20" - } - ], - "folder" : - { - "name" : "Dependencies" - }, - "id" : "vorbisfile::@692b0ee2b61df6760d20", - "install" : - { - "destinations" : - [ - { - "backtrace" : 2, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "C:/Program Files (x86)/CMakeSFMLProject" - } - }, - "name" : "vorbisfile", - "nameOnDisk" : "libvorbisfiled.a", - "paths" : - { - "build" : "_deps/vorbis-build/lib", - "source" : "build/_deps/vorbis-src/lib" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "build/_deps/vorbis-src/lib/vorbisfile.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "build/_deps/vorbis-src/win32/vorbisfile.def", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/build/.cmake/api/v1/reply/toolchains-v1-b98998d1392142ad84ed.json b/build/.cmake/api/v1/reply/toolchains-v1-b98998d1392142ad84ed.json deleted file mode 100644 index f946ab8..0000000 --- a/build/.cmake/api/v1/reply/toolchains-v1-b98998d1392142ad84ed.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "kind" : "toolchains", - "toolchains" : - [ - { - "compiler" : - { - "implicit" : {}, - "path" : "C:/msys64/ucrt64/bin/gcc.exe" - }, - "language" : "C" - }, - { - "compiler" : - { - "id" : "GNU", - "implicit" : - { - "includeDirectories" : - [ - "C:/msys64/ucrt64/include/c++/15.2.0", - "C:/msys64/ucrt64/include/c++/15.2.0/x86_64-w64-mingw32", - "C:/msys64/ucrt64/include/c++/15.2.0/backward", - "C:/msys64/ucrt64/lib/gcc/x86_64-w64-mingw32/15.2.0/include", - "C:/msys64/ucrt64/include", - "C:/msys64/ucrt64/lib/gcc/x86_64-w64-mingw32/15.2.0/include-fixed" - ], - "linkDirectories" : - [ - "C:/msys64/ucrt64/lib/gcc/x86_64-w64-mingw32/15.2.0", - "C:/msys64/ucrt64/lib/gcc", - "C:/msys64/ucrt64/x86_64-w64-mingw32/lib", - "C:/msys64/ucrt64/lib" - ], - "linkFrameworkDirectories" : [], - "linkLibraries" : - [ - "stdc++", - "mingw32", - "gcc_s", - "gcc", - "mingwex", - "kernel32", - "pthread", - "advapi32", - "shell32", - "user32", - "kernel32", - "mingw32", - "gcc_s", - "gcc", - "mingwex", - "kernel32" - ] - }, - "path" : "C:/msys64/ucrt64/bin/g++.exe", - "version" : "15.2.0" - }, - "language" : "CXX", - "sourceFileExtensions" : - [ - "C", - "M", - "c++", - "cc", - "cpp", - "cxx", - "m", - "mm", - "mpp", - "CPP", - "ixx", - "cppm", - "ccm", - "cxxm", - "c++m" - ] - }, - { - "compiler" : - { - "implicit" : {}, - "path" : "C:/msys64/ucrt64/bin/windres.exe" - }, - "language" : "RC", - "sourceFileExtensions" : - [ - "rc", - "RC" - ] - } - ], - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/build/.cmake/api/v1/reply/toolchains-v1-f6f24f4dd93f5f594387.json b/build/.cmake/api/v1/reply/toolchains-v1-f6f24f4dd93f5f594387.json new file mode 100644 index 0000000..64f80c4 --- /dev/null +++ b/build/.cmake/api/v1/reply/toolchains-v1-f6f24f4dd93f5f594387.json @@ -0,0 +1,78 @@ +{ + "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 new file mode 100644 index 0000000..8127391 --- /dev/null +++ b/build/bin/imgui.ini @@ -0,0 +1,36 @@ +[Window][Debug##Default] +Pos=60,60 +Size=400,400 + +[Window][Dear ImGui Demo] +Pos=534,1 +Size=603,680 + +[Window][Hello, world!] +Pos=11,12 +Size=212,56 + +[Window][Dear ImGui Demo/##Basket_87771727] +IsChild=1 +Size=478,260 + +[Window][Dear ImGui Demo/##Basket_529977C1] +IsChild=1 +Size=478,260 + +[Window][Example: Custom rendering] +Pos=68,96 +Size=740,472 + +[Window][Set data position] +Pos=18,542 +Size=534,60 + +[Window][Dear ImGui Demo/ResizableChild_478B81A3] +IsChild=1 +Size=499,136 + +[Window][Dear ImGui Demo/Red_BEEF922B] +IsChild=1 +Size=200,100 + diff --git a/build/bin/mainV4 b/build/bin/mainV4 new file mode 100755 index 0000000..852205d Binary files /dev/null and b/build/bin/mainV4 differ diff --git a/build/bin/mainV5 b/build/bin/mainV5 new file mode 100755 index 0000000..09e96fe Binary files /dev/null and b/build/bin/mainV5 differ diff --git a/src/sfml_util.cpp b/src/sfml_util.cpp index c0c74db..34a0b2c 100644 --- a/src/sfml_util.cpp +++ b/src/sfml_util.cpp @@ -2,6 +2,8 @@ #include #include "pieces/headers/piece_interface.hpp" #include "joints/headers/joint_interface.hpp" +#include +#include template double dist(sf::Vector2 p1, sf::Vector2 p2) @@ -31,12 +33,22 @@ struct State bool drag = false; sf::Vector2i mouse_pos; + /// per settare l'ntervallo di visualizzazione + unsigned int pos = 0; + unsigned int intervalMajLimit = 1000; + unsigned int intervalMinLimit = 0; + unsigned int maxEntries = 10000; + State(unsigned w, unsigned h, std::string title) { window = sf::RenderWindow(sf::VideoMode({w, h}), title); + ImGui::SFML::Init(window); clock.restart(); } void update(); + void setIntervall(int n){ + maxEntries = n; + } }; /// @@ -49,7 +61,7 @@ void State::update(){ for(PieceInterface* p : pieces){ - //p->update(clock); + p->update(clock); } for(JointInterface* j : joints){ j->movechild(); @@ -61,17 +73,17 @@ void State::update(){ //////////////////////////////////////////////////////////// /// Callback functions -void handle(const sf::Event::Closed &, State &gs) +void handle_close(State &gs) { gs.window.close(); } -void handle(const sf::Event::TextEntered &textEnter, State &gs) +void handle_text(const sf::Event::TextEntered &textEnter, State &gs) { } -void handle(const sf::Event::KeyPressed &keyPressed, State &gs) +void handle_keyPressed(const sf::Event::KeyPressed &keyPressed, State &gs) { if (keyPressed.scancode == sf::Keyboard::Scancode::Space){ if (gs.selectedPlane == ReferencePlane::XZ) @@ -81,7 +93,7 @@ void handle(const sf::Event::KeyPressed &keyPressed, State &gs) } } -void handle(const sf::Event::MouseMoved &mouseMoved, State &gs) +void handle_mouseMove(const sf::Event::MouseMoved &mouseMoved, State &gs) { sf::Vector2i offset = mouseMoved.position - gs.mouse_pos; gs.mouse_pos = mouseMoved.position; @@ -123,7 +135,7 @@ void handle(const sf::Event::MouseMoved &mouseMoved, State &gs) } -void handle(const sf::Event::MouseButtonPressed &mouseBP, State &gs) +void handle_mousePressed(const sf::Event::MouseButtonPressed &mouseBP, State &gs) { gs.mouse_pos = mouseBP.position; if ( mouseBP.button == sf::Mouse::Button::Middle) gs.drag = true; @@ -162,7 +174,7 @@ void handle(const sf::Event::MouseButtonPressed &mouseBP, State &gs) } -void handle(const sf::Event::MouseButtonReleased &, State &gs) +void handle_mouseRelease(const sf::Event::MouseButtonReleased &, State &gs) { gs.drag = false; gs.drag_Piece = false; @@ -170,17 +182,13 @@ void handle(const sf::Event::MouseButtonReleased &, State &gs) gs.selected = -1; } -void handle(const sf::Event::Resized &resized, State &gs) +void handle_resize(const sf::Event::Resized &resized, State &gs) { sf::FloatRect visibleArea({0.f, 0.f}, sf::Vector2f(resized.size)); gs.window.setView(sf::View(visibleArea)); } -template -void handle(const T &, State &gs) -{ - // All unhandled events will end up here -} + /// //////////////////////////////////////////////////////////// @@ -191,18 +199,55 @@ void doGUI(State &gs) { // TODO: here code to display the menus //Bottoni - + sf::Time elapsed = gs.clock.restart(); + + unsigned int zero = 0; + + ImGui::SFML::Update(gs.window, elapsed); + ImGui::ShowDemoWindow(); + ImGui::Begin("Set data position"); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x * 0.3); + ImGui::SliderScalar("Min", ImGuiDataType_U32 ,&gs.intervalMinLimit,&zero,&gs.intervalMajLimit); + ImGui::SameLine(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x * 0.5); + ImGui::SliderScalar("Pos", ImGuiDataType_U32 ,&gs.pos,&gs.intervalMinLimit,&gs.intervalMajLimit); + ImGui::SameLine(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x * 0.8); + ImGui::SliderScalar("Max", ImGuiDataType_U32 ,&gs.intervalMajLimit,&gs.intervalMinLimit,&gs.maxEntries); + + ImGui::End(); + + ImGui::SFML::Render(gs.window); } void doGraphics(State &gs) { + gs.window.clear(); - doGUI(gs); - for(PieceInterface* p: gs.pieces){ gs.window.draw(*p->draw(gs.selectedPlane)); } + while (const std::optional event = gs.window.pollEvent()) { + ImGui::SFML::ProcessEvent(gs.window, *event); + if (event->is()) + handle_close (gs); + if (const auto* resized = event->getIf()) + handle_resize (*resized, gs); + if (const auto* pressed = event->getIf()) + handle_keyPressed (*pressed, gs); + if (const auto* moved = event->getIf()) + handle_mouseMove (*moved, gs); + if (const auto* mpressed = event->getIf()) + handle_mousePressed (*mpressed, gs); + if (const auto* mreleased = event->getIf()) + handle_mouseRelease (*mreleased, gs); + } + doGUI(gs); + + + + // TODO: add here code to display shapes in your canvas gs.window.display(); diff --git a/src/testMain.cpp b/src/testMain.cpp index 2241d50..bdc8c9a 100755 --- a/src/testMain.cpp +++ b/src/testMain.cpp @@ -36,6 +36,7 @@ int main() { try{ processor.readCSVFile (DATA_PATH + "coscia_filt.csv"); const auto& coscia = processor.getData(); + gs.setIntervall(coscia.size()); gs.pieces.push_back(new Coscia (rb::Vector3{300,300,300},2)); @@ -74,9 +75,6 @@ int main() { gs.clock.start(); while (gs.window.isOpen()) { - // event loop and handler through callbacks - gs.window.handleEvents([&](const auto &event) - { handle(event, gs); }); // Show update gs.update(); doGraphics(gs);