diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..fd28f17 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cmake.sourceDirectory": "/mnt/Drive2/Osmium" +} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..08d9005 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,28 @@ +{ + "tasks": [ + { + "type": "cppbuild", + "label": "C/C++: gcc build active file", + "command": "/usr/bin/gcc", + "args": [ + "-fdiagnostics-color=always", + "-g", + "${file}", + "-o", + "${fileDirname}/${fileBasenameNoExtension}" + ], + "options": { + "cwd": "${fileDirname}" + }, + "problemMatcher": [ + "$gcc" + ], + "group": { + "kind": "build", + "isDefault": true + }, + "detail": "Task generated by Debugger." + } + ], + "version": "2.0.0" +} \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..d01e7bc --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,33 @@ +cmake_minimum_required(VERSION 3.15) +project(ImGuiProject) + +set(CMAKE_CXX_STANDARD 17) + +# Find OpenGL +find_package(OpenGL REQUIRED) + +# Fetch GLFW +include(FetchContent) + +FetchContent_Declare( + glfw + GIT_REPOSITORY https://github.com/glfw/glfw.git + GIT_TAG 3.3.8 +) +FetchContent_MakeAvailable(glfw) + +# ImGui sources +file(GLOB IMGUI_SRC + ${CMAKE_SOURCE_DIR}/imgui/*.cpp + ${CMAKE_SOURCE_DIR}/imgui/backends/imgui_impl_glfw.cpp + ${CMAKE_SOURCE_DIR}/imgui/backends/imgui_impl_opengl3.cpp +) + +add_executable(ImGuiProject main.cpp ${IMGUI_SRC}) + +target_include_directories(ImGuiProject PRIVATE + ${CMAKE_SOURCE_DIR}/imgui + ${CMAKE_SOURCE_DIR}/imgui/backends +) + +target_link_libraries(ImGuiProject PRIVATE glfw OpenGL::GL) diff --git a/build/.cmake/api/v1/query/client-vscode/query.json b/build/.cmake/api/v1/query/client-vscode/query.json new file mode 100644 index 0000000..82bb964 --- /dev/null +++ b/build/.cmake/api/v1/query/client-vscode/query.json @@ -0,0 +1 @@ +{"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1},{"kind":"cmakeFiles","version":1}]} \ No newline at end of file diff --git a/build/.cmake/api/v1/reply/cache-v2-1c6eeabf0a34d0db0463.json b/build/.cmake/api/v1/reply/cache-v2-1c6eeabf0a34d0db0463.json new file mode 100644 index 0000000..054a058 --- /dev/null +++ b/build/.cmake/api/v1/reply/cache-v2-1c6eeabf0a34d0db0463.json @@ -0,0 +1,4327 @@ +{ + "entries" : + [ + { + "name" : "BUILD_SHARED_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build shared libraries" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/mnt/Drive2/Osmium/build" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/snap/cmake/1468/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/snap/cmake/1468/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/snap/cmake/1468/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar-13" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib-13" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/gcc" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar-13" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib-13" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/snap/cmake/1468/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_BUILD_DATABASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of build database during the build." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "BOOL", + "value" : "TRUE" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/mnt/Drive2/Osmium/build/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_CONNECT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function connect" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_GETHOSTBYNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function gethostbyname" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_REMOVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function remove" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_SHMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function shmat" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/mnt/Drive2/Osmium" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library ICE" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_LIST_FILE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of CMakeLists files to read" + } + ], + "type" : "INTERNAL", + "value" : "CMakeLists.txt" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "5" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ImGuiProject" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "3.3.8" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "3" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "3" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "8" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/snap/cmake/1468/share/cmake-4.0" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "DOXYGEN_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Doxygen documentation generation tool (https://www.doxygen.nl)" + } + ], + "type" : "FILEPATH", + "value" : "DOXYGEN_EXECUTABLE-NOTFOUND" + }, + { + "name" : "FETCHCONTENT_BASE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Directory under which to collect all populated content" + } + ], + "type" : "PATH", + "value" : "/mnt/Drive2/Osmium/build/_deps" + }, + { + "name" : "FETCHCONTENT_FULLY_DISCONNECTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disables all attempts to download or update content and assumes source dirs already exist" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FETCHCONTENT_QUIET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enables QUIET option for all content population" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "FETCHCONTENT_SOURCE_DIR_GLFW", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "When not empty, overrides where to find pre-populated content for glfw" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "FETCHCONTENT_UPDATES_DISCONNECTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enables UPDATE_DISCONNECTED behavior for all content population" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_GLFW", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enables UPDATE_DISCONNECTED behavior just for population of glfw" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenGL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding OpenGL" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libOpenGL.so][/usr/lib/x86_64-linux-gnu/libGLX.so][/usr/include][ ][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Threads" + } + ], + "type" : "INTERNAL", + "value" : "[TRUE][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_X11", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding X11" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][ ][v()]" + }, + { + "name" : "GIT_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Git command line client" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/git" + }, + { + "name" : "GLFW_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/mnt/Drive2/Osmium/build/_deps/glfw-build" + }, + { + "name" : "GLFW_BUILD_DOCS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW documentation" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_BUILD_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW example programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW test programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generate installation target" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "GLFW_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/mnt/Drive2/Osmium/build/_deps/glfw-src" + }, + { + "name" : "GLFW_USE_OSMESA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use OSMesa for offscreen context creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_USE_WAYLAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use Wayland for window creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_VULKAN_STATIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Assume the Vulkan loader is linked with the application" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ImGuiProject_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/mnt/Drive2/Osmium/build" + }, + { + "name" : "ImGuiProject_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "ImGuiProject_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/mnt/Drive2/Osmium" + }, + { + "name" : "MATH_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libm.so" + }, + { + "name" : "OPENGL_EGL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_GLES2_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_GLES3_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_GLU_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_GLX_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_egl_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libEGL.so" + }, + { + "name" : "OPENGL_gles2_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libGLESv2.so" + }, + { + "name" : "OPENGL_gles3_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libGLESv2.so" + }, + { + "name" : "OPENGL_glu_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libGLU.so" + }, + { + "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" : "RT_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/librt.a" + }, + { + "name" : "X11_ICE_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_ICE_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libICE.so" + }, + { + "name" : "X11_LIB_X11_SOLO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "X11_SM_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_SM_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libSM.so" + }, + { + "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" : "/usr/include" + }, + { + "name" : "X11_Xinerama_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXinerama.so" + }, + { + "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" : "/usr/include" + }, + { + "name" : "X11_Xt_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXt.so" + }, + { + "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" : "X11_xcb_composite_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_composite_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_composite_LIB-NOTFOUND" + }, + { + "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" : "X11_xcb_render_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_render_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_render_LIB-NOTFOUND" + }, + { + "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" : "X11_xcb_shape_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_shape_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_shape_LIB-NOTFOUND" + }, + { + "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" : "X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xfixes_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xinerama_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xinerama_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xinerama_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xinerama_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xinput_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xinput_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xinput_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xinput_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xkb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xkb_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xkb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xkb_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xrm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xrm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xrm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xrm_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xtest_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xtest_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xtest_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xtest_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xv_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xv_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xv_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xv_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xvmc_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xvmc_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xvmc_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xvmc_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbcommon_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbcommon_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbcommon_X11_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbfile_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbfile_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbfile_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbfile_LIB-NOTFOUND" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/build/.cmake/api/v1/reply/cmakeFiles-v1-26ab137351a4671d82b1.json b/build/.cmake/api/v1/reply/cmakeFiles-v1-26ab137351a4671d82b1.json new file mode 100644 index 0000000..7af2b50 --- /dev/null +++ b/build/.cmake/api/v1/reply/cmakeFiles-v1-26ab137351a4671d82b1.json @@ -0,0 +1,1061 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/4.0.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/HP-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/LCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XL-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/4.0.3/CMakeCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/4.0.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompilerABI.c" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/4.0.3/CMakeCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeCLinkerInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeCommonLinkerInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Linker/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Linker/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeInspectCLinker.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompiler.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-CXX-CXXImportStd.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/4.0.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeCXXLinkerInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeCommonLinkerInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Linker/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Linker/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeInspectCXXLinker.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindOpenGL.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FetchContent.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/shared_internal_commands.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindGit.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FetchContent/CMakeLists.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/glfw-src/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindDoxygen.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindX11.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isGenerated" : true, + "path" : "build/_deps/glfw-src/src/glfw3Config.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/snap/cmake/1468/share/cmake-4.0/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/glfw-src/src/glfw_config.h.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/glfw-src/src/glfw3.pc.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/glfw-src/cmake_uninstall.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/_deps/glfw-src/src/CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/_deps/glfw-src/examples/CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/_deps/glfw-src/tests/CMakeLists.txt" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/mnt/Drive2/Osmium/build", + "source" : "/mnt/Drive2/Osmium" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/build/.cmake/api/v1/reply/codemodel-v2-f15a62a2a65432c7846d.json b/build/.cmake/api/v1/reply/codemodel-v2-f15a62a2a65432c7846d.json new file mode 100644 index 0000000..20ffbf1 --- /dev/null +++ b/build/.cmake/api/v1/reply/codemodel-v2-f15a62a2a65432c7846d.json @@ -0,0 +1,435 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.15" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0 + ] + }, + { + "build" : "_deps/glfw-build", + "childIndexes" : + [ + 2, + 3, + 4 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-_deps.glfw-build-Debug-ee112badf8f7da15702e.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "build/_deps/glfw-src", + "targetIndexes" : + [ + 29 + ] + }, + { + "build" : "_deps/glfw-build/src", + "hasInstallRule" : true, + "jsonFile" : "directory-_deps.glfw-build.src-Debug-28fb5906566c81922e50.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 1, + "projectIndex" : 1, + "source" : "build/_deps/glfw-src/src", + "targetIndexes" : + [ + 8, + 30 + ] + }, + { + "build" : "_deps/glfw-build/examples", + "jsonFile" : "directory-_deps.glfw-build.examples-Debug-25c9dbefe143783d1472.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 1, + "projectIndex" : 1, + "source" : "build/_deps/glfw-src/examples", + "targetIndexes" : + [ + 1, + 7, + 10, + 17, + 19, + 21, + 22, + 23, + 31 + ] + }, + { + "build" : "_deps/glfw-build/tests", + "jsonFile" : "directory-_deps.glfw-build.tests-Debug-afa08506b18213cba83a.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 1, + "projectIndex" : 1, + "source" : "build/_deps/glfw-src/tests", + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 9, + 11, + 12, + 13, + 14, + 15, + 16, + 18, + 20, + 24, + 25, + 26, + 27, + 28, + 32 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "childIndexes" : + [ + 1 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "ImGuiProject", + "targetIndexes" : + [ + 0 + ] + }, + { + "directoryIndexes" : + [ + 1, + 2, + 3, + 4 + ], + "name" : "GLFW", + "parentIndex" : 0, + "targetIndexes" : + [ + 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 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "ImGuiProject::@6890427a1f51a3e7e1df", + "jsonFile" : "target-ImGuiProject-Debug-587430bb25ddc0fe6d6c.json", + "name" : "ImGuiProject", + "projectIndex" : 0 + }, + { + "directoryIndex" : 3, + "id" : "boing::@c62c2157a01e8bae2628", + "jsonFile" : "target-boing-Debug-eacf86e5d8b7005bb743.json", + "name" : "boing", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "clipboard::@469ee0266844ee2d64e7", + "jsonFile" : "target-clipboard-Debug-f4e3c3ec7600cc02b010.json", + "name" : "clipboard", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "cursor::@469ee0266844ee2d64e7", + "jsonFile" : "target-cursor-Debug-6d96fc41b9b4cb5cff85.json", + "name" : "cursor", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "empty::@469ee0266844ee2d64e7", + "jsonFile" : "target-empty-Debug-ad3feb751034df06fa21.json", + "name" : "empty", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "events::@469ee0266844ee2d64e7", + "jsonFile" : "target-events-Debug-153b01e1a5287a5065ba.json", + "name" : "events", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "gamma::@469ee0266844ee2d64e7", + "jsonFile" : "target-gamma-Debug-7d07ecee483a66423ff1.json", + "name" : "gamma", + "projectIndex" : 1 + }, + { + "directoryIndex" : 3, + "id" : "gears::@c62c2157a01e8bae2628", + "jsonFile" : "target-gears-Debug-c41515584d02961c5edb.json", + "name" : "gears", + "projectIndex" : 1 + }, + { + "directoryIndex" : 2, + "id" : "glfw::@fa9f4482d3a2b070f206", + "jsonFile" : "target-glfw-Debug-fbe4ec526d84cb5375b6.json", + "name" : "glfw", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "glfwinfo::@469ee0266844ee2d64e7", + "jsonFile" : "target-glfwinfo-Debug-f9dd0368447644b292f0.json", + "name" : "glfwinfo", + "projectIndex" : 1 + }, + { + "directoryIndex" : 3, + "id" : "heightmap::@c62c2157a01e8bae2628", + "jsonFile" : "target-heightmap-Debug-c74fdb05d6ad365b8be8.json", + "name" : "heightmap", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "icon::@469ee0266844ee2d64e7", + "jsonFile" : "target-icon-Debug-4d69fb034536f5ce863f.json", + "name" : "icon", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "iconify::@469ee0266844ee2d64e7", + "jsonFile" : "target-iconify-Debug-0499da06d62c92ffe482.json", + "name" : "iconify", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "inputlag::@469ee0266844ee2d64e7", + "jsonFile" : "target-inputlag-Debug-7d6a09bb4c7c968a1705.json", + "name" : "inputlag", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "joysticks::@469ee0266844ee2d64e7", + "jsonFile" : "target-joysticks-Debug-b7099d377ccc08ad7e06.json", + "name" : "joysticks", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "monitors::@469ee0266844ee2d64e7", + "jsonFile" : "target-monitors-Debug-94e4d4c079c174b46710.json", + "name" : "monitors", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "msaa::@469ee0266844ee2d64e7", + "jsonFile" : "target-msaa-Debug-a15b704bc324886fe288.json", + "name" : "msaa", + "projectIndex" : 1 + }, + { + "directoryIndex" : 3, + "id" : "offscreen::@c62c2157a01e8bae2628", + "jsonFile" : "target-offscreen-Debug-3b25762eda45ac04bb71.json", + "name" : "offscreen", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "opacity::@469ee0266844ee2d64e7", + "jsonFile" : "target-opacity-Debug-c7944d096536948f97af.json", + "name" : "opacity", + "projectIndex" : 1 + }, + { + "directoryIndex" : 3, + "id" : "particles::@c62c2157a01e8bae2628", + "jsonFile" : "target-particles-Debug-8b34206d92d1b2ba1e79.json", + "name" : "particles", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "reopen::@469ee0266844ee2d64e7", + "jsonFile" : "target-reopen-Debug-c9f2eed116789f4f2bfd.json", + "name" : "reopen", + "projectIndex" : 1 + }, + { + "directoryIndex" : 3, + "id" : "sharing::@c62c2157a01e8bae2628", + "jsonFile" : "target-sharing-Debug-ec3e927038f9bc7ec85a.json", + "name" : "sharing", + "projectIndex" : 1 + }, + { + "directoryIndex" : 3, + "id" : "simple::@c62c2157a01e8bae2628", + "jsonFile" : "target-simple-Debug-ac5c84290f37dce8ef4d.json", + "name" : "simple", + "projectIndex" : 1 + }, + { + "directoryIndex" : 3, + "id" : "splitview::@c62c2157a01e8bae2628", + "jsonFile" : "target-splitview-Debug-cd80f0bbfd25ca613c40.json", + "name" : "splitview", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "tearing::@469ee0266844ee2d64e7", + "jsonFile" : "target-tearing-Debug-d8628395ee6d6f1bbae3.json", + "name" : "tearing", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "threads::@469ee0266844ee2d64e7", + "jsonFile" : "target-threads-Debug-182e20799d43f0a75409.json", + "name" : "threads", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "timeout::@469ee0266844ee2d64e7", + "jsonFile" : "target-timeout-Debug-67774375a2aa543ce35d.json", + "name" : "timeout", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "title::@469ee0266844ee2d64e7", + "jsonFile" : "target-title-Debug-e63c76e5b1218fe2bca6.json", + "name" : "title", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "triangle-vulkan::@469ee0266844ee2d64e7", + "jsonFile" : "target-triangle-vulkan-Debug-e53287285af370973e40.json", + "name" : "triangle-vulkan", + "projectIndex" : 1 + }, + { + "directoryIndex" : 1, + "id" : "uninstall::@369fad943889a5ec39c8", + "jsonFile" : "target-uninstall-Debug-9adff5a92ec9bcefcae3.json", + "name" : "uninstall", + "projectIndex" : 1 + }, + { + "directoryIndex" : 2, + "id" : "update_mappings::@fa9f4482d3a2b070f206", + "jsonFile" : "target-update_mappings-Debug-349cce9c8d15ace672d8.json", + "name" : "update_mappings", + "projectIndex" : 1 + }, + { + "directoryIndex" : 3, + "id" : "wave::@c62c2157a01e8bae2628", + "jsonFile" : "target-wave-Debug-9b4053c7c86e0c0661b4.json", + "name" : "wave", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "windows::@469ee0266844ee2d64e7", + "jsonFile" : "target-windows-Debug-2d4b19dd0cc1043950b0.json", + "name" : "windows", + "projectIndex" : 1 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/mnt/Drive2/Osmium/build", + "source" : "/mnt/Drive2/Osmium" + }, + "version" : + { + "major" : 2, + "minor" : 8 + } +} diff --git a/build/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json b/build/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/build/.cmake/api/v1/reply/directory-_deps.glfw-build-Debug-ee112badf8f7da15702e.json b/build/.cmake/api/v1/reply/directory-_deps.glfw-build-Debug-ee112badf8f7da15702e.json new file mode 100644 index 0000000..a70bd51 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-_deps.glfw-build-Debug-ee112badf8f7da15702e.json @@ -0,0 +1,100 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "build/_deps/glfw-src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 361, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 364, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 368, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 371, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "build/_deps/glfw-src/include/GLFW" + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "paths" : + [ + "build/_deps/glfw-build/src/glfw3Config.cmake", + "build/_deps/glfw-build/src/glfw3ConfigVersion.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "exportName" : "glfwTargets", + "exportTargets" : + [ + { + "id" : "glfw::@fa9f4482d3a2b070f206", + "index" : 8 + } + ], + "paths" : + [ + "_deps/glfw-build/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "build/_deps/glfw-build/src/glfw3.pc" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "_deps/glfw-build", + "source" : "build/_deps/glfw-src" + } +} diff --git a/build/.cmake/api/v1/reply/directory-_deps.glfw-build.examples-Debug-25c9dbefe143783d1472.json b/build/.cmake/api/v1/reply/directory-_deps.glfw-build.examples-Debug-25c9dbefe143783d1472.json new file mode 100644 index 0000000..335b4b3 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-_deps.glfw-build.examples-Debug-25c9dbefe143783d1472.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "_deps/glfw-build/examples", + "source" : "build/_deps/glfw-src/examples" + } +} diff --git a/build/.cmake/api/v1/reply/directory-_deps.glfw-build.src-Debug-28fb5906566c81922e50.json b/build/.cmake/api/v1/reply/directory-_deps.glfw-build.src-Debug-28fb5906566c81922e50.json new file mode 100644 index 0000000..26e5ea3 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-_deps.glfw-build.src-Debug-28fb5906566c81922e50.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 189, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "_deps/glfw-build/src/libglfw3.a" + ], + "targetId" : "glfw::@fa9f4482d3a2b070f206", + "targetIndex" : 8, + "type" : "target" + } + ], + "paths" : + { + "build" : "_deps/glfw-build/src", + "source" : "build/_deps/glfw-src/src" + } +} diff --git a/build/.cmake/api/v1/reply/directory-_deps.glfw-build.tests-Debug-afa08506b18213cba83a.json b/build/.cmake/api/v1/reply/directory-_deps.glfw-build.tests-Debug-afa08506b18213cba83a.json new file mode 100644 index 0000000..320033e --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-_deps.glfw-build.tests-Debug-afa08506b18213cba83a.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + } +} diff --git a/build/.cmake/api/v1/reply/index-2025-07-10T23-24-00-0643.json b/build/.cmake/api/v1/reply/index-2025-07-10T23-24-00-0643.json new file mode 100644 index 0000000..25bb6bc --- /dev/null +++ b/build/.cmake/api/v1/reply/index-2025-07-10T23-24-00-0643.json @@ -0,0 +1,132 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/snap/cmake/1468/bin/cmake", + "cpack" : "/snap/cmake/1468/bin/cpack", + "ctest" : "/snap/cmake/1468/bin/ctest", + "root" : "/snap/cmake/1468/share/cmake-4.0" + }, + "version" : + { + "isDirty" : false, + "major" : 4, + "minor" : 0, + "patch" : 3, + "string" : "4.0.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-f15a62a2a65432c7846d.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 8 + } + }, + { + "jsonFile" : "cache-v2-1c6eeabf0a34d0db0463.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-26ab137351a4671d82b1.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + { + "jsonFile" : "toolchains-v1-de13eb4a293a7f94668f.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "client-vscode" : + { + "query.json" : + { + "requests" : + [ + { + "kind" : "cache", + "version" : 2 + }, + { + "kind" : "codemodel", + "version" : 2 + }, + { + "kind" : "toolchains", + "version" : 1 + }, + { + "kind" : "cmakeFiles", + "version" : 1 + } + ], + "responses" : + [ + { + "jsonFile" : "cache-v2-1c6eeabf0a34d0db0463.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "codemodel-v2-f15a62a2a65432c7846d.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 8 + } + }, + { + "jsonFile" : "toolchains-v1-de13eb4a293a7f94668f.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-26ab137351a4671d82b1.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ] + } + } + } +} diff --git a/build/.cmake/api/v1/reply/target-ImGuiProject-Debug-587430bb25ddc0fe6d6c.json b/build/.cmake/api/v1/reply/target-ImGuiProject-Debug-587430bb25ddc0fe6d6c.json new file mode 100644 index 0000000..d9cdaca --- /dev/null +++ b/build/.cmake/api/v1/reply/target-ImGuiProject-Debug-587430bb25ddc0fe6d6c.json @@ -0,0 +1,257 @@ +{ + "artifacts" : + [ + { + "path" : "ImGuiProject" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "set_property", + "find_package", + "set_target_properties", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt", + "/snap/cmake/1468/share/cmake-4.0/Modules/FindOpenGL.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 26, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 33, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 3, + "file" : 0, + "line" : 7, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 5 + }, + { + "command" : 2, + "file" : 2, + "line" : 712, + "parent" : 6 + }, + { + "command" : 4, + "file" : 2, + "line" : 710, + "parent" : 6 + }, + { + "command" : 5, + "file" : 0, + "line" : 28, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++17" + } + ], + "includes" : + [ + { + "backtrace" : 9, + "path" : "/mnt/Drive2/Osmium/imgui" + }, + { + "backtrace" : 9, + "path" : "/mnt/Drive2/Osmium/imgui/backends" + }, + { + "backtrace" : 2, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "id" : "ImGuiProject::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libGLX.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "/usr/lib/x86_64-linux-gnu/libOpenGL.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "ImGuiProject", + "nameOnDisk" : "ImGuiProject", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "imgui/backends/imgui_impl_glfw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "imgui/backends/imgui_impl_opengl3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "imgui/imgui.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "imgui/imgui_demo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "imgui/imgui_draw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "imgui/imgui_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "imgui/imgui_widgets.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-boing-Debug-eacf86e5d8b7005bb743.json b/build/.cmake/api/v1/reply/target-boing-Debug-eacf86e5d8b7005bb743.json new file mode 100644 index 0000000..4e1a8f7 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-boing-Debug-eacf86e5d8b7005bb743.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/examples/boing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/examples/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "boing::@c62c2157a01e8bae2628", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "boing", + "nameOnDisk" : "boing", + "paths" : + { + "build" : "_deps/glfw-build/examples", + "source" : "build/_deps/glfw-src/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/examples/boing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-clipboard-Debug-f4e3c3ec7600cc02b010.json b/build/.cmake/api/v1/reply/target-clipboard-Debug-f4e3c3ec7600cc02b010.json new file mode 100644 index 0000000..88fe257 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-clipboard-Debug-f4e3c3ec7600cc02b010.json @@ -0,0 +1,197 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/clipboard" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 35, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "clipboard::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "clipboard", + "nameOnDisk" : "clipboard", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/clipboard.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-cursor-Debug-6d96fc41b9b4cb5cff85.json b/build/.cmake/api/v1/reply/target-cursor-Debug-6d96fc41b9b4cb5cff85.json new file mode 100644 index 0000000..633aad5 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-cursor-Debug-6d96fc41b9b4cb5cff85.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/cursor" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "cursor::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "cursor", + "nameOnDisk" : "cursor", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/cursor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-empty-Debug-ad3feb751034df06fa21.json b/build/.cmake/api/v1/reply/target-empty-Debug-ad3feb751034df06fa21.json new file mode 100644 index 0000000..ca06c6d --- /dev/null +++ b/build/.cmake/api/v1/reply/target-empty-Debug-ad3feb751034df06fa21.json @@ -0,0 +1,199 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/empty" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 44, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 60, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "empty::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "empty", + "nameOnDisk" : "empty", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/empty.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-events-Debug-153b01e1a5287a5065ba.json b/build/.cmake/api/v1/reply/target-events-Debug-153b01e1a5287a5065ba.json new file mode 100644 index 0000000..5f4fbb1 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-events-Debug-153b01e1a5287a5065ba.json @@ -0,0 +1,197 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/events" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 36, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "events::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "events", + "nameOnDisk" : "events", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/events.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-gamma-Debug-7d07ecee483a66423ff1.json b/build/.cmake/api/v1/reply/target-gamma-Debug-7d07ecee483a66423ff1.json new file mode 100644 index 0000000..b973539 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-gamma-Debug-7d07ecee483a66423ff1.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/gamma" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "gamma::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "gamma", + "nameOnDisk" : "gamma", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/gamma.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-gears-Debug-c41515584d02961c5edb.json b/build/.cmake/api/v1/reply/target-gears-Debug-c41515584d02961c5edb.json new file mode 100644 index 0000000..01d2964 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-gears-Debug-c41515584d02961c5edb.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/examples/gears" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/examples/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "gears::@c62c2157a01e8bae2628", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "gears", + "nameOnDisk" : "gears", + "paths" : + { + "build" : "_deps/glfw-build/examples", + "source" : "build/_deps/glfw-src/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/examples/gears.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-glfw-Debug-fbe4ec526d84cb5375b6.json b/build/.cmake/api/v1/reply/target-glfw-Debug-fbe4ec526d84cb5375b6.json new file mode 100644 index 0000000..2be9249 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-glfw-Debug-fbe4ec526d84cb5375b6.json @@ -0,0 +1,423 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "_deps/glfw-build/src/libglfw3.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 91, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 189, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 140, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 111, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 112, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 115, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 102, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fPIC" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-Wdeclaration-after-statement" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + }, + { + "backtrace" : 6, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/src" + }, + { + "backtrace" : 6, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-build/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 13, + 14 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fPIC" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + }, + { + "backtrace" : 6, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/src" + }, + { + "backtrace" : 6, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-build/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 15 + ] + } + ], + "folder" : + { + "name" : "GLFW3" + }, + "id" : "glfw::@fa9f4482d3a2b070f206", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "glfw", + "nameOnDisk" : "libglfw3.a", + "paths" : + { + "build" : "_deps/glfw-build/src", + "source" : "build/_deps/glfw-src/src" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/src/context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/src/init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/src/input.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/src/monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/src/vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/src/window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "build/_deps/glfw-src/src/x11_init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "build/_deps/glfw-src/src/x11_monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "build/_deps/glfw-src/src/x11_window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "build/_deps/glfw-src/src/xkb_unicode.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "build/_deps/glfw-src/src/posix_time.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "build/_deps/glfw-src/src/posix_thread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "build/_deps/glfw-src/src/glx_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/src/egl_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/src/osmesa_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "build/_deps/glfw-src/src/linux_joystick.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/src/internal.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/src/mappings.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-build/src/glfw_config.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/include/GLFW/glfw3.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/include/GLFW/glfw3native.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/src/x11_platform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/src/xkb_unicode.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/src/posix_time.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/src/posix_thread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/src/glx_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/src/egl_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/src/osmesa_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/src/linux_joystick.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-glfwinfo-Debug-f9dd0368447644b292f0.json b/build/.cmake/api/v1/reply/target-glfwinfo-Debug-f9dd0368447644b292f0.json new file mode 100644 index 0000000..8efcc08 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-glfwinfo-Debug-f9dd0368447644b292f0.json @@ -0,0 +1,211 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/glfwinfo" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 38, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "glfwinfo::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "glfwinfo", + "nameOnDisk" : "glfwinfo", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/glfwinfo.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/vulkan.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_vulkan.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-heightmap-Debug-c74fdb05d6ad365b8be8.json b/build/.cmake/api/v1/reply/target-heightmap-Debug-c74fdb05d6ad365b8be8.json new file mode 100644 index 0000000..89e5667 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-heightmap-Debug-c74fdb05d6ad365b8be8.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/examples/heightmap" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/examples/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "heightmap::@c62c2157a01e8bae2628", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "heightmap", + "nameOnDisk" : "heightmap", + "paths" : + { + "build" : "_deps/glfw-build/examples", + "source" : "build/_deps/glfw-src/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/examples/heightmap.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-icon-Debug-4d69fb034536f5ce863f.json b/build/.cmake/api/v1/reply/target-icon-Debug-4d69fb034536f5ce863f.json new file mode 100644 index 0000000..a2d7a2f --- /dev/null +++ b/build/.cmake/api/v1/reply/target-icon-Debug-4d69fb034536f5ce863f.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/icon" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 46, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "icon::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "icon", + "nameOnDisk" : "icon", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/icon.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-iconify-Debug-0499da06d62c92ffe482.json b/build/.cmake/api/v1/reply/target-iconify-Debug-0499da06d62c92ffe482.json new file mode 100644 index 0000000..9a1c0fc --- /dev/null +++ b/build/.cmake/api/v1/reply/target-iconify-Debug-0499da06d62c92ffe482.json @@ -0,0 +1,197 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/iconify" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "iconify::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "iconify", + "nameOnDisk" : "iconify", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/iconify.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-inputlag-Debug-7d6a09bb4c7c968a1705.json b/build/.cmake/api/v1/reply/target-inputlag-Debug-7d6a09bb4c7c968a1705.json new file mode 100644 index 0000000..2a40204 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-inputlag-Debug-7d6a09bb4c7c968a1705.json @@ -0,0 +1,197 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/inputlag" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "inputlag::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "inputlag", + "nameOnDisk" : "inputlag", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/inputlag.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-joysticks-Debug-b7099d377ccc08ad7e06.json b/build/.cmake/api/v1/reply/target-joysticks-Debug-b7099d377ccc08ad7e06.json new file mode 100644 index 0000000..082ca71 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-joysticks-Debug-b7099d377ccc08ad7e06.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/joysticks" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 48, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "joysticks::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "joysticks", + "nameOnDisk" : "joysticks", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/joysticks.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-monitors-Debug-94e4d4c079c174b46710.json b/build/.cmake/api/v1/reply/target-monitors-Debug-94e4d4c079c174b46710.json new file mode 100644 index 0000000..d17e147 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-monitors-Debug-94e4d4c079c174b46710.json @@ -0,0 +1,197 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/monitors" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "monitors::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "monitors", + "nameOnDisk" : "monitors", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/monitors.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-msaa-Debug-a15b704bc324886fe288.json b/build/.cmake/api/v1/reply/target-msaa-Debug-a15b704bc324886fe288.json new file mode 100644 index 0000000..f6b5dc0 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-msaa-Debug-a15b704bc324886fe288.json @@ -0,0 +1,197 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/msaa" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 37, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "msaa::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "msaa", + "nameOnDisk" : "msaa", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/msaa.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-offscreen-Debug-3b25762eda45ac04bb71.json b/build/.cmake/api/v1/reply/target-offscreen-Debug-3b25762eda45ac04bb71.json new file mode 100644 index 0000000..2d4c3c4 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-offscreen-Debug-3b25762eda45ac04bb71.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/examples/offscreen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/examples/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "offscreen::@c62c2157a01e8bae2628", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "offscreen", + "nameOnDisk" : "offscreen", + "paths" : + { + "build" : "_deps/glfw-build/examples", + "source" : "build/_deps/glfw-src/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/examples/offscreen.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-opacity-Debug-c7944d096536948f97af.json b/build/.cmake/api/v1/reply/target-opacity-Debug-c7944d096536948f97af.json new file mode 100644 index 0000000..2ce3cd1 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-opacity-Debug-c7944d096536948f97af.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/opacity" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "opacity::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "opacity", + "nameOnDisk" : "opacity", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/opacity.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-particles-Debug-8b34206d92d1b2ba1e79.json b/build/.cmake/api/v1/reply/target-particles-Debug-8b34206d92d1b2ba1e79.json new file mode 100644 index 0000000..6d1fb7e --- /dev/null +++ b/build/.cmake/api/v1/reply/target-particles-Debug-8b34206d92d1b2ba1e79.json @@ -0,0 +1,213 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/examples/particles" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/examples/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 43, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "particles::@c62c2157a01e8bae2628", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "particles", + "nameOnDisk" : "particles", + "paths" : + { + "build" : "_deps/glfw-build/examples", + "source" : "build/_deps/glfw-src/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/examples/particles.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-reopen-Debug-c9f2eed116789f4f2bfd.json b/build/.cmake/api/v1/reply/target-reopen-Debug-c9f2eed116789f4f2bfd.json new file mode 100644 index 0000000..4f62d14 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-reopen-Debug-c9f2eed116789f4f2bfd.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/reopen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "reopen::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "reopen", + "nameOnDisk" : "reopen", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/reopen.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-sharing-Debug-ec3e927038f9bc7ec85a.json b/build/.cmake/api/v1/reply/target-sharing-Debug-ec3e927038f9bc7ec85a.json new file mode 100644 index 0000000..ef193aa --- /dev/null +++ b/build/.cmake/api/v1/reply/target-sharing-Debug-ec3e927038f9bc7ec85a.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/examples/sharing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/examples/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 44, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "sharing::@c62c2157a01e8bae2628", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "sharing", + "nameOnDisk" : "sharing", + "paths" : + { + "build" : "_deps/glfw-build/examples", + "source" : "build/_deps/glfw-src/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/examples/sharing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-simple-Debug-ac5c84290f37dce8ef4d.json b/build/.cmake/api/v1/reply/target-simple-Debug-ac5c84290f37dce8ef4d.json new file mode 100644 index 0000000..80f185c --- /dev/null +++ b/build/.cmake/api/v1/reply/target-simple-Debug-ac5c84290f37dce8ef4d.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/examples/simple" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/examples/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "simple::@c62c2157a01e8bae2628", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "simple", + "nameOnDisk" : "simple", + "paths" : + { + "build" : "_deps/glfw-build/examples", + "source" : "build/_deps/glfw-src/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/examples/simple.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-splitview-Debug-cd80f0bbfd25ca613c40.json b/build/.cmake/api/v1/reply/target-splitview-Debug-cd80f0bbfd25ca613c40.json new file mode 100644 index 0000000..232a63b --- /dev/null +++ b/build/.cmake/api/v1/reply/target-splitview-Debug-cd80f0bbfd25ca613c40.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/examples/splitview" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/examples/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 46, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "splitview::@c62c2157a01e8bae2628", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "splitview", + "nameOnDisk" : "splitview", + "paths" : + { + "build" : "_deps/glfw-build/examples", + "source" : "build/_deps/glfw-src/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/examples/splitview.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-tearing-Debug-d8628395ee6d6f1bbae3.json b/build/.cmake/api/v1/reply/target-tearing-Debug-d8628395ee6d6f1bbae3.json new file mode 100644 index 0000000..787bb49 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-tearing-Debug-d8628395ee6d6f1bbae3.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/tearing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 50, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "tearing::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "tearing", + "nameOnDisk" : "tearing", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/tearing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-threads-Debug-182e20799d43f0a75409.json b/build/.cmake/api/v1/reply/target-threads-Debug-182e20799d43f0a75409.json new file mode 100644 index 0000000..93a2bf0 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-threads-Debug-182e20799d43f0a75409.json @@ -0,0 +1,199 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/threads" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "threads::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "threads", + "nameOnDisk" : "threads", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/threads.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-timeout-Debug-67774375a2aa543ce35d.json b/build/.cmake/api/v1/reply/target-timeout-Debug-67774375a2aa543ce35d.json new file mode 100644 index 0000000..2f26431 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-timeout-Debug-67774375a2aa543ce35d.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/timeout" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 52, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "timeout::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "timeout", + "nameOnDisk" : "timeout", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/timeout.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-title-Debug-e63c76e5b1218fe2bca6.json b/build/.cmake/api/v1/reply/target-title-Debug-e63c76e5b1218fe2bca6.json new file mode 100644 index 0000000..0539994 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-title-Debug-e63c76e5b1218fe2bca6.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/title" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 53, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "title::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "title", + "nameOnDisk" : "title", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/title.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-triangle-vulkan-Debug-e53287285af370973e40.json b/build/.cmake/api/v1/reply/target-triangle-vulkan-Debug-e53287285af370973e40.json new file mode 100644 index 0000000..ed0e590 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-triangle-vulkan-Debug-e53287285af370973e40.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/triangle-vulkan" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 54, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "triangle-vulkan::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "triangle-vulkan", + "nameOnDisk" : "triangle-vulkan", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/triangle-vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/vulkan.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_vulkan.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-uninstall-Debug-9adff5a92ec9bcefcae3.json b/build/.cmake/api/v1/reply/target-uninstall-Debug-9adff5a92ec9bcefcae3.json new file mode 100644 index 0000000..109949c --- /dev/null +++ b/build/.cmake/api/v1/reply/target-uninstall-Debug-9adff5a92ec9bcefcae3.json @@ -0,0 +1,70 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "build/_deps/glfw-src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 379, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "uninstall::@369fad943889a5ec39c8", + "name" : "uninstall", + "paths" : + { + "build" : "_deps/glfw-build", + "source" : "build/_deps/glfw-src" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "build/_deps/glfw-build/CMakeFiles/uninstall", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/_deps/glfw-build/CMakeFiles/uninstall.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-update_mappings-Debug-349cce9c8d15ace672d8.json b/build/.cmake/api/v1/reply/target-update_mappings-Debug-349cce9c8d15ace672d8.json new file mode 100644 index 0000000..47af19b --- /dev/null +++ b/build/.cmake/api/v1/reply/target-update_mappings-Debug-349cce9c8d15ace672d8.json @@ -0,0 +1,88 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 8, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "update_mappings::@fa9f4482d3a2b070f206", + "name" : "update_mappings", + "paths" : + { + "build" : "_deps/glfw-build/src", + "source" : "build/_deps/glfw-src/src" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 1, + 2 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/src/mappings.h.in", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/CMake/GenerateMappings.cmake", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "build/_deps/glfw-build/src/CMakeFiles/update_mappings", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/_deps/glfw-build/src/CMakeFiles/update_mappings.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-wave-Debug-9b4053c7c86e0c0661b4.json b/build/.cmake/api/v1/reply/target-wave-Debug-9b4053c7c86e0c0661b4.json new file mode 100644 index 0000000..be61436 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-wave-Debug-9b4053c7c86e0c0661b4.json @@ -0,0 +1,183 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/examples/wave" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/examples/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "wave::@c62c2157a01e8bae2628", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "wave", + "nameOnDisk" : "wave", + "paths" : + { + "build" : "_deps/glfw-build/examples", + "source" : "build/_deps/glfw-src/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/examples/wave.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-windows-Debug-2d4b19dd0cc1043950b0.json b/build/.cmake/api/v1/reply/target-windows-Debug-2d4b19dd0cc1043950b0.json new file mode 100644 index 0000000..14f98a3 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-windows-Debug-2d4b19dd0cc1043950b0.json @@ -0,0 +1,197 @@ +{ + "artifacts" : + [ + { + "path" : "_deps/glfw-build/tests/windows" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "build/_deps/glfw-src/tests/CMakeLists.txt", + "build/_deps/glfw-src/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 55, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps" + }, + { + "backtrace" : 1, + "path" : "/mnt/Drive2/Osmium/build/_deps/glfw-src/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@fa9f4482d3a2b070f206" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "windows::@469ee0266844ee2d64e7", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "_deps/glfw-build/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "windows", + "nameOnDisk" : "windows", + "paths" : + { + "build" : "_deps/glfw-build/tests", + "source" : "build/_deps/glfw-src/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/tests/windows.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "build/_deps/glfw-src/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "build/_deps/glfw-src/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/toolchains-v1-de13eb4a293a7f94668f.json b/build/.cmake/api/v1/reply/toolchains-v1-de13eb4a293a7f94668f.json new file mode 100644 index 0000000..fe24098 --- /dev/null +++ b/build/.cmake/api/v1/reply/toolchains-v1-de13eb4a293a7f94668f.json @@ -0,0 +1,110 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/13/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/13", + "/usr/lib/x86_64-linux-gnu", + "/usr/lib", + "/lib/x86_64-linux-gnu", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/gcc", + "version" : "13.3.0" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/13", + "/usr/include/x86_64-linux-gnu/c++/13", + "/usr/include/c++/13/backward", + "/usr/lib/gcc/x86_64-linux-gnu/13/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/13", + "/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/g++", + "version" : "13.3.0" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm", + "ccm", + "cxxm", + "c++m" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/build/.ninja_deps b/build/.ninja_deps new file mode 100644 index 0000000..dd99803 Binary files /dev/null and b/build/.ninja_deps differ diff --git a/build/.ninja_log b/build/.ninja_log new file mode 100644 index 0000000..d941f66 --- /dev/null +++ b/build/.ninja_log @@ -0,0 +1,127 @@ +# ninja log v5 +6 204 1752189841256480204 CMakeFiles/ImGuiProject.dir/main.cpp.o 800461eab56601f2 +16 250 1752189841302480235 _deps/glfw-build/src/CMakeFiles/glfw.dir/init.c.o 342bf8ec22db85f4 +16 257 1752189841308480239 _deps/glfw-build/src/CMakeFiles/glfw.dir/context.c.o c00e11f33a29dbdd +7 261 1752189841307480238 CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_opengl3.cpp.o b402a69d71e2fef0 +18 292 1752189841345480263 _deps/glfw-build/src/CMakeFiles/glfw.dir/monitor.c.o 7fd889183fc2c4ee +19 396 1752189841449480334 _deps/glfw-build/src/CMakeFiles/glfw.dir/vulkan.c.o 60d0499e9a4ee873 +6 409 1752189841461480342 CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_glfw.cpp.o 8f24b30f4d7762b4 +262 466 1752189841517480380 _deps/glfw-build/src/CMakeFiles/glfw.dir/xkb_unicode.c.o 3144d1af00199434 +20 470 1752189841517480380 _deps/glfw-build/src/CMakeFiles/glfw.dir/window.c.o d8490ed519990bbf +292 504 1752189841553480404 _deps/glfw-build/src/CMakeFiles/glfw.dir/posix_time.c.o bd5732093ea76a22 +397 523 1752189841577480420 _deps/glfw-build/src/CMakeFiles/glfw.dir/posix_thread.c.o 2aba41cea8ecb424 +206 582 1752189841632480458 _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_init.c.o 6d2fd882a461a620 +523 684 1752189841736480528 _deps/glfw-build/examples/CMakeFiles/boing.dir/boing.c.o b93facf3e263d4b5 +251 719 1752189841771480551 _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_monitor.c.o e8809fe1054d44d3 +411 778 1752189841831480592 _deps/glfw-build/src/CMakeFiles/glfw.dir/glx_context.c.o afc08b126cb5f856 +470 781 1752189841821480585 _deps/glfw-build/src/CMakeFiles/glfw.dir/osmesa_context.c.o d9cafe68cc4b425c +466 786 1752189841837480596 _deps/glfw-build/src/CMakeFiles/glfw.dir/egl_context.c.o d0c8cfbc23f21c88 +18 794 1752189841847480602 _deps/glfw-build/src/CMakeFiles/glfw.dir/input.c.o 310a8d04750c704f +504 812 1752189841864480614 _deps/glfw-build/src/CMakeFiles/glfw.dir/linux_joystick.c.o 343a4c3f61ae76f +684 965 1752189842015480716 _deps/glfw-build/examples/CMakeFiles/gears.dir/gears.c.o 34be7c3f677ed9aa +778 969 1752189842022480721 _deps/glfw-build/examples/CMakeFiles/heightmap.dir/heightmap.c.o 7d5dc1fbfb1e85bf +970 1065 1752189842117480785 _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o bad8c4b26af283ee +719 1078 1752189842126480791 _deps/glfw-build/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o ea52882f019d5a45 +812 1086 1752189842139480800 _deps/glfw-build/examples/CMakeFiles/particles.dir/particles.c.o 1e6f981d685ea32a +965 1168 1752189842220480854 _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o 44fb727c6a3392a +257 1174 1752189842221480855 _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_window.c.o d4b4916507a4f2e7 +582 1206 1752189842258480880 _deps/glfw-build/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o 4b6b46eacf1dac83 +1174 1251 1752189842304480911 _deps/glfw-build/src/libglfw3.a 9be5bdf5427b62d8 +794 1253 1752189842304480911 _deps/glfw-build/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o 309d6f4c3c1bf5a5 +1078 1305 1752189842356480946 _deps/glfw-build/examples/CMakeFiles/sharing.dir/sharing.c.o 1b06dc0a9f06b629 +781 1325 1752189842377480961 _deps/glfw-build/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o e81b48d0d7806c5 +1251 1378 1752189842429480996 _deps/glfw-build/examples/boing 3bc233bbab02e768 +786 1388 1752189842437481001 _deps/glfw-build/examples/CMakeFiles/offscreen.dir/offscreen.c.o 84e5ce4b8fb1abaf +1168 1453 1752189842506481047 _deps/glfw-build/examples/CMakeFiles/simple.dir/simple.c.o 4ee2d800e69c51f1 +1388 1523 1752189842570481091 _deps/glfw-build/examples/offscreen 5792b0fbccc26f67 +1086 1530 1752189842582481099 _deps/glfw-build/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o d5cd352230e4c081 +1253 1544 1752189842590481105 _deps/glfw-build/examples/gears af86f09551a9826 +1325 1556 1752189842595481108 _deps/glfw-build/examples/heightmap c9efeb81b6759d37 +1206 1613 1752189842665481155 _deps/glfw-build/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o b43146bf02bb4cbe +1306 1638 1752189842686481169 _deps/glfw-build/examples/CMakeFiles/splitview.dir/splitview.c.o 741e60d22327a7a7 +1065 1642 1752189842692481173 _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o 3a1e4443e02f1e60 +1556 1668 1752189842719481191 _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o 54ab680ea6512d16 +1531 1689 1752189842739481205 _deps/glfw-build/examples/sharing e3725cb3411a1a5a +1453 1730 1752189842783481235 _deps/glfw-build/examples/CMakeFiles/wave.dir/wave.c.o 3b1a3c873c6615a0 +1545 1757 1752189842810481253 _deps/glfw-build/tests/CMakeFiles/clipboard.dir/clipboard.c.o 784acefebc4e4ab3 +1691 1779 1752189842832481268 _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/getopt.c.o fdeccb86a1ad0d67 +1378 1834 1752189842887481305 _deps/glfw-build/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o 1e6763205778e875 +1670 1842 1752189842894481310 _deps/glfw-build/tests/CMakeFiles/events.dir/events.c.o b6cf36e9a23b57b3 +1779 1857 1752189842910481321 _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o 723768310cf2cc67 +1615 1893 1752189842942481342 _deps/glfw-build/examples/simple 1cace1cfffb80d4b +1757 1979 1752189843031481402 _deps/glfw-build/tests/CMakeFiles/msaa.dir/msaa.c.o 19ed028da95144ac +1893 1983 1752189843035481405 _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o a4e09dd9eaf03952 +1643 2019 1752189843067481427 _deps/glfw-build/examples/particles eae16706cbaa9598 +1524 2042 1752189843092481444 _deps/glfw-build/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o 8fcd520a291f17cd +1835 2052 1752189843093481444 _deps/glfw-build/examples/splitview 857784284dacf73c +2019 2124 1752189843177481501 _deps/glfw-build/tests/CMakeFiles/iconify.dir/iconify.c.o f4e68bbdd0588a82 +1730 2138 1752189843188481508 _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o a81e71a57e0d34df +2052 2147 1752189843187481508 _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o 3cf722019288845c +1857 2196 1752189843249481550 _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o 46139a472d080a43 +1640 2205 1752189843254481553 _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o d50b16813d6c0dd0 +1984 2245 1752189843293481580 _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o ef22d4d5abf8e39b +2043 2247 1752189843296481581 _deps/glfw-build/examples/wave 2b311175e056568f +1846 2266 1752189843314481594 _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o 2a83caf5d5d981e6 +2148 2282 1752189843333481606 _deps/glfw-build/tests/CMakeFiles/monitors.dir/monitors.c.o 1e32d1fcea3768d6 +2196 2310 1752189843359481624 _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o 9380492aa14a647e +2140 2341 1752189843392481646 _deps/glfw-build/tests/events e2b3d6f1ab92233b +1979 2383 1752189843435481676 _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o 10b0f36b7012bb12 +2266 2442 1752189843491481713 _deps/glfw-build/tests/msaa 22d845a7df44db0d +2247 2444 1752189843495481716 _deps/glfw-build/tests/CMakeFiles/reopen.dir/reopen.c.o 82d928f21d3fed60 +2205 2453 1752189843501481720 _deps/glfw-build/tests/clipboard 89f6f027fa854606 +2312 2578 1752189843631481808 _deps/glfw-build/tests/CMakeFiles/cursor.dir/cursor.c.o 19c2306fcedca78 +2446 2592 1752189843645481817 _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o ccfa40b87f4cf6b3 +2383 2624 1752189843675481838 _deps/glfw-build/tests/glfwinfo f73390d79591fddf +2132 2629 1752189843676481838 _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o cac3d4a68192eaa4 +2245 2701 1752189843749481888 _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o 858bc9f727aaf1e5 +2341 2706 1752189843755481892 _deps/glfw-build/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o a7208340398152a9 +2442 2706 1752189843759481895 _deps/glfw-build/tests/CMakeFiles/empty.dir/empty.c.o 5c4749d2eff3ed2d +2282 2809 1752189843862481964 _deps/glfw-build/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o 4270cad201e0b1db +2628 2827 1752189843877481974 _deps/glfw-build/tests/CMakeFiles/icon.dir/icon.c.o 95ad27314f18a2a +2629 2873 1752189843911481997 _deps/glfw-build/tests/iconify fa4618f02652488a +2454 2924 1752189843977482042 _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o 5556245399036331 +2701 2926 1752189843972482038 _deps/glfw-build/tests/monitors 100ccccadb950d50 +2706 2932 1752189843979482043 _deps/glfw-build/tests/cursor 88a634cc663b8e3d +2873 2972 1752189844025482074 _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o f03897c73fd7def5 +2809 2988 1752189844035482081 _deps/glfw-build/tests/reopen 5dcf13cf6eea6546 +2593 2992 1752189844037482082 _deps/glfw-build/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o 6beb90d87ff9c1b3 +2924 3090 1752189844141482153 _deps/glfw-build/tests/empty 3c5aabdaed662e14 +2706 3247 1752189844299482260 _deps/glfw-build/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o fbc91f790cef5a91 +3090 3312 1752189844362482302 _deps/glfw-build/tests/CMakeFiles/tearing.dir/tearing.c.o 8a7c23f9d391096b +2973 3327 1752189844379482314 _deps/glfw-build/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o bca7bd543b29a30b +2926 3368 1752189844414482338 _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o 8abd91281e9f4f33 +7 3480 1752189844527482414 CMakeFiles/ImGuiProject.dir/imgui/imgui_demo.cpp.o 5263d2c893e7fb58 +3247 3513 1752189844555482433 _deps/glfw-build/tests/icon ac2dd9b5b4db1a9d +3368 3569 1752189844614482473 _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o 3b0b379ce7c000f3 +3327 3577 1752189844626482481 _deps/glfw-build/tests/CMakeFiles/threads.dir/threads.c.o 7c5223545067f6c3 +12 3595 1752189844641482491 CMakeFiles/ImGuiProject.dir/imgui/imgui_tables.cpp.o e30be1f4378b3d39 +3514 3699 1752189844752482566 _deps/glfw-build/tests/CMakeFiles/timeout.dir/timeout.c.o 32bb30e9dd01a22a +3577 3733 1752189844786482589 _deps/glfw-build/tests/CMakeFiles/title.dir/title.c.o c8f0bc9d2250b494 +2992 3739 1752189844790482592 _deps/glfw-build/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o 52ac4c127406df33 +3312 3797 1752189844849482632 _deps/glfw-build/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o b2872335e6dde686 +3741 3883 1752189844937482691 _deps/glfw-build/tests/CMakeFiles/windows.dir/windows.c.o be18d5e870295b6e +3480 3924 1752189844975482717 _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o 5be686e3ba54f1b5 +3797 3994 1752189845039482760 _deps/glfw-build/tests/tearing ecf5f0d3feee30d7 +3883 4003 1752189845054482770 _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o 7589085093e16c20 +3595 4040 1752189845079482787 _deps/glfw-build/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o d3362362b8b1faa4 +3733 4095 1752189845145482832 _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o 7e198e909e0ff644 +3699 4102 1752189845154482838 _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o 967889d6564c6898 +3569 4104 1752189845155482839 _deps/glfw-build/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o 75c9f07039ca3455 +3924 4157 1752189845208482875 _deps/glfw-build/tests/threads 3e8f21b46c9fa3c7 +4102 4213 1752189845262482911 _deps/glfw-build/tests/triangle-vulkan 841205bb6811b8f6 +4040 4269 1752189845316482948 _deps/glfw-build/tests/title 4d9c6d56bedc5f6a +4104 4309 1752189845360482978 _deps/glfw-build/tests/timeout a224e9fcf061b5b4 +3996 4363 1752189845414483014 _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o 96ca84fd294ca598 +8 4430 1752189845478483057 CMakeFiles/ImGuiProject.dir/imgui/imgui_draw.cpp.o 1e7ad9c7fc83254d +4365 4485 1752189845536483096 _deps/glfw-build/tests/windows d404f3ad0bf8bf84 +13 5039 1752189846085483468 CMakeFiles/ImGuiProject.dir/imgui/imgui_widgets.cpp.o 67ed2e237450c1a0 +7 5251 1752189846296483611 CMakeFiles/ImGuiProject.dir/imgui/imgui.cpp.o 411f170e00f48308 +2827 5420 1752189846467483727 _deps/glfw-build/tests/CMakeFiles/inputlag.dir/inputlag.c.o b0aca717a8f7ef7f +5251 5518 1752189846558483788 ImGuiProject 50ed13d1816122ad +5420 5568 1752189846619483830 _deps/glfw-build/tests/inputlag 3ffbeafe3212ab43 +2578 5641 1752189846690483878 _deps/glfw-build/tests/CMakeFiles/gamma.dir/gamma.c.o aa5eb0fd328aa381 +5641 5715 1752189846766483929 _deps/glfw-build/tests/gamma 1e4005cef58f4da7 +2932 5733 1752189846782483940 _deps/glfw-build/tests/CMakeFiles/joysticks.dir/joysticks.c.o 2c63b87a2c7a7d76 +5733 5802 1752189846854483989 _deps/glfw-build/tests/joysticks eab5297d65b18834 +2988 5808 1752189846857483991 _deps/glfw-build/tests/CMakeFiles/opacity.dir/opacity.c.o 51832cf90cc0c884 +5808 5869 1752189846921484034 _deps/glfw-build/tests/opacity f9fe729bb1e8eda1 diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt new file mode 100644 index 0000000..36e5f79 --- /dev/null +++ b/build/CMakeCache.txt @@ -0,0 +1,1316 @@ +# This is the CMakeCache file. +# For build in directory: /mnt/Drive2/Osmium/build +# It was generated by CMake: /snap/cmake/1468/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Build shared libraries +BUILD_SHARED_LIBS:BOOL=OFF + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-13 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13 + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:STRING=/usr/bin/gcc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-13 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13 + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of build database during the build. +CMAKE_EXPORT_BUILD_DATABASE:BOOL= + +//No help, variable specified on the command line. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/mnt/Drive2/Osmium/build/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=ImGuiProject + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=3.3.8 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=3 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=3 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=8 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Doxygen documentation generation tool (https://www.doxygen.nl) +DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND + +//Directory under which to collect all populated content +FETCHCONTENT_BASE_DIR:PATH=/mnt/Drive2/Osmium/build/_deps + +//Disables all attempts to download or update content and assumes +// source dirs already exist +FETCHCONTENT_FULLY_DISCONNECTED:BOOL=OFF + +//Enables QUIET option for all content population +FETCHCONTENT_QUIET:BOOL=ON + +//When not empty, overrides where to find pre-populated content +// for glfw +FETCHCONTENT_SOURCE_DIR_GLFW:PATH= + +//Enables UPDATE_DISCONNECTED behavior for all content population +FETCHCONTENT_UPDATES_DISCONNECTED:BOOL=OFF + +//Enables UPDATE_DISCONNECTED behavior just for population of glfw +FETCHCONTENT_UPDATES_DISCONNECTED_GLFW:BOOL=OFF + +//Git command line client +GIT_EXECUTABLE:FILEPATH=/usr/bin/git + +//Value Computed by CMake +GLFW_BINARY_DIR:STATIC=/mnt/Drive2/Osmium/build/_deps/glfw-build + +//Build the GLFW documentation +GLFW_BUILD_DOCS:BOOL=ON + +//Build the GLFW example programs +GLFW_BUILD_EXAMPLES:BOOL=ON + +//Build the GLFW test programs +GLFW_BUILD_TESTS:BOOL=ON + +//Generate installation target +GLFW_INSTALL:BOOL=ON + +//Value Computed by CMake +GLFW_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +GLFW_SOURCE_DIR:STATIC=/mnt/Drive2/Osmium/build/_deps/glfw-src + +//Use OSMesa for offscreen context creation +GLFW_USE_OSMESA:BOOL=OFF + +//Use Wayland for window creation +GLFW_USE_WAYLAND:BOOL=OFF + +//Assume the Vulkan loader is linked with the application +GLFW_VULKAN_STATIC:BOOL=OFF + +//Value Computed by CMake +ImGuiProject_BINARY_DIR:STATIC=/mnt/Drive2/Osmium/build + +//Value Computed by CMake +ImGuiProject_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +ImGuiProject_SOURCE_DIR:STATIC=/mnt/Drive2/Osmium + +//Path to a library. +MATH_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so + +//Path to a file. +OPENGL_EGL_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_GLES2_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_GLES3_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_GLU_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_GLX_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +OPENGL_egl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libEGL.so + +//Path to a library. +OPENGL_gles2_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLESv2.so + +//Path to a library. +OPENGL_gles3_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLESv2.so + +//Path to a library. +OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLU.so + +//Path to a library. +OPENGL_glx_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLX.so + +//Path to a library. +OPENGL_opengl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libOpenGL.so + +//Path to a file. +OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND + +//Path to a library. +RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.a + +//Path to a file. +X11_ICE_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_ICE_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libICE.so + +//Path to a file. +X11_SM_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_SM_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libSM.so + +//Path to a file. +X11_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libX11.so + +//Path to a file. +X11_X11_xcb_INCLUDE_PATH:PATH=X11_X11_xcb_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_X11_xcb_LIB:FILEPATH=X11_X11_xcb_LIB-NOTFOUND + +//Path to a file. +X11_XRes_INCLUDE_PATH:PATH=X11_XRes_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_XRes_LIB:FILEPATH=X11_XRes_LIB-NOTFOUND + +//Path to a file. +X11_XShm_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_XSync_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessrules_INCLUDE_PATH:PATH=X11_Xaccessrules_INCLUDE_PATH-NOTFOUND + +//Path to a file. +X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xau_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xau_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXau.so + +//Path to a file. +X11_Xaw_INCLUDE_PATH:PATH=X11_Xaw_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xaw_LIB:FILEPATH=X11_Xaw_LIB-NOTFOUND + +//Path to a file. +X11_Xcomposite_INCLUDE_PATH:PATH=X11_Xcomposite_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xcomposite_LIB:FILEPATH=X11_Xcomposite_LIB-NOTFOUND + +//Path to a file. +X11_Xcursor_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcursor_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXcursor.so + +//Path to a file. +X11_Xdamage_INCLUDE_PATH:PATH=X11_Xdamage_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xdamage_LIB:FILEPATH=X11_Xdamage_LIB-NOTFOUND + +//Path to a file. +X11_Xdbe_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdmcp_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXdmcp.so + +//Path to a file. +X11_Xext_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xext_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXext.so + +//Path to a file. +X11_Xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xfixes_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXfixes.so + +//Path to a file. +X11_Xft_INCLUDE_PATH:PATH=X11_Xft_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xft_LIB:FILEPATH=X11_Xft_LIB-NOTFOUND + +//Path to a file. +X11_Xi_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xi_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXi.so + +//Path to a file. +X11_Xinerama_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xinerama_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXinerama.so + +//Path to a file. +X11_Xkb_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xkblib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xlib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xmu_INCLUDE_PATH:PATH=X11_Xmu_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xmu_LIB:FILEPATH=X11_Xmu_LIB-NOTFOUND + +//Path to a file. +X11_Xpm_INCLUDE_PATH:PATH=X11_Xpm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xpm_LIB:FILEPATH=X11_Xpm_LIB-NOTFOUND + +//Path to a file. +X11_Xpresent_INCLUDE_PATH:PATH=X11_Xpresent_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xpresent_LIB:FILEPATH=X11_Xpresent_LIB-NOTFOUND + +//Path to a file. +X11_Xrandr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrandr_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrandr.so + +//Path to a file. +X11_Xrender_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrender_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrender.so + +//Path to a file. +X11_Xshape_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xss_INCLUDE_PATH:PATH=X11_Xss_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xss_LIB:FILEPATH=X11_Xss_LIB-NOTFOUND + +//Path to a file. +X11_Xt_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xt_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXt.so + +//Path to a file. +X11_Xtst_INCLUDE_PATH:PATH=X11_Xtst_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xtst_LIB:FILEPATH=X11_Xtst_LIB-NOTFOUND + +//Path to a file. +X11_Xutil_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xv_INCLUDE_PATH:PATH=X11_Xv_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xv_LIB:FILEPATH=X11_Xv_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86vm_INCLUDE_PATH:PATH=X11_Xxf86vm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86vm_LIB:FILEPATH=X11_Xxf86vm_LIB-NOTFOUND + +//Path to a file. +X11_dpms_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libxcb.so + +//Path to a file. +X11_xcb_composite_INCLUDE_PATH:PATH=X11_xcb_composite_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_composite_LIB:FILEPATH=X11_xcb_composite_LIB-NOTFOUND + +//Path to a file. +X11_xcb_cursor_INCLUDE_PATH:PATH=X11_xcb_cursor_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_cursor_LIB:FILEPATH=X11_xcb_cursor_LIB-NOTFOUND + +//Path to a file. +X11_xcb_damage_INCLUDE_PATH:PATH=X11_xcb_damage_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_damage_LIB:FILEPATH=X11_xcb_damage_LIB-NOTFOUND + +//Path to a file. +X11_xcb_dpms_INCLUDE_PATH:PATH=X11_xcb_dpms_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_dpms_LIB:FILEPATH=X11_xcb_dpms_LIB-NOTFOUND + +//Path to a file. +X11_xcb_dri2_INCLUDE_PATH:PATH=X11_xcb_dri2_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_dri2_LIB:FILEPATH=X11_xcb_dri2_LIB-NOTFOUND + +//Path to a file. +X11_xcb_dri3_INCLUDE_PATH:PATH=X11_xcb_dri3_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_dri3_LIB:FILEPATH=X11_xcb_dri3_LIB-NOTFOUND + +//Path to a file. +X11_xcb_errors_INCLUDE_PATH:PATH=X11_xcb_errors_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_errors_LIB:FILEPATH=X11_xcb_errors_LIB-NOTFOUND + +//Path to a file. +X11_xcb_ewmh_INCLUDE_PATH:PATH=X11_xcb_ewmh_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_ewmh_LIB:FILEPATH=X11_xcb_ewmh_LIB-NOTFOUND + +//Path to a file. +X11_xcb_glx_INCLUDE_PATH:PATH=X11_xcb_glx_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_glx_LIB:FILEPATH=X11_xcb_glx_LIB-NOTFOUND + +//Path to a file. +X11_xcb_icccm_INCLUDE_PATH:PATH=X11_xcb_icccm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_icccm_LIB:FILEPATH=X11_xcb_icccm_LIB-NOTFOUND + +//Path to a file. +X11_xcb_image_INCLUDE_PATH:PATH=X11_xcb_image_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_image_LIB:FILEPATH=X11_xcb_image_LIB-NOTFOUND + +//Path to a file. +X11_xcb_keysyms_INCLUDE_PATH:PATH=X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_keysyms_LIB:FILEPATH=X11_xcb_keysyms_LIB-NOTFOUND + +//Path to a file. +X11_xcb_present_INCLUDE_PATH:PATH=X11_xcb_present_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_present_LIB:FILEPATH=X11_xcb_present_LIB-NOTFOUND + +//Path to a file. +X11_xcb_randr_INCLUDE_PATH:PATH=X11_xcb_randr_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_randr_LIB:FILEPATH=X11_xcb_randr_LIB-NOTFOUND + +//Path to a file. +X11_xcb_record_INCLUDE_PATH:PATH=X11_xcb_record_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_record_LIB:FILEPATH=X11_xcb_record_LIB-NOTFOUND + +//Path to a file. +X11_xcb_render_INCLUDE_PATH:PATH=X11_xcb_render_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_render_LIB:FILEPATH=X11_xcb_render_LIB-NOTFOUND + +//Path to a file. +X11_xcb_render_util_INCLUDE_PATH:PATH=X11_xcb_render_util_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_render_util_LIB:FILEPATH=X11_xcb_render_util_LIB-NOTFOUND + +//Path to a file. +X11_xcb_res_INCLUDE_PATH:PATH=X11_xcb_res_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_res_LIB:FILEPATH=X11_xcb_res_LIB-NOTFOUND + +//Path to a file. +X11_xcb_screensaver_INCLUDE_PATH:PATH=X11_xcb_screensaver_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_screensaver_LIB:FILEPATH=X11_xcb_screensaver_LIB-NOTFOUND + +//Path to a file. +X11_xcb_shape_INCLUDE_PATH:PATH=X11_xcb_shape_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_shape_LIB:FILEPATH=X11_xcb_shape_LIB-NOTFOUND + +//Path to a file. +X11_xcb_shm_INCLUDE_PATH:PATH=X11_xcb_shm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_shm_LIB:FILEPATH=X11_xcb_shm_LIB-NOTFOUND + +//Path to a file. +X11_xcb_sync_INCLUDE_PATH:PATH=X11_xcb_sync_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_sync_LIB:FILEPATH=X11_xcb_sync_LIB-NOTFOUND + +//Path to a file. +X11_xcb_util_INCLUDE_PATH:PATH=X11_xcb_util_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_util_LIB:FILEPATH=X11_xcb_util_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xf86dri_INCLUDE_PATH:PATH=X11_xcb_xf86dri_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xf86dri_LIB:FILEPATH=X11_xcb_xf86dri_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xfixes_INCLUDE_PATH:PATH=X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xfixes_LIB:FILEPATH=X11_xcb_xfixes_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xinerama_INCLUDE_PATH:PATH=X11_xcb_xinerama_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xinerama_LIB:FILEPATH=X11_xcb_xinerama_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xinput_INCLUDE_PATH:PATH=X11_xcb_xinput_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xinput_LIB:FILEPATH=X11_xcb_xinput_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xkb_INCLUDE_PATH:PATH=X11_xcb_xkb_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xkb_LIB:FILEPATH=X11_xcb_xkb_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xrm_INCLUDE_PATH:PATH=X11_xcb_xrm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xrm_LIB:FILEPATH=X11_xcb_xrm_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xtest_INCLUDE_PATH:PATH=X11_xcb_xtest_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xtest_LIB:FILEPATH=X11_xcb_xtest_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xv_INCLUDE_PATH:PATH=X11_xcb_xv_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xv_LIB:FILEPATH=X11_xcb_xv_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xvmc_INCLUDE_PATH:PATH=X11_xcb_xvmc_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xvmc_LIB:FILEPATH=X11_xcb_xvmc_LIB-NOTFOUND + +//Path to a file. +X11_xkbcommon_INCLUDE_PATH:PATH=X11_xkbcommon_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbcommon_LIB:FILEPATH=X11_xkbcommon_LIB-NOTFOUND + +//Path to a file. +X11_xkbcommon_X11_INCLUDE_PATH:PATH=X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbcommon_X11_LIB:FILEPATH=X11_xkbcommon_X11_LIB-NOTFOUND + +//Path to a file. +X11_xkbfile_INCLUDE_PATH:PATH=X11_xkbfile_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbfile_LIB:FILEPATH=X11_xkbfile_LIB-NOTFOUND + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/mnt/Drive2/Osmium/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=0 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/snap/cmake/1468/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/snap/cmake/1468/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/snap/cmake/1468/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/snap/cmake/1468/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_BUILD_DATABASE +CMAKE_EXPORT_BUILD_DATABASE-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Have function connect +CMAKE_HAVE_CONNECT:INTERNAL=1 +//Have function gethostbyname +CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Have function remove +CMAKE_HAVE_REMOVE:INTERNAL=1 +//Have function shmat +CMAKE_HAVE_SHMAT:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/mnt/Drive2/Osmium +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//Have library ICE +CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//Name of CMakeLists files to read +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=5 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/snap/cmake/1468/share/cmake-4.0 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_EXECUTABLE +DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 +//Details about finding OpenGL +FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libOpenGL.so][/usr/lib/x86_64-linux-gnu/libGLX.so][/usr/include][ ][v()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Details about finding X11 +FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][ ][v()] +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MATH_LIBRARY +MATH_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR +OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLES2_INCLUDE_DIR +OPENGL_GLES2_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLES3_INCLUDE_DIR +OPENGL_GLES3_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLU_INCLUDE_DIR +OPENGL_GLU_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR +OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_INCLUDE_DIR +OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_egl_LIBRARY +OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_gles2_LIBRARY +OPENGL_gles2_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_gles3_LIBRARY +OPENGL_gles3_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glu_LIBRARY +OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glx_LIBRARY +OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_opengl_LIBRARY +OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR +OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: RT_LIBRARY +RT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_INCLUDE_PATH +X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_LIB +X11_ICE_LIB-ADVANCED:INTERNAL=1 +//Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so +X11_LIB_X11_SOLO:INTERNAL=1 +//ADVANCED property for variable: X11_SM_INCLUDE_PATH +X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_SM_LIB +X11_SM_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_INCLUDE_PATH +X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_LIB +X11_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH +X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_LIB +X11_X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_INCLUDE_PATH +X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_LIB +X11_XRes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XShm_INCLUDE_PATH +X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XSync_INCLUDE_PATH +X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH +X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH +X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_INCLUDE_PATH +X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_LIB +X11_Xau_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH +X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_LIB +X11_Xaw_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH +X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_LIB +X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH +X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_LIB +X11_Xcursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH +X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_LIB +X11_Xdamage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdbe_INCLUDE_PATH +X11_Xdbe_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH +X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_LIB +X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_INCLUDE_PATH +X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_LIB +X11_Xext_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH +X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_LIB +X11_Xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_INCLUDE_PATH +X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_LIB +X11_Xft_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_INCLUDE_PATH +X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_LIB +X11_Xi_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH +X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_LIB +X11_Xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH +X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH +X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH +X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH +X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_LIB +X11_Xmu_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH +X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_LIB +X11_Xpm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpresent_INCLUDE_PATH +X11_Xpresent_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpresent_LIB +X11_Xpresent_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH +X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_LIB +X11_Xrandr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH +X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_LIB +X11_Xrender_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH +X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_INCLUDE_PATH +X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_LIB +X11_Xss_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_INCLUDE_PATH +X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_LIB +X11_Xt_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH +X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_LIB +X11_Xtst_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH +X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_INCLUDE_PATH +X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_LIB +X11_Xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH +X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_LIB +X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH +X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_LIB +X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_dpms_INCLUDE_PATH +X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_INCLUDE_PATH +X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_LIB +X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_composite_INCLUDE_PATH +X11_xcb_composite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_composite_LIB +X11_xcb_composite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_cursor_INCLUDE_PATH +X11_xcb_cursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_cursor_LIB +X11_xcb_cursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_damage_INCLUDE_PATH +X11_xcb_damage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_damage_LIB +X11_xcb_damage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dpms_INCLUDE_PATH +X11_xcb_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dpms_LIB +X11_xcb_dpms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri2_INCLUDE_PATH +X11_xcb_dri2_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri2_LIB +X11_xcb_dri2_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri3_INCLUDE_PATH +X11_xcb_dri3_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri3_LIB +X11_xcb_dri3_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_errors_INCLUDE_PATH +X11_xcb_errors_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_errors_LIB +X11_xcb_errors_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_ewmh_INCLUDE_PATH +X11_xcb_ewmh_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_ewmh_LIB +X11_xcb_ewmh_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_glx_INCLUDE_PATH +X11_xcb_glx_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_glx_LIB +X11_xcb_glx_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH +X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_LIB +X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_image_INCLUDE_PATH +X11_xcb_image_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_image_LIB +X11_xcb_image_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH +X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_LIB +X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_present_INCLUDE_PATH +X11_xcb_present_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_present_LIB +X11_xcb_present_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH +X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_LIB +X11_xcb_randr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_record_INCLUDE_PATH +X11_xcb_record_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_record_LIB +X11_xcb_record_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_INCLUDE_PATH +X11_xcb_render_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_LIB +X11_xcb_render_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_util_INCLUDE_PATH +X11_xcb_render_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_util_LIB +X11_xcb_render_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_res_INCLUDE_PATH +X11_xcb_res_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_res_LIB +X11_xcb_res_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_screensaver_INCLUDE_PATH +X11_xcb_screensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_screensaver_LIB +X11_xcb_screensaver_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shape_INCLUDE_PATH +X11_xcb_shape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shape_LIB +X11_xcb_shape_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shm_INCLUDE_PATH +X11_xcb_shm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shm_LIB +X11_xcb_shm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_sync_INCLUDE_PATH +X11_xcb_sync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_sync_LIB +X11_xcb_sync_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH +X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_LIB +X11_xcb_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xf86dri_INCLUDE_PATH +X11_xcb_xf86dri_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xf86dri_LIB +X11_xcb_xf86dri_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH +X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_LIB +X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinerama_INCLUDE_PATH +X11_xcb_xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinerama_LIB +X11_xcb_xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinput_INCLUDE_PATH +X11_xcb_xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinput_LIB +X11_xcb_xinput_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xkb_LIB +X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xrm_INCLUDE_PATH +X11_xcb_xrm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xrm_LIB +X11_xcb_xrm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH +X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_LIB +X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xv_INCLUDE_PATH +X11_xcb_xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xv_LIB +X11_xcb_xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xvmc_INCLUDE_PATH +X11_xcb_xvmc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xvmc_LIB +X11_xcb_xvmc_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH +X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_LIB +X11_xkbcommon_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH +X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_LIB +X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH +X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_LIB +X11_xkbfile_LIB-ADVANCED:INTERNAL=1 +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/build/CMakeFiles/4.0.3/CMakeCCompiler.cmake b/build/CMakeFiles/4.0.3/CMakeCCompiler.cmake new file mode 100644 index 0000000..65cce86 --- /dev/null +++ b/build/CMakeFiles/4.0.3/CMakeCCompiler.cmake @@ -0,0 +1,84 @@ +set(CMAKE_C_COMPILER "/usr/bin/gcc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.3.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_COMPILER_APPLE_SYSROOT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-13") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-13") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.42) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/4.0.3/CMakeCXXCompiler.cmake b/build/CMakeFiles/4.0.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..6a6d57c --- /dev/null +++ b/build/CMakeFiles/4.0.3/CMakeCXXCompiler.cmake @@ -0,0 +1,104 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.3.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "23") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-13") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-13") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.42) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/13;/usr/include/x86_64-linux-gnu/c++/13;/usr/include/c++/13/backward;/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Experimental `import std` support not enabled when detecting toolchain; it must be set before `CXX` is enabled (usually a `project()` call)") + + + diff --git a/build/CMakeFiles/4.0.3/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/4.0.3/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..0e5f034 Binary files /dev/null and b/build/CMakeFiles/4.0.3/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/CMakeFiles/4.0.3/CMakeDetermineCompilerABI_CXX.bin b/build/CMakeFiles/4.0.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..e90f3f7 Binary files /dev/null and b/build/CMakeFiles/4.0.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/CMakeFiles/4.0.3/CMakeSystem.cmake b/build/CMakeFiles/4.0.3/CMakeSystem.cmake new file mode 100644 index 0000000..7f34d27 --- /dev/null +++ b/build/CMakeFiles/4.0.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.11.0-29-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.11.0-29-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.11.0-29-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.11.0-29-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/CMakeFiles/4.0.3/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/4.0.3/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..a842bb6 --- /dev/null +++ b/build/CMakeFiles/4.0.3/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,905 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/CMakeFiles/4.0.3/CompilerIdC/a.out b/build/CMakeFiles/4.0.3/CompilerIdC/a.out new file mode 100755 index 0000000..ecc315e Binary files /dev/null and b/build/CMakeFiles/4.0.3/CompilerIdC/a.out differ diff --git a/build/CMakeFiles/4.0.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/CMakeFiles/4.0.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..94d4310 --- /dev/null +++ b/build/CMakeFiles/4.0.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,920 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/CMakeFiles/4.0.3/CompilerIdCXX/a.out b/build/CMakeFiles/4.0.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..c8ced32 Binary files /dev/null and b/build/CMakeFiles/4.0.3/CompilerIdCXX/a.out differ diff --git a/build/CMakeFiles/CMakeConfigureLog.yaml b/build/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..01e11f7 --- /dev/null +++ b/build/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,737 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:2 (project)" + message: | + The system is: Linux - 6.11.0-29-generic - x86_64 + - + kind: "message-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/gcc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /mnt/Drive2/Osmium/build/CMakeFiles/4.0.3/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /mnt/Drive2/Osmium/build/CMakeFiles/4.0.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-76Jscm" + binary: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-76Jscm" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-76Jscm' + + Run Build Command(s): /usr/bin/ninja -v cmTC_20d4d + [1/2] /usr/bin/gcc -v -o CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o -c /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/gcc + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-linux-gnu + Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20d4d.dir/' + /usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_20d4d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc72ucFJ.s + GNU C17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu) + compiled by GNU C version 13.3.0, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/13/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include + End of search list. + Compiler executable checksum: 38987c28e967c64056a6454abdef726e + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20d4d.dir/' + as -v --64 -o CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o /tmp/cc72ucFJ.s + GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.' + [2/2] : && /usr/bin/gcc -v -Wl,-v CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o -o cmTC_20d4d && : + Using built-in specs. + COLLECT_GCC=/usr/bin/gcc + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-linux-gnu + Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) + COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_20d4d' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_20d4d.' + /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxObwcf.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_20d4d /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. -v CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o + collect2 version 13.3.0 + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxObwcf.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_20d4d /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. -v CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o + GNU ld (GNU Binutils for Ubuntu) 2.42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_20d4d' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_20d4d.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/13/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/13/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/13/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-76Jscm'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_20d4d] + ignore line: [[1/2] /usr/bin/gcc -v -o CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o -c /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/gcc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20d4d.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_20d4d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc72ucFJ.s] + ignore line: [GNU C17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 13.3.0 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/13/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 38987c28e967c64056a6454abdef726e] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20d4d.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o /tmp/cc72ucFJ.s] + ignore line: [GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /usr/bin/gcc -v -Wl -v CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o -o cmTC_20d4d && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/gcc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_20d4d' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_20d4d.'] + link line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxObwcf.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_20d4d /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. -v CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/libexec/gcc/x86_64-linux-gnu/13/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccxObwcf.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_20d4d] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] + ignore line: [collect2 version 13.3.0] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxObwcf.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_20d4d /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. -v CMakeFiles/cmTC_20d4d.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] + linker tool for 'C': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13] ==> [/usr/lib/gcc/x86_64-linux-gnu/13] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Running the C compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils for Ubuntu) 2.42 + - + kind: "try_compile-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-tn2fuo" + binary: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-tn2fuo" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-tn2fuo' + + Run Build Command(s): /usr/bin/ninja -v cmTC_bc276 + [1/2] /usr/bin/g++ -v -o CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o -c /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-linux-gnu + Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bc276.dir/' + /usr/libexec/gcc/x86_64-linux-gnu/13/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_bc276.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc3fxKpg.s + GNU C++17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu) + compiled by GNU C version 13.3.0, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/13" + ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/include/c++/13 + /usr/include/x86_64-linux-gnu/c++/13 + /usr/include/c++/13/backward + /usr/lib/gcc/x86_64-linux-gnu/13/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include + End of search list. + Compiler executable checksum: c81c05345ce537099dafd5580045814a + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bc276.dir/' + as -v --64 -o CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc3fxKpg.s + GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -v -Wl,-v CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_bc276 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-linux-gnu + Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) + COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bc276' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bc276.' + /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfKLCD0.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_bc276 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. -v CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o + collect2 version 13.3.0 + /usr/bin/ld -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfKLCD0.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_bc276 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. -v CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o + GNU ld (GNU Binutils for Ubuntu) 2.42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bc276' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bc276.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/13] + add: [/usr/include/x86_64-linux-gnu/c++/13] + add: [/usr/include/c++/13/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/13/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/13] ==> [/usr/include/c++/13] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/13] ==> [/usr/include/x86_64-linux-gnu/c++/13] + collapse include dir [/usr/include/c++/13/backward] ==> [/usr/include/c++/13/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/13/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/13/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/13;/usr/include/x86_64-linux-gnu/c++/13;/usr/include/c++/13/backward;/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-tn2fuo'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_bc276] + ignore line: [[1/2] /usr/bin/g++ -v -o CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o -c /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bc276.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_bc276.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc3fxKpg.s] + ignore line: [GNU C++17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 13.3.0 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/13"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/13] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/13] + ignore line: [ /usr/include/c++/13/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/13/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: c81c05345ce537099dafd5580045814a] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bc276.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc3fxKpg.s] + ignore line: [GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -v -Wl -v CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_bc276 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bc276' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bc276.'] + link line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfKLCD0.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_bc276 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. -v CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/libexec/gcc/x86_64-linux-gnu/13/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccfKLCD0.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_bc276] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] + ignore line: [collect2 version 13.3.0] + ignore line: [/usr/bin/ld -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfKLCD0.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_bc276 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. -v CMakeFiles/cmTC_bc276.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13] ==> [/usr/lib/gcc/x86_64-linux-gnu/13] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils for Ubuntu) 2.42 + - + kind: "try_compile-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/FindThreads.cmake:97 (check_c_source_compiles)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "build/_deps/glfw-src/CMakeLists.txt:62 (find_package)" + checks: + - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" + directories: + source: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-M9Ykmm" + binary: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-M9Ykmm" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/mnt/Drive2/Osmium/build/_deps/glfw-src/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: '/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-M9Ykmm' + + Run Build Command(s): /usr/bin/ninja -v cmTC_0924c + [1/2] /usr/bin/gcc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_0924c.dir/src.c.o -c /mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-M9Ykmm/src.c + [2/2] : && /usr/bin/gcc CMakeFiles/cmTC_0924c.dir/src.c.o -o cmTC_0924c && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CheckLibraryExists.cmake:112 (try_compile)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/FindX11.cmake:701 (check_library_exists)" + - "build/_deps/glfw-src/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so" + directories: + source: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-ugtMBl" + binary: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-ugtMBl" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/mnt/Drive2/Osmium/build/_deps/glfw-src/CMake/modules" + buildResult: + variable: "X11_LIB_X11_SOLO" + cached: true + stdout: | + Change Dir: '/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-ugtMBl' + + Run Build Command(s): /usr/bin/ninja -v cmTC_e51ff + [1/2] /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTC_e51ff.dir/CheckFunctionExists.c.o -c /mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-ugtMBl/CheckFunctionExists.c + [2/2] : && /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTC_e51ff.dir/CheckFunctionExists.c.o -o cmTC_e51ff /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libXext.so && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/FindX11.cmake:716 (check_function_exists)" + - "build/_deps/glfw-src/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for gethostbyname" + directories: + source: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-bjN1Jk" + binary: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-bjN1Jk" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/mnt/Drive2/Osmium/build/_deps/glfw-src/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_GETHOSTBYNAME" + cached: true + stdout: | + Change Dir: '/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-bjN1Jk' + + Run Build Command(s): /usr/bin/ninja -v cmTC_3d517 + [1/2] /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_3d517.dir/CheckFunctionExists.c.o -c /mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-bjN1Jk/CheckFunctionExists.c + [2/2] : && /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTC_3d517.dir/CheckFunctionExists.c.o -o cmTC_3d517 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/FindX11.cmake:730 (check_function_exists)" + - "build/_deps/glfw-src/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for connect" + directories: + source: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-NwIq0n" + binary: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-NwIq0n" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/mnt/Drive2/Osmium/build/_deps/glfw-src/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_CONNECT" + cached: true + stdout: | + Change Dir: '/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-NwIq0n' + + Run Build Command(s): /usr/bin/ninja -v cmTC_2f96e + [1/2] /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_2f96e.dir/CheckFunctionExists.c.o -c /mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-NwIq0n/CheckFunctionExists.c + [2/2] : && /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_2f96e.dir/CheckFunctionExists.c.o -o cmTC_2f96e && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/FindX11.cmake:739 (check_function_exists)" + - "build/_deps/glfw-src/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for remove" + directories: + source: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-BAMt5l" + binary: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-BAMt5l" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/mnt/Drive2/Osmium/build/_deps/glfw-src/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_REMOVE" + cached: true + stdout: | + Change Dir: '/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-BAMt5l' + + Run Build Command(s): /usr/bin/ninja -v cmTC_f4abc + [1/2] /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTC_f4abc.dir/CheckFunctionExists.c.o -c /mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-BAMt5l/CheckFunctionExists.c + [2/2] : && /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTC_f4abc.dir/CheckFunctionExists.c.o -o cmTC_f4abc && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/FindX11.cmake:748 (check_function_exists)" + - "build/_deps/glfw-src/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for shmat" + directories: + source: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-Vbdiem" + binary: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-Vbdiem" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/mnt/Drive2/Osmium/build/_deps/glfw-src/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_SHMAT" + cached: true + stdout: | + Change Dir: '/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-Vbdiem' + + Run Build Command(s): /usr/bin/ninja -v cmTC_7b914 + [1/2] /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTC_7b914.dir/CheckFunctionExists.c.o -c /mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-Vbdiem/CheckFunctionExists.c + [2/2] : && /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTC_7b914.dir/CheckFunctionExists.c.o -o cmTC_7b914 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CheckLibraryExists.cmake:112 (try_compile)" + - "/snap/cmake/1468/share/cmake-4.0/Modules/FindX11.cmake:758 (check_library_exists)" + - "build/_deps/glfw-src/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for IceConnectionNumber in ICE" + directories: + source: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-0Do1Mn" + binary: "/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-0Do1Mn" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/mnt/Drive2/Osmium/build/_deps/glfw-src/CMake/modules" + buildResult: + variable: "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER" + cached: true + stdout: | + Change Dir: '/mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-0Do1Mn' + + Run Build Command(s): /usr/bin/ninja -v cmTC_c0bd7 + [1/2] /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -o CMakeFiles/cmTC_c0bd7.dir/CheckFunctionExists.c.o -c /mnt/Drive2/Osmium/build/CMakeFiles/CMakeScratch/TryCompile-0Do1Mn/CheckFunctionExists.c + [2/2] : && /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber CMakeFiles/cmTC_c0bd7.dir/CheckFunctionExists.c.o -o cmTC_c0bd7 -lICE && : + + exitCode: 0 +... diff --git a/build/CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_glfw.cpp.o b/build/CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_glfw.cpp.o new file mode 100644 index 0000000..0764fc5 Binary files /dev/null and b/build/CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_glfw.cpp.o differ diff --git a/build/CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_opengl3.cpp.o b/build/CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_opengl3.cpp.o new file mode 100644 index 0000000..8fb69c1 Binary files /dev/null and b/build/CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_opengl3.cpp.o differ diff --git a/build/CMakeFiles/ImGuiProject.dir/imgui/imgui.cpp.o b/build/CMakeFiles/ImGuiProject.dir/imgui/imgui.cpp.o new file mode 100644 index 0000000..4fe331f Binary files /dev/null and b/build/CMakeFiles/ImGuiProject.dir/imgui/imgui.cpp.o differ diff --git a/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_demo.cpp.o b/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_demo.cpp.o new file mode 100644 index 0000000..218e829 Binary files /dev/null and b/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_demo.cpp.o differ diff --git a/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_draw.cpp.o b/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_draw.cpp.o new file mode 100644 index 0000000..c9d9dc6 Binary files /dev/null and b/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_draw.cpp.o differ diff --git a/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_tables.cpp.o b/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_tables.cpp.o new file mode 100644 index 0000000..e4ffad0 Binary files /dev/null and b/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_tables.cpp.o differ diff --git a/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_widgets.cpp.o b/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_widgets.cpp.o new file mode 100644 index 0000000..599f0bd Binary files /dev/null and b/build/CMakeFiles/ImGuiProject.dir/imgui/imgui_widgets.cpp.o differ diff --git a/build/CMakeFiles/ImGuiProject.dir/main.cpp.o b/build/CMakeFiles/ImGuiProject.dir/main.cpp.o new file mode 100644 index 0000000..735b3f9 Binary files /dev/null and b/build/CMakeFiles/ImGuiProject.dir/main.cpp.o differ diff --git a/build/CMakeFiles/InstallScripts.json b/build/CMakeFiles/InstallScripts.json new file mode 100644 index 0000000..8c3e5a5 --- /dev/null +++ b/build/CMakeFiles/InstallScripts.json @@ -0,0 +1,11 @@ +{ + "InstallScripts" : + [ + "/mnt/Drive2/Osmium/build/cmake_install.cmake", + "/mnt/Drive2/Osmium/build/_deps/glfw-build/cmake_install.cmake", + "/mnt/Drive2/Osmium/build/_deps/glfw-build/src/cmake_install.cmake", + "/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/cmake_install.cmake", + "/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..3997400 --- /dev/null +++ b/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,63 @@ +/mnt/Drive2/Osmium/build/CMakeFiles/ImGuiProject.dir +/mnt/Drive2/Osmium/build/CMakeFiles/edit_cache.dir +/mnt/Drive2/Osmium/build/CMakeFiles/rebuild_cache.dir +/mnt/Drive2/Osmium/build/CMakeFiles/list_install_components.dir +/mnt/Drive2/Osmium/build/CMakeFiles/install.dir +/mnt/Drive2/Osmium/build/CMakeFiles/install/local.dir +/mnt/Drive2/Osmium/build/CMakeFiles/install/strip.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/CMakeFiles/uninstall.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/CMakeFiles/edit_cache.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/CMakeFiles/rebuild_cache.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/CMakeFiles/list_install_components.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/CMakeFiles/install.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/CMakeFiles/install/local.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/CMakeFiles/install/strip.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/src/CMakeFiles/update_mappings.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/src/CMakeFiles/glfw.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/src/CMakeFiles/edit_cache.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/src/CMakeFiles/rebuild_cache.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/src/CMakeFiles/list_install_components.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/src/CMakeFiles/install.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/src/CMakeFiles/install/local.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/src/CMakeFiles/install/strip.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/boing.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/gears.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/heightmap.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/offscreen.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/particles.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/sharing.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/simple.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/splitview.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/wave.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/edit_cache.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/rebuild_cache.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/list_install_components.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/install.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/install/local.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/CMakeFiles/install/strip.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/clipboard.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/events.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/msaa.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/iconify.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/monitors.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/reopen.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/cursor.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/empty.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/gamma.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/icon.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/inputlag.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/joysticks.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/opacity.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/tearing.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/threads.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/timeout.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/title.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/windows.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/edit_cache.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/rebuild_cache.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/list_install_components.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/install.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/install/local.dir +/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/CMakeFiles/install/strip.dir diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/CMakeFiles/rules.ninja b/build/CMakeFiles/rules.ninja new file mode 100644 index 0000000..eeea87d --- /dev/null +++ b/build/CMakeFiles/rules.ninja @@ -0,0 +1,694 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 4.0 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: ImGuiProject +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__ImGuiProject_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__ImGuiProject_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfw_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__glfw_Debug + command = $PRE_LINK && /snap/cmake/1468/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__boing_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__boing_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__gears_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__gears_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__heightmap_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__heightmap_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__offscreen_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__offscreen_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__particles_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__particles_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__sharing_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__sharing_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__simple_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__simple_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__splitview_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__splitview_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__wave_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__wave_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__clipboard_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__clipboard_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__events_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__events_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__msaa_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__msaa_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfwinfo_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__glfwinfo_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__iconify_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__iconify_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__monitors_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__monitors_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__reopen_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__reopen_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__cursor_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__cursor_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__empty_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__empty_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__gamma_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__gamma_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__icon_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__icon_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__inputlag_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__inputlag_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__joysticks_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__joysticks_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__opacity_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__opacity_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__tearing_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__tearing_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__threads_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__threads_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__timeout_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__timeout_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__title_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__title_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__triangle-vulkan_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__triangle-vulkan_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__windows_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__windows_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /usr/bin/gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /snap/cmake/1468/bin/cmake --regenerate-during-build -S/mnt/Drive2/Osmium -B/mnt/Drive2/Osmium/build + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/build/ImGuiProject b/build/ImGuiProject new file mode 100755 index 0000000..7b89bcb Binary files /dev/null and b/build/ImGuiProject differ diff --git a/build/_deps/glfw-build/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake b/build/_deps/glfw-build/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake new file mode 100644 index 0000000..251ac92 --- /dev/null +++ b/build/_deps/glfw-build/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Debug". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "glfw" for configuration "Debug" +set_property(TARGET glfw APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(glfw PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "C" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libglfw3.a" + ) + +list(APPEND _cmake_import_check_targets glfw ) +list(APPEND _cmake_import_check_files_for_glfw "${_IMPORT_PREFIX}/lib/libglfw3.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/_deps/glfw-build/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake b/build/_deps/glfw-build/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake new file mode 100644 index 0000000..3916096 --- /dev/null +++ b/build/_deps/glfw-build/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake @@ -0,0 +1,107 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS glfw) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target glfw +add_library(glfw STATIC IMPORTED) + +set_target_properties(glfw PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/librt.a;/usr/lib/x86_64-linux-gnu/libm.so;\$;/usr/lib/x86_64-linux-gnu/libX11.so" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/glfw3Targets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + endif() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/_deps/glfw-build/cmake_install.cmake b/build/_deps/glfw-build/cmake_install.cmake new file mode 100644 index 0000000..082bde4 --- /dev/null +++ b/build/_deps/glfw-build/cmake_install.cmake @@ -0,0 +1,103 @@ +# Install script for directory: /mnt/Drive2/Osmium/build/_deps/glfw-src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/mnt/Drive2/Osmium/build/_deps/glfw-build/src/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/mnt/Drive2/Osmium/build/_deps/glfw-src/include/GLFW" FILES_MATCHING REGEX "/glfw3\\.h$" REGEX "/glfw3native\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES + "/mnt/Drive2/Osmium/build/_deps/glfw-build/src/glfw3Config.cmake" + "/mnt/Drive2/Osmium/build/_deps/glfw-build/src/glfw3ConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake" + "/mnt/Drive2/Osmium/build/_deps/glfw-build/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/mnt/Drive2/Osmium/build/_deps/glfw-build/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/mnt/Drive2/Osmium/build/_deps/glfw-build/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/mnt/Drive2/Osmium/build/_deps/glfw-build/src/glfw3.pc") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/mnt/Drive2/Osmium/build/_deps/glfw-build/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/_deps/glfw-build/cmake_uninstall.cmake b/build/_deps/glfw-build/cmake_uninstall.cmake new file mode 100644 index 0000000..b196978 --- /dev/null +++ b/build/_deps/glfw-build/cmake_uninstall.cmake @@ -0,0 +1,29 @@ + +if (NOT EXISTS "/mnt/Drive2/Osmium/build/_deps/glfw-build/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: \"/mnt/Drive2/Osmium/build/_deps/glfw-build/install_manifest.txt\"") +endif() + +file(READ "/mnt/Drive2/Osmium/build/_deps/glfw-build/install_manifest.txt" files) +string(REGEX REPLACE "\n" ";" files "${files}") + +foreach (file ${files}) + message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") + if (EXISTS "$ENV{DESTDIR}${file}") + exec_program("/snap/cmake/1468/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + MESSAGE(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") + endif() + elseif (IS_SYMLINK "$ENV{DESTDIR}${file}") + EXEC_PROGRAM("/snap/cmake/1468/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + message(FATAL_ERROR "Problem when removing symlink \"$ENV{DESTDIR}${file}\"") + endif() + else() + message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") + endif() +endforeach() + diff --git a/build/_deps/glfw-build/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/boing.dir/boing.c.o b/build/_deps/glfw-build/examples/CMakeFiles/boing.dir/boing.c.o new file mode 100644 index 0000000..9ea7684 Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/boing.dir/boing.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/gears.dir/gears.c.o b/build/_deps/glfw-build/examples/CMakeFiles/gears.dir/gears.c.o new file mode 100644 index 0000000..109b968 Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/gears.dir/gears.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/heightmap.dir/heightmap.c.o b/build/_deps/glfw-build/examples/CMakeFiles/heightmap.dir/heightmap.c.o new file mode 100644 index 0000000..6eeac66 Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/heightmap.dir/heightmap.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/offscreen.dir/offscreen.c.o b/build/_deps/glfw-build/examples/CMakeFiles/offscreen.dir/offscreen.c.o new file mode 100644 index 0000000..f8750d3 Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/offscreen.dir/offscreen.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o b/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o new file mode 100644 index 0000000..3370ce0 Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o b/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o new file mode 100644 index 0000000..67b944c Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/particles.c.o b/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/particles.c.o new file mode 100644 index 0000000..f669cff Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/particles.dir/particles.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/sharing.dir/sharing.c.o b/build/_deps/glfw-build/examples/CMakeFiles/sharing.dir/sharing.c.o new file mode 100644 index 0000000..fce2e9f Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/sharing.dir/sharing.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/simple.dir/simple.c.o b/build/_deps/glfw-build/examples/CMakeFiles/simple.dir/simple.c.o new file mode 100644 index 0000000..2649ec6 Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/simple.dir/simple.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/splitview.dir/splitview.c.o b/build/_deps/glfw-build/examples/CMakeFiles/splitview.dir/splitview.c.o new file mode 100644 index 0000000..3e64c0f Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/splitview.dir/splitview.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/examples/CMakeFiles/wave.dir/wave.c.o b/build/_deps/glfw-build/examples/CMakeFiles/wave.dir/wave.c.o new file mode 100644 index 0000000..880f2e6 Binary files /dev/null and b/build/_deps/glfw-build/examples/CMakeFiles/wave.dir/wave.c.o differ diff --git a/build/_deps/glfw-build/examples/boing b/build/_deps/glfw-build/examples/boing new file mode 100755 index 0000000..d7ab632 Binary files /dev/null and b/build/_deps/glfw-build/examples/boing differ diff --git a/build/_deps/glfw-build/examples/cmake_install.cmake b/build/_deps/glfw-build/examples/cmake_install.cmake new file mode 100644 index 0000000..25adb9b --- /dev/null +++ b/build/_deps/glfw-build/examples/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /mnt/Drive2/Osmium/build/_deps/glfw-src/examples + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/mnt/Drive2/Osmium/build/_deps/glfw-build/examples/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/_deps/glfw-build/examples/gears b/build/_deps/glfw-build/examples/gears new file mode 100755 index 0000000..3bd87e3 Binary files /dev/null and b/build/_deps/glfw-build/examples/gears differ diff --git a/build/_deps/glfw-build/examples/heightmap b/build/_deps/glfw-build/examples/heightmap new file mode 100755 index 0000000..ae0d348 Binary files /dev/null and b/build/_deps/glfw-build/examples/heightmap differ diff --git a/build/_deps/glfw-build/examples/offscreen b/build/_deps/glfw-build/examples/offscreen new file mode 100755 index 0000000..f5e4df7 Binary files /dev/null and b/build/_deps/glfw-build/examples/offscreen differ diff --git a/build/_deps/glfw-build/examples/particles b/build/_deps/glfw-build/examples/particles new file mode 100755 index 0000000..c3130d3 Binary files /dev/null and b/build/_deps/glfw-build/examples/particles differ diff --git a/build/_deps/glfw-build/examples/sharing b/build/_deps/glfw-build/examples/sharing new file mode 100755 index 0000000..24841e2 Binary files /dev/null and b/build/_deps/glfw-build/examples/sharing differ diff --git a/build/_deps/glfw-build/examples/simple b/build/_deps/glfw-build/examples/simple new file mode 100755 index 0000000..c07d30c Binary files /dev/null and b/build/_deps/glfw-build/examples/simple differ diff --git a/build/_deps/glfw-build/examples/splitview b/build/_deps/glfw-build/examples/splitview new file mode 100755 index 0000000..828415c Binary files /dev/null and b/build/_deps/glfw-build/examples/splitview differ diff --git a/build/_deps/glfw-build/examples/wave b/build/_deps/glfw-build/examples/wave new file mode 100755 index 0000000..cbabbd3 Binary files /dev/null and b/build/_deps/glfw-build/examples/wave differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/context.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/context.c.o new file mode 100644 index 0000000..9853431 Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/context.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/egl_context.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/egl_context.c.o new file mode 100644 index 0000000..bcc335e Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/egl_context.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/glx_context.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/glx_context.c.o new file mode 100644 index 0000000..fbbd278 Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/glx_context.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/init.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/init.c.o new file mode 100644 index 0000000..019c253 Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/init.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/input.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/input.c.o new file mode 100644 index 0000000..2e84cff Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/input.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/linux_joystick.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/linux_joystick.c.o new file mode 100644 index 0000000..c39d1c1 Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/linux_joystick.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/monitor.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/monitor.c.o new file mode 100644 index 0000000..2d115ff Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/monitor.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/osmesa_context.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/osmesa_context.c.o new file mode 100644 index 0000000..a074a25 Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/osmesa_context.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/posix_thread.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/posix_thread.c.o new file mode 100644 index 0000000..47b5bf8 Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/posix_thread.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/posix_time.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/posix_time.c.o new file mode 100644 index 0000000..50bfb01 Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/posix_time.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/vulkan.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/vulkan.c.o new file mode 100644 index 0000000..5f63660 Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/vulkan.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/window.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/window.c.o new file mode 100644 index 0000000..3d44eed Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/window.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_init.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_init.c.o new file mode 100644 index 0000000..7abeb36 Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_init.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_monitor.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_monitor.c.o new file mode 100644 index 0000000..07fc024 Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_monitor.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_window.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_window.c.o new file mode 100644 index 0000000..064250a Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_window.c.o differ diff --git a/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/xkb_unicode.c.o b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/xkb_unicode.c.o new file mode 100644 index 0000000..d75d705 Binary files /dev/null and b/build/_deps/glfw-build/src/CMakeFiles/glfw.dir/xkb_unicode.c.o differ diff --git a/build/_deps/glfw-build/src/cmake_install.cmake b/build/_deps/glfw-build/src/cmake_install.cmake new file mode 100644 index 0000000..b289615 --- /dev/null +++ b/build/_deps/glfw-build/src/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: /mnt/Drive2/Osmium/build/_deps/glfw-src/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/mnt/Drive2/Osmium/build/_deps/glfw-build/src/libglfw3.a") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/mnt/Drive2/Osmium/build/_deps/glfw-build/src/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/_deps/glfw-build/src/glfw3.pc b/build/_deps/glfw-build/src/glfw3.pc new file mode 100644 index 0000000..bee23f7 --- /dev/null +++ b/build/_deps/glfw-build/src/glfw3.pc @@ -0,0 +1,13 @@ +prefix=/usr/local +exec_prefix=${prefix} +includedir=/usr/local/include +libdir=/usr/local/lib + +Name: GLFW +Description: A multi-platform library for OpenGL, window and input +Version: 3.3.8 +URL: https://www.glfw.org/ +Requires.private: x11 +Libs: -L${libdir} -lglfw3 +Libs.private: -lrt -lm -ldl +Cflags: -I${includedir} diff --git a/build/_deps/glfw-build/src/glfw3Config.cmake b/build/_deps/glfw-build/src/glfw3Config.cmake new file mode 100644 index 0000000..1fa200e --- /dev/null +++ b/build/_deps/glfw-build/src/glfw3Config.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake") diff --git a/build/_deps/glfw-build/src/glfw3ConfigVersion.cmake b/build/_deps/glfw-build/src/glfw3ConfigVersion.cmake new file mode 100644 index 0000000..3cbc6d3 --- /dev/null +++ b/build/_deps/glfw-build/src/glfw3ConfigVersion.cmake @@ -0,0 +1,65 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "3.3.8") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("3.3.8" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "3.3.8") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/build/_deps/glfw-build/src/glfw_config.h b/build/_deps/glfw-build/src/glfw_config.h new file mode 100644 index 0000000..15ac27c --- /dev/null +++ b/build/_deps/glfw-build/src/glfw_config.h @@ -0,0 +1,58 @@ +//======================================================================== +// GLFW 3.3 - www.glfw.org +//------------------------------------------------------------------------ +// Copyright (c) 2010-2016 Camilla Löwy +// +// This software is provided 'as-is', without any express or implied +// warranty. In no event will the authors be held liable for any damages +// arising from the use of this software. +// +// Permission is granted to anyone to use this software for any purpose, +// including commercial applications, and to alter it and redistribute it +// freely, subject to the following restrictions: +// +// 1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software. If you use this software +// in a product, an acknowledgment in the product documentation would +// be appreciated but is not required. +// +// 2. Altered source versions must be plainly marked as such, and must not +// be misrepresented as being the original software. +// +// 3. This notice may not be removed or altered from any source +// distribution. +// +//======================================================================== +// As glfw_config.h.in, this file is used by CMake to produce the +// glfw_config.h configuration header file. If you are adding a feature +// requiring conditional compilation, this is where to add the macro. +//======================================================================== +// As glfw_config.h, this file defines compile-time option macros for a +// specific platform and development environment. If you are using the +// GLFW CMake files, modify glfw_config.h.in instead of this file. If you +// are using your own build system, make this file define the appropriate +// macros in whatever way is suitable. +//======================================================================== + +// Define this to 1 if building GLFW for X11 +#define _GLFW_X11 +// Define this to 1 if building GLFW for Win32 +/* #undef _GLFW_WIN32 */ +// Define this to 1 if building GLFW for Cocoa +/* #undef _GLFW_COCOA */ +// Define this to 1 if building GLFW for Wayland +/* #undef _GLFW_WAYLAND */ +// Define this to 1 if building GLFW for OSMesa +/* #undef _GLFW_OSMESA */ + +// Define this to 1 if building as a shared library / dynamic library / DLL +/* #undef _GLFW_BUILD_DLL */ +// Define this to 1 to use Vulkan loader linked statically into application +/* #undef _GLFW_VULKAN_STATIC */ + +// Define this to 1 to force use of high-performance GPU on hybrid systems +/* #undef _GLFW_USE_HYBRID_HPG */ + +// Define this to 1 if the libc supports memfd_create() +/* #undef HAVE_MEMFD_CREATE */ + diff --git a/build/_deps/glfw-build/src/libglfw3.a b/build/_deps/glfw-build/src/libglfw3.a new file mode 100644 index 0000000..da17bfe Binary files /dev/null and b/build/_deps/glfw-build/src/libglfw3.a differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o b/build/_deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o new file mode 100644 index 0000000..3370ce0 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/clipboard.dir/clipboard.c.o b/build/_deps/glfw-build/tests/CMakeFiles/clipboard.dir/clipboard.c.o new file mode 100644 index 0000000..7e459fe Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/clipboard.dir/clipboard.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/cursor.dir/cursor.c.o b/build/_deps/glfw-build/tests/CMakeFiles/cursor.dir/cursor.c.o new file mode 100644 index 0000000..b813a6a Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/cursor.dir/cursor.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o b/build/_deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o new file mode 100644 index 0000000..67b944c Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/empty.dir/empty.c.o b/build/_deps/glfw-build/tests/CMakeFiles/empty.dir/empty.c.o new file mode 100644 index 0000000..06fb707 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/empty.dir/empty.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/getopt.c.o b/build/_deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/getopt.c.o new file mode 100644 index 0000000..3370ce0 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/getopt.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/events.dir/events.c.o b/build/_deps/glfw-build/tests/CMakeFiles/events.dir/events.c.o new file mode 100644 index 0000000..447e507 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/events.dir/events.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/gamma.dir/gamma.c.o b/build/_deps/glfw-build/tests/CMakeFiles/gamma.dir/gamma.c.o new file mode 100644 index 0000000..bf53675 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/gamma.dir/gamma.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o b/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o new file mode 100644 index 0000000..3370ce0 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o b/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o new file mode 100644 index 0000000..b5b8c9f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o b/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o new file mode 100644 index 0000000..c6c7ed7 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/icon.dir/icon.c.o b/build/_deps/glfw-build/tests/CMakeFiles/icon.dir/icon.c.o new file mode 100644 index 0000000..22e5913 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/icon.dir/icon.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o b/build/_deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o new file mode 100644 index 0000000..3370ce0 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/iconify.dir/iconify.c.o b/build/_deps/glfw-build/tests/CMakeFiles/iconify.dir/iconify.c.o new file mode 100644 index 0000000..e64b815 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/iconify.dir/iconify.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o b/build/_deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o new file mode 100644 index 0000000..3370ce0 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/inputlag.dir/inputlag.c.o b/build/_deps/glfw-build/tests/CMakeFiles/inputlag.dir/inputlag.c.o new file mode 100644 index 0000000..164400e Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/inputlag.dir/inputlag.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/joysticks.dir/joysticks.c.o b/build/_deps/glfw-build/tests/CMakeFiles/joysticks.dir/joysticks.c.o new file mode 100644 index 0000000..e331586 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/joysticks.dir/joysticks.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o b/build/_deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o new file mode 100644 index 0000000..3370ce0 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/monitors.dir/monitors.c.o b/build/_deps/glfw-build/tests/CMakeFiles/monitors.dir/monitors.c.o new file mode 100644 index 0000000..6ea04d5 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/monitors.dir/monitors.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o b/build/_deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o new file mode 100644 index 0000000..3370ce0 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/msaa.dir/msaa.c.o b/build/_deps/glfw-build/tests/CMakeFiles/msaa.dir/msaa.c.o new file mode 100644 index 0000000..84fefc6 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/msaa.dir/msaa.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/opacity.dir/opacity.c.o b/build/_deps/glfw-build/tests/CMakeFiles/opacity.dir/opacity.c.o new file mode 100644 index 0000000..874cf89 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/opacity.dir/opacity.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/reopen.dir/reopen.c.o b/build/_deps/glfw-build/tests/CMakeFiles/reopen.dir/reopen.c.o new file mode 100644 index 0000000..5757a23 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/reopen.dir/reopen.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/tearing.dir/tearing.c.o b/build/_deps/glfw-build/tests/CMakeFiles/tearing.dir/tearing.c.o new file mode 100644 index 0000000..174d770 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/tearing.dir/tearing.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o b/build/_deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o new file mode 100644 index 0000000..67b944c Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/threads.dir/threads.c.o b/build/_deps/glfw-build/tests/CMakeFiles/threads.dir/threads.c.o new file mode 100644 index 0000000..9ca3dd5 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/threads.dir/threads.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/timeout.dir/timeout.c.o b/build/_deps/glfw-build/tests/CMakeFiles/timeout.dir/timeout.c.o new file mode 100644 index 0000000..8957c6a Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/timeout.dir/timeout.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/title.dir/title.c.o b/build/_deps/glfw-build/tests/CMakeFiles/title.dir/title.c.o new file mode 100644 index 0000000..1020f9c Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/title.dir/title.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o b/build/_deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o new file mode 100644 index 0000000..b5b8c9f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o b/build/_deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o new file mode 100644 index 0000000..4f00667 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o b/build/_deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o new file mode 100644 index 0000000..3370ce0 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o b/build/_deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o new file mode 100644 index 0000000..c39785f Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o differ diff --git a/build/_deps/glfw-build/tests/CMakeFiles/windows.dir/windows.c.o b/build/_deps/glfw-build/tests/CMakeFiles/windows.dir/windows.c.o new file mode 100644 index 0000000..47dccb2 Binary files /dev/null and b/build/_deps/glfw-build/tests/CMakeFiles/windows.dir/windows.c.o differ diff --git a/build/_deps/glfw-build/tests/clipboard b/build/_deps/glfw-build/tests/clipboard new file mode 100755 index 0000000..ae7083a Binary files /dev/null and b/build/_deps/glfw-build/tests/clipboard differ diff --git a/build/_deps/glfw-build/tests/cmake_install.cmake b/build/_deps/glfw-build/tests/cmake_install.cmake new file mode 100644 index 0000000..44728b4 --- /dev/null +++ b/build/_deps/glfw-build/tests/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /mnt/Drive2/Osmium/build/_deps/glfw-src/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/mnt/Drive2/Osmium/build/_deps/glfw-build/tests/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/_deps/glfw-build/tests/cursor b/build/_deps/glfw-build/tests/cursor new file mode 100755 index 0000000..6f79df4 Binary files /dev/null and b/build/_deps/glfw-build/tests/cursor differ diff --git a/build/_deps/glfw-build/tests/empty b/build/_deps/glfw-build/tests/empty new file mode 100755 index 0000000..afe5a36 Binary files /dev/null and b/build/_deps/glfw-build/tests/empty differ diff --git a/build/_deps/glfw-build/tests/events b/build/_deps/glfw-build/tests/events new file mode 100755 index 0000000..8565296 Binary files /dev/null and b/build/_deps/glfw-build/tests/events differ diff --git a/build/_deps/glfw-build/tests/gamma b/build/_deps/glfw-build/tests/gamma new file mode 100755 index 0000000..2647491 Binary files /dev/null and b/build/_deps/glfw-build/tests/gamma differ diff --git a/build/_deps/glfw-build/tests/glfwinfo b/build/_deps/glfw-build/tests/glfwinfo new file mode 100755 index 0000000..be6e866 Binary files /dev/null and b/build/_deps/glfw-build/tests/glfwinfo differ diff --git a/build/_deps/glfw-build/tests/icon b/build/_deps/glfw-build/tests/icon new file mode 100755 index 0000000..42bda0a Binary files /dev/null and b/build/_deps/glfw-build/tests/icon differ diff --git a/build/_deps/glfw-build/tests/iconify b/build/_deps/glfw-build/tests/iconify new file mode 100755 index 0000000..871e67f Binary files /dev/null and b/build/_deps/glfw-build/tests/iconify differ diff --git a/build/_deps/glfw-build/tests/inputlag b/build/_deps/glfw-build/tests/inputlag new file mode 100755 index 0000000..045b901 Binary files /dev/null and b/build/_deps/glfw-build/tests/inputlag differ diff --git a/build/_deps/glfw-build/tests/joysticks b/build/_deps/glfw-build/tests/joysticks new file mode 100755 index 0000000..7924e18 Binary files /dev/null and b/build/_deps/glfw-build/tests/joysticks differ diff --git a/build/_deps/glfw-build/tests/monitors b/build/_deps/glfw-build/tests/monitors new file mode 100755 index 0000000..a0666b7 Binary files /dev/null and b/build/_deps/glfw-build/tests/monitors differ diff --git a/build/_deps/glfw-build/tests/msaa b/build/_deps/glfw-build/tests/msaa new file mode 100755 index 0000000..5cc8769 Binary files /dev/null and b/build/_deps/glfw-build/tests/msaa differ diff --git a/build/_deps/glfw-build/tests/opacity b/build/_deps/glfw-build/tests/opacity new file mode 100755 index 0000000..4b45d95 Binary files /dev/null and b/build/_deps/glfw-build/tests/opacity differ diff --git a/build/_deps/glfw-build/tests/reopen b/build/_deps/glfw-build/tests/reopen new file mode 100755 index 0000000..15240ab Binary files /dev/null and b/build/_deps/glfw-build/tests/reopen differ diff --git a/build/_deps/glfw-build/tests/tearing b/build/_deps/glfw-build/tests/tearing new file mode 100755 index 0000000..0124174 Binary files /dev/null and b/build/_deps/glfw-build/tests/tearing differ diff --git a/build/_deps/glfw-build/tests/threads b/build/_deps/glfw-build/tests/threads new file mode 100755 index 0000000..cd4fa05 Binary files /dev/null and b/build/_deps/glfw-build/tests/threads differ diff --git a/build/_deps/glfw-build/tests/timeout b/build/_deps/glfw-build/tests/timeout new file mode 100755 index 0000000..76ee701 Binary files /dev/null and b/build/_deps/glfw-build/tests/timeout differ diff --git a/build/_deps/glfw-build/tests/title b/build/_deps/glfw-build/tests/title new file mode 100755 index 0000000..60d83b5 Binary files /dev/null and b/build/_deps/glfw-build/tests/title differ diff --git a/build/_deps/glfw-build/tests/triangle-vulkan b/build/_deps/glfw-build/tests/triangle-vulkan new file mode 100755 index 0000000..aa58988 Binary files /dev/null and b/build/_deps/glfw-build/tests/triangle-vulkan differ diff --git a/build/_deps/glfw-build/tests/windows b/build/_deps/glfw-build/tests/windows new file mode 100755 index 0000000..4121892 Binary files /dev/null and b/build/_deps/glfw-build/tests/windows differ diff --git a/build/_deps/glfw-subbuild/.ninja_log b/build/_deps/glfw-subbuild/.ninja_log new file mode 100644 index 0000000..a57de64 --- /dev/null +++ b/build/_deps/glfw-subbuild/.ninja_log @@ -0,0 +1,21 @@ +# ninja log v5 +1 8 1752189835160476096 glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir db094e2ee841c2d0 +1 8 1752189835160476096 /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir db094e2ee841c2d0 +9 4604 1752189839756479191 glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download 168c0d843a7416 +9 4604 1752189839756479191 /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download 168c0d843a7416 +4604 4627 0 glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update 9cd61f4da4ab3ab2 +4604 4627 0 /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update 9cd61f4da4ab3ab2 +4627 4636 1752189839787479212 glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch df82a47c16a0d3fc +4627 4636 1752189839787479212 /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch df82a47c16a0d3fc +4636 4647 1752189839798479219 glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure f10d48d43cf8c1cb +4636 4647 1752189839798479219 /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure f10d48d43cf8c1cb +4647 4655 1752189839807479226 glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build 9b29329a117b3a11 +4647 4655 1752189839807479226 /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build 9b29329a117b3a11 +4655 4663 1752189839815479231 glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install 64272aea88b2f9d4 +4655 4663 1752189839815479231 /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install 64272aea88b2f9d4 +4663 4671 1752189839823479236 glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test b296e909c2e5631 +4663 4671 1752189839823479236 /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test b296e909c2e5631 +4671 4679 1752189839831479242 CMakeFiles/glfw-populate-complete e5dd2a4dad77308f +4671 4679 1752189839831479242 glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-done e5dd2a4dad77308f +4671 4679 1752189839831479242 /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate-complete e5dd2a4dad77308f +4671 4679 1752189839831479242 /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-done e5dd2a4dad77308f diff --git a/build/_deps/glfw-subbuild/CMakeCache.txt b/build/_deps/glfw-subbuild/CMakeCache.txt new file mode 100644 index 0000000..9321c93 --- /dev/null +++ b/build/_deps/glfw-subbuild/CMakeCache.txt @@ -0,0 +1,119 @@ +# This is the CMakeCache file. +# For build in directory: /mnt/Drive2/Osmium/build/_deps/glfw-subbuild +# It was generated by CMake: /snap/cmake/1468/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Enable/Disable output of build database during the build. +CMAKE_EXPORT_BUILD_DATABASE:BOOL= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=glfw-populate + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Value Computed by CMake +glfw-populate_BINARY_DIR:STATIC=/mnt/Drive2/Osmium/build/_deps/glfw-subbuild + +//Value Computed by CMake +glfw-populate_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +glfw-populate_SOURCE_DIR:STATIC=/mnt/Drive2/Osmium/build/_deps/glfw-subbuild + + +######################## +# INTERNAL cache entries +######################## + +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/mnt/Drive2/Osmium/build/_deps/glfw-subbuild +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=0 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/snap/cmake/1468/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/snap/cmake/1468/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/snap/cmake/1468/bin/ctest +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/snap/cmake/1468/bin/ccmake +//ADVANCED property for variable: CMAKE_EXPORT_BUILD_DATABASE +CMAKE_EXPORT_BUILD_DATABASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/mnt/Drive2/Osmium/build/_deps/glfw-subbuild +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//Name of CMakeLists files to read +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/snap/cmake/1468/share/cmake-4.0 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 + diff --git a/build/_deps/glfw-subbuild/CMakeFiles/4.0.3/CMakeSystem.cmake b/build/_deps/glfw-subbuild/CMakeFiles/4.0.3/CMakeSystem.cmake new file mode 100644 index 0000000..7f34d27 --- /dev/null +++ b/build/_deps/glfw-subbuild/CMakeFiles/4.0.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.11.0-29-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.11.0-29-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.11.0-29-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.11.0-29-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/_deps/glfw-subbuild/CMakeFiles/CMakeConfigureLog.yaml b/build/_deps/glfw-subbuild/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..f0ea44e --- /dev/null +++ b/build/_deps/glfw-subbuild/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,11 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:16 (project)" + message: | + The system is: Linux - 6.11.0-29-generic - x86_64 +... diff --git a/build/_deps/glfw-subbuild/CMakeFiles/InstallScripts.json b/build/_deps/glfw-subbuild/CMakeFiles/InstallScripts.json new file mode 100644 index 0000000..3e2b235 --- /dev/null +++ b/build/_deps/glfw-subbuild/CMakeFiles/InstallScripts.json @@ -0,0 +1,7 @@ +{ + "InstallScripts" : + [ + "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/build/_deps/glfw-subbuild/CMakeFiles/TargetDirectories.txt b/build/_deps/glfw-subbuild/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..8876e8d --- /dev/null +++ b/build/_deps/glfw-subbuild/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate.dir +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/edit_cache.dir +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/rebuild_cache.dir diff --git a/build/_deps/glfw-subbuild/CMakeFiles/cmake.check_cache b/build/_deps/glfw-subbuild/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/_deps/glfw-subbuild/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate-complete b/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate-complete new file mode 100644 index 0000000..e69de29 diff --git a/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate.dir/Labels.json b/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate.dir/Labels.json new file mode 100644 index 0000000..f28f720 --- /dev/null +++ b/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate.dir/Labels.json @@ -0,0 +1,46 @@ +{ + "sources" : + [ + { + "file" : "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate" + }, + { + "file" : "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate.rule" + }, + { + "file" : "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate-complete.rule" + }, + { + "file" : "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build.rule" + }, + { + "file" : "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure.rule" + }, + { + "file" : "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download.rule" + }, + { + "file" : "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install.rule" + }, + { + "file" : "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir.rule" + }, + { + "file" : "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch.rule" + }, + { + "file" : "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test.rule" + }, + { + "file" : "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update.rule" + } + ], + "target" : + { + "labels" : + [ + "glfw-populate" + ], + "name" : "glfw-populate" + } +} \ No newline at end of file diff --git a/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate.dir/Labels.txt b/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate.dir/Labels.txt new file mode 100644 index 0000000..8ddeb46 --- /dev/null +++ b/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate.dir/Labels.txt @@ -0,0 +1,14 @@ +# Target labels + glfw-populate +# Source files and their labels +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate.rule +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate-complete.rule +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build.rule +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure.rule +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download.rule +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install.rule +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir.rule +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch.rule +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test.rule +/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update.rule diff --git a/build/_deps/glfw-subbuild/CMakeFiles/rules.ninja b/build/_deps/glfw-subbuild/CMakeFiles/rules.ninja new file mode 100644 index 0000000..a21c5bc --- /dev/null +++ b/build/_deps/glfw-subbuild/CMakeFiles/rules.ninja @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 4.0 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: glfw-populate +# Configurations: +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /snap/cmake/1468/bin/cmake --regenerate-during-build -S/mnt/Drive2/Osmium/build/_deps/glfw-subbuild -B/mnt/Drive2/Osmium/build/_deps/glfw-subbuild + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/build/_deps/glfw-subbuild/CMakeLists.txt b/build/_deps/glfw-subbuild/CMakeLists.txt new file mode 100644 index 0000000..ee15dde --- /dev/null +++ b/build/_deps/glfw-subbuild/CMakeLists.txt @@ -0,0 +1,42 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file LICENSE.rst or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION 4.0.3) + +# Reject any attempt to use a toolchain file. We must not use one because +# we could be downloading it here. If the CMAKE_TOOLCHAIN_FILE environment +# variable is set, the cache variable will have been initialized from it. +unset(CMAKE_TOOLCHAIN_FILE CACHE) +unset(ENV{CMAKE_TOOLCHAIN_FILE}) + +# We name the project and the target for the ExternalProject_Add() call +# to something that will highlight to the user what we are working on if +# something goes wrong and an error message is produced. + +project(glfw-populate NONE) + + +# Pass through things we've already detected in the main project to avoid +# paying the cost of redetecting them again in ExternalProject_Add() +set(GIT_EXECUTABLE [==[/usr/bin/git]==]) +set(GIT_VERSION_STRING [==[2.43.0]==]) +set_property(GLOBAL PROPERTY _CMAKE_FindGit_GIT_EXECUTABLE_VERSION + [==[/usr/bin/git;2.43.0]==] +) + + +include(ExternalProject) +ExternalProject_Add(glfw-populate + "UPDATE_DISCONNECTED" "False" "GIT_REPOSITORY" "https://github.com/glfw/glfw.git" "EXTERNALPROJECT_INTERNAL_ARGUMENT_SEPARATOR" "GIT_TAG" "3.3.8" + SOURCE_DIR "/mnt/Drive2/Osmium/build/_deps/glfw-src" + BINARY_DIR "/mnt/Drive2/Osmium/build/_deps/glfw-build" + CONFIGURE_COMMAND "" + BUILD_COMMAND "" + INSTALL_COMMAND "" + TEST_COMMAND "" + USES_TERMINAL_DOWNLOAD YES + USES_TERMINAL_UPDATE YES + USES_TERMINAL_PATCH YES +) + + diff --git a/build/_deps/glfw-subbuild/build.ninja b/build/_deps/glfw-subbuild/build.ninja new file mode 100644 index 0000000..4064391 --- /dev/null +++ b/build/_deps/glfw-subbuild/build.ninja @@ -0,0 +1,209 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 4.0 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: glfw-populate +# Configurations: +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/ + +############################################# +# Utility command for glfw-populate + +build glfw-populate: phony CMakeFiles/glfw-populate CMakeFiles/glfw-populate-complete glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-done glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-subbuild && /snap/cmake/1468/bin/ccmake -S/mnt/Drive2/Osmium/build/_deps/glfw-subbuild -B/mnt/Drive2/Osmium/build/_deps/glfw-subbuild + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-subbuild && /snap/cmake/1468/bin/cmake --regenerate-during-build -S/mnt/Drive2/Osmium/build/_deps/glfw-subbuild -B/mnt/Drive2/Osmium/build/_deps/glfw-subbuild + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Phony custom command for CMakeFiles/glfw-populate + +build CMakeFiles/glfw-populate | ${cmake_ninja_workdir}CMakeFiles/glfw-populate: phony CMakeFiles/glfw-populate-complete + + +############################################# +# Custom command for CMakeFiles/glfw-populate-complete + +build CMakeFiles/glfw-populate-complete glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-done | ${cmake_ninja_workdir}CMakeFiles/glfw-populate-complete ${cmake_ninja_workdir}glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-done: CUSTOM_COMMAND glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-subbuild && /snap/cmake/1468/bin/cmake -E make_directory /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles && /snap/cmake/1468/bin/cmake -E touch /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/CMakeFiles/glfw-populate-complete && /snap/cmake/1468/bin/cmake -E touch /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-done + DESC = Completed 'glfw-populate' + restat = 1 + + +############################################# +# Custom command for glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build + +build glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build | ${cmake_ninja_workdir}glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build: CUSTOM_COMMAND glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build && /snap/cmake/1468/bin/cmake -E echo_append && /snap/cmake/1468/bin/cmake -E touch /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build + DESC = No build step for 'glfw-populate' + restat = 1 + + +############################################# +# Custom command for glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure + +build glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure | ${cmake_ninja_workdir}glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure: CUSTOM_COMMAND glfw-populate-prefix/tmp/glfw-populate-cfgcmd.txt glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build && /snap/cmake/1468/bin/cmake -E echo_append && /snap/cmake/1468/bin/cmake -E touch /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure + DESC = No configure step for 'glfw-populate' + restat = 1 + + +############################################# +# Custom command for glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download + +build glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download | ${cmake_ninja_workdir}glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download: CUSTOM_COMMAND glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitinfo.txt glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir + COMMAND = cd /mnt/Drive2/Osmium/build/_deps && /snap/cmake/1468/bin/cmake -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitclone.cmake && /snap/cmake/1468/bin/cmake -E touch /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download + DESC = Performing download step (git clone) for 'glfw-populate' + pool = console + restat = 1 + + +############################################# +# Custom command for glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install + +build glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install | ${cmake_ninja_workdir}glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install: CUSTOM_COMMAND glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build && /snap/cmake/1468/bin/cmake -E echo_append && /snap/cmake/1468/bin/cmake -E touch /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install + DESC = No install step for 'glfw-populate' + restat = 1 + + +############################################# +# Custom command for glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir + +build glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir | ${cmake_ninja_workdir}glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-subbuild && /snap/cmake/1468/bin/cmake -Dcfgdir= -P /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-mkdirs.cmake && /snap/cmake/1468/bin/cmake -E touch /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir + DESC = Creating directories for 'glfw-populate' + restat = 1 + + +############################################# +# Custom command for glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch + +build glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch | ${cmake_ninja_workdir}glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch: CUSTOM_COMMAND glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch-info.txt glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-subbuild && /snap/cmake/1468/bin/cmake -E echo_append && /snap/cmake/1468/bin/cmake -E touch /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch + DESC = No patch step for 'glfw-populate' + pool = console + restat = 1 + + +############################################# +# Custom command for glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test + +build glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test | ${cmake_ninja_workdir}glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test: CUSTOM_COMMAND glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build && /snap/cmake/1468/bin/cmake -E echo_append && /snap/cmake/1468/bin/cmake -E touch /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test + DESC = No test step for 'glfw-populate' + restat = 1 + + +############################################# +# Custom command for glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update + +build glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update | ${cmake_ninja_workdir}glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update: CUSTOM_COMMAND glfw-populate-prefix/tmp/glfw-populate-gitupdate.cmake glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update-info.txt glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-src && /snap/cmake/1468/bin/cmake -Dcan_fetch=YES -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitupdate.cmake + DESC = Performing update step for 'glfw-populate' + pool = console + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /mnt/Drive2/Osmium/build/_deps/glfw-subbuild + +build codegen: phony + +# ============================================================================= + +############################################# +# Folder: /mnt/Drive2/Osmium/build/_deps/glfw-subbuild + +build all: phony glfw-populate + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja /mnt/Drive2/Osmium/build/_deps/glfw-subbuild/cmake_install.cmake: RERUN_CMAKE | /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineSystem.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeGenericSystem.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeInitializeConfigs.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystem.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystemSpecificInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystemSpecificInitialize.cmake /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject.cmake /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/PatchInfo.txt.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/RepositoryInfo.txt.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/UpdateInfo.txt.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/cfgcmd.txt.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/gitclone.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/gitupdate.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/mkdirs.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/shared_internal_commands.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-Initialize.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/4.0.3/CMakeSystem.cmake CMakeLists.txt glfw-populate-prefix/tmp/glfw-populate-mkdirs.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineSystem.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeGenericSystem.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeInitializeConfigs.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystem.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystemSpecificInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystemSpecificInitialize.cmake /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject.cmake /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/PatchInfo.txt.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/RepositoryInfo.txt.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/UpdateInfo.txt.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/cfgcmd.txt.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/gitclone.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/gitupdate.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/mkdirs.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/shared_internal_commands.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-Initialize.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/4.0.3/CMakeSystem.cmake CMakeLists.txt glfw-populate-prefix/tmp/glfw-populate-mkdirs.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/build/_deps/glfw-subbuild/cmake_install.cmake b/build/_deps/glfw-subbuild/cmake_install.cmake new file mode 100644 index 0000000..59bf313 --- /dev/null +++ b/build/_deps/glfw-subbuild/cmake_install.cmake @@ -0,0 +1,61 @@ +# Install script for directory: /mnt/Drive2/Osmium/build/_deps/glfw-subbuild + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-build new file mode 100644 index 0000000..e69de29 diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-configure new file mode 100644 index 0000000..e69de29 diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-done b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-done new file mode 100644 index 0000000..e69de29 diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-download new file mode 100644 index 0000000..e69de29 diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitclone-lastrun.txt b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitclone-lastrun.txt new file mode 100644 index 0000000..ede9f14 --- /dev/null +++ b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitclone-lastrun.txt @@ -0,0 +1,15 @@ +# This is a generated file and its contents are an internal implementation detail. +# The download step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +method=git +command=/snap/cmake/1468/bin/cmake;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitclone.cmake +source_dir=/mnt/Drive2/Osmium/build/_deps/glfw-src +work_dir=/mnt/Drive2/Osmium/build/_deps +repository=https://github.com/glfw/glfw.git +remote=origin +init_submodules=TRUE +recurse_submodules=--recursive +submodules= +CMP0097=NEW + diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitinfo.txt b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitinfo.txt new file mode 100644 index 0000000..ede9f14 --- /dev/null +++ b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitinfo.txt @@ -0,0 +1,15 @@ +# This is a generated file and its contents are an internal implementation detail. +# The download step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +method=git +command=/snap/cmake/1468/bin/cmake;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitclone.cmake +source_dir=/mnt/Drive2/Osmium/build/_deps/glfw-src +work_dir=/mnt/Drive2/Osmium/build/_deps +repository=https://github.com/glfw/glfw.git +remote=origin +init_submodules=TRUE +recurse_submodules=--recursive +submodules= +CMP0097=NEW + diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-install new file mode 100644 index 0000000..e69de29 diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-mkdir new file mode 100644 index 0000000..e69de29 diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch new file mode 100644 index 0000000..e69de29 diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch-info.txt b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch-info.txt new file mode 100644 index 0000000..53e1e1e --- /dev/null +++ b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-patch-info.txt @@ -0,0 +1,6 @@ +# This is a generated file and its contents are an internal implementation detail. +# The update step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command= +work_dir= diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-test new file mode 100644 index 0000000..e69de29 diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update-info.txt b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update-info.txt new file mode 100644 index 0000000..edf6873 --- /dev/null +++ b/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-update-info.txt @@ -0,0 +1,7 @@ +# This is a generated file and its contents are an internal implementation detail. +# The patch step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command (connected)=/snap/cmake/1468/bin/cmake;-Dcan_fetch=YES;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitupdate.cmake +command (disconnected)=/snap/cmake/1468/bin/cmake;-Dcan_fetch=NO;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitupdate.cmake +work_dir=/mnt/Drive2/Osmium/build/_deps/glfw-src diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-cfgcmd.txt b/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-cfgcmd.txt new file mode 100644 index 0000000..6a6ed5f --- /dev/null +++ b/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-cfgcmd.txt @@ -0,0 +1 @@ +cmd='' diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitclone.cmake b/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitclone.cmake new file mode 100644 index 0000000..a93d89b --- /dev/null +++ b/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitclone.cmake @@ -0,0 +1,87 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file LICENSE.rst or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake + +if(EXISTS "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitclone-lastrun.txt" AND EXISTS "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitinfo.txt" AND + "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitclone-lastrun.txt" IS_NEWER_THAN "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitinfo.txt") + message(VERBOSE + "Avoiding repeated git clone, stamp file is up to date: " + "'/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitclone-lastrun.txt'" + ) + return() +endif() + +# Even at VERBOSE level, we don't want to see the commands executed, but +# enabling them to be shown for DEBUG may be useful to help diagnose problems. +cmake_language(GET_MESSAGE_LOG_LEVEL active_log_level) +if(active_log_level MATCHES "DEBUG|TRACE") + set(maybe_show_command COMMAND_ECHO STDOUT) +else() + set(maybe_show_command "") +endif() + +execute_process( + COMMAND ${CMAKE_COMMAND} -E rm -rf "/mnt/Drive2/Osmium/build/_deps/glfw-src" + RESULT_VARIABLE error_code + ${maybe_show_command} +) +if(error_code) + message(FATAL_ERROR "Failed to remove directory: '/mnt/Drive2/Osmium/build/_deps/glfw-src'") +endif() + +# try the clone 3 times in case there is an odd git clone issue +set(error_code 1) +set(number_of_tries 0) +while(error_code AND number_of_tries LESS 3) + execute_process( + COMMAND "/usr/bin/git" + clone --no-checkout --config "advice.detachedHead=false" "https://github.com/glfw/glfw.git" "glfw-src" + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) + math(EXPR number_of_tries "${number_of_tries} + 1") +endwhile() +if(number_of_tries GREATER 1) + message(NOTICE "Had to git clone more than once: ${number_of_tries} times.") +endif() +if(error_code) + message(FATAL_ERROR "Failed to clone repository: 'https://github.com/glfw/glfw.git'") +endif() + +execute_process( + COMMAND "/usr/bin/git" + checkout "3.3.8" -- + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + RESULT_VARIABLE error_code + ${maybe_show_command} +) +if(error_code) + message(FATAL_ERROR "Failed to checkout tag: '3.3.8'") +endif() + +set(init_submodules TRUE) +if(init_submodules) + execute_process( + COMMAND "/usr/bin/git" + submodule update --recursive --init + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) +endif() +if(error_code) + message(FATAL_ERROR "Failed to update submodules in: '/mnt/Drive2/Osmium/build/_deps/glfw-src'") +endif() + +# Complete success, update the script-last-run stamp file: +# +execute_process( + COMMAND ${CMAKE_COMMAND} -E copy "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitinfo.txt" "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitclone-lastrun.txt" + RESULT_VARIABLE error_code + ${maybe_show_command} +) +if(error_code) + message(FATAL_ERROR "Failed to copy script-last-run stamp file: '/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/glfw-populate-gitclone-lastrun.txt'") +endif() diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitupdate.cmake b/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitupdate.cmake new file mode 100644 index 0000000..9e9b61c --- /dev/null +++ b/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-gitupdate.cmake @@ -0,0 +1,317 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file LICENSE.rst or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake + +# Even at VERBOSE level, we don't want to see the commands executed, but +# enabling them to be shown for DEBUG may be useful to help diagnose problems. +cmake_language(GET_MESSAGE_LOG_LEVEL active_log_level) +if(active_log_level MATCHES "DEBUG|TRACE") + set(maybe_show_command COMMAND_ECHO STDOUT) +else() + set(maybe_show_command "") +endif() + +function(do_fetch) + message(VERBOSE "Fetching latest from the remote origin") + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git fetch --tags --force "origin" + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + COMMAND_ERROR_IS_FATAL LAST + ${maybe_show_command} + ) +endfunction() + +function(get_hash_for_ref ref out_var err_var) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git rev-parse "${ref}^0" + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE ref_hash + ERROR_VARIABLE error_msg + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(error_code) + set(${out_var} "" PARENT_SCOPE) + else() + set(${out_var} "${ref_hash}" PARENT_SCOPE) + endif() + set(${err_var} "${error_msg}" PARENT_SCOPE) +endfunction() + +get_hash_for_ref(HEAD head_sha error_msg) +if(head_sha STREQUAL "") + message(FATAL_ERROR "Failed to get the hash for HEAD:\n${error_msg}") +endif() + +if("${can_fetch}" STREQUAL "") + set(can_fetch "YES") +endif() + +execute_process( + COMMAND "/usr/bin/git" --git-dir=.git show-ref "3.3.8" + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + OUTPUT_VARIABLE show_ref_output +) +if(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/remotes/") + # Given a full remote/branch-name and we know about it already. Since + # branches can move around, we should always fetch, if permitted. + if(can_fetch) + do_fetch() + endif() + set(checkout_name "3.3.8") + +elseif(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/tags/") + # Given a tag name that we already know about. We don't know if the tag we + # have matches the remote though (tags can move), so we should fetch. As a + # special case to preserve backward compatibility, if we are already at the + # same commit as the tag we hold locally, don't do a fetch and assume the tag + # hasn't moved on the remote. + # FIXME: We should provide an option to always fetch for this case + get_hash_for_ref("3.3.8" tag_sha error_msg) + if(tag_sha STREQUAL head_sha) + message(VERBOSE "Already at requested tag: 3.3.8") + return() + endif() + + if(can_fetch) + do_fetch() + endif() + set(checkout_name "3.3.8") + +elseif(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/heads/") + # Given a branch name without any remote and we already have a branch by that + # name. We might already have that branch checked out or it might be a + # different branch. It isn't fully safe to use a bare branch name without the + # remote, so do a fetch (if allowed) and replace the ref with one that + # includes the remote. + if(can_fetch) + do_fetch() + endif() + set(checkout_name "origin/3.3.8") + +else() + get_hash_for_ref("3.3.8" tag_sha error_msg) + if(tag_sha STREQUAL head_sha) + # Have the right commit checked out already + message(VERBOSE "Already at requested ref: ${tag_sha}") + return() + + elseif(tag_sha STREQUAL "") + # We don't know about this ref yet, so we have no choice but to fetch. + if(NOT can_fetch) + message(FATAL_ERROR + "Requested git ref \"3.3.8\" is not present locally, and not " + "allowed to contact remote due to UPDATE_DISCONNECTED setting." + ) + endif() + + # We deliberately swallow any error message at the default log level + # because it can be confusing for users to see a failed git command. + # That failure is being handled here, so it isn't an error. + if(NOT error_msg STREQUAL "") + message(DEBUG "${error_msg}") + endif() + do_fetch() + set(checkout_name "3.3.8") + + else() + # We have the commit, so we know we were asked to find a commit hash + # (otherwise it would have been handled further above), but we don't + # have that commit checked out yet. We don't need to fetch from the remote. + set(checkout_name "3.3.8") + if(NOT error_msg STREQUAL "") + message(WARNING "${error_msg}") + endif() + + endif() +endif() + +set(git_update_strategy "REBASE") +if(git_update_strategy STREQUAL "") + # Backward compatibility requires REBASE as the default behavior + set(git_update_strategy REBASE) +endif() + +if(git_update_strategy MATCHES "^REBASE(_CHECKOUT)?$") + # Asked to potentially try to rebase first, maybe with fallback to checkout. + # We can't if we aren't already on a branch and we shouldn't if that local + # branch isn't tracking the one we want to checkout. + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git symbolic-ref -q HEAD + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + OUTPUT_VARIABLE current_branch + OUTPUT_STRIP_TRAILING_WHITESPACE + # Don't test for an error. If this isn't a branch, we get a non-zero error + # code but empty output. + ) + + if(current_branch STREQUAL "") + # Not on a branch, checkout is the only sensible option since any rebase + # would always fail (and backward compatibility requires us to checkout in + # this situation) + set(git_update_strategy CHECKOUT) + + else() + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git for-each-ref "--format=%(upstream:short)" "${current_branch}" + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + OUTPUT_VARIABLE upstream_branch + OUTPUT_STRIP_TRAILING_WHITESPACE + COMMAND_ERROR_IS_FATAL ANY # There is no error if no upstream is set + ) + if(NOT upstream_branch STREQUAL checkout_name) + # Not safe to rebase when asked to checkout a different branch to the one + # we are tracking. If we did rebase, we could end up with arbitrary + # commits added to the ref we were asked to checkout if the current local + # branch happens to be able to rebase onto the target branch. There would + # be no error message and the user wouldn't know this was occurring. + set(git_update_strategy CHECKOUT) + endif() + + endif() +elseif(NOT git_update_strategy STREQUAL "CHECKOUT") + message(FATAL_ERROR "Unsupported git update strategy: ${git_update_strategy}") +endif() + + +# Check if stash is needed +execute_process( + COMMAND "/usr/bin/git" --git-dir=.git status --porcelain + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE repo_status +) +if(error_code) + message(FATAL_ERROR "Failed to get the status") +endif() +string(LENGTH "${repo_status}" need_stash) + +# If not in clean state, stash changes in order to be able to perform a +# rebase or checkout without losing those changes permanently +if(need_stash) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash save --quiet;--include-untracked + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) +endif() + +if(git_update_strategy STREQUAL "CHECKOUT") + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git checkout "${checkout_name}" + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) +else() + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git rebase "${checkout_name}" + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE rebase_output + ERROR_VARIABLE rebase_output + ) + if(error_code) + # Rebase failed, undo the rebase attempt before continuing + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git rebase --abort + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + ${maybe_show_command} + ) + + if(NOT git_update_strategy STREQUAL "REBASE_CHECKOUT") + # Not allowed to do a checkout as a fallback, so cannot proceed + if(need_stash) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + ${maybe_show_command} + ) + endif() + message(FATAL_ERROR "\nFailed to rebase in: '/mnt/Drive2/Osmium/build/_deps/glfw-src'." + "\nOutput from the attempted rebase follows:" + "\n${rebase_output}" + "\n\nYou will have to resolve the conflicts manually") + endif() + + # Fall back to checkout. We create an annotated tag so that the user + # can manually inspect the situation and revert if required. + # We can't log the failed rebase output because MSVC sees it and + # intervenes, causing the build to fail even though it completes. + # Write it to a file instead. + string(TIMESTAMP tag_timestamp "%Y%m%dT%H%M%S" UTC) + set(tag_name _cmake_ExternalProject_moved_from_here_${tag_timestamp}Z) + set(error_log_file ${CMAKE_CURRENT_LIST_DIR}/rebase_error_${tag_timestamp}Z.log) + file(WRITE ${error_log_file} "${rebase_output}") + message(WARNING "Rebase failed, output has been saved to ${error_log_file}" + "\nFalling back to checkout, previous commit tagged as ${tag_name}") + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git tag -a + -m "ExternalProject attempting to move from here to ${checkout_name}" + ${tag_name} + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) + + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git checkout "${checkout_name}" + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) + endif() +endif() + +if(need_stash) + # Put back the stashed changes + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) + if(error_code) + # Stash pop --index failed: Try again dropping the index + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git reset --hard --quiet + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + ${maybe_show_command} + ) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --quiet + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) + if(error_code) + # Stash pop failed: Restore previous state. + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git reset --hard --quiet ${head_sha} + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + ${maybe_show_command} + ) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + ${maybe_show_command} + ) + message(FATAL_ERROR "\nFailed to unstash changes in: '/mnt/Drive2/Osmium/build/_deps/glfw-src'." + "\nYou will have to resolve the conflicts manually") + endif() + endif() +endif() + +set(init_submodules "TRUE") +if(init_submodules) + execute_process( + COMMAND "/usr/bin/git" + --git-dir=.git + submodule update --recursive --init + WORKING_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) +endif() diff --git a/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-mkdirs.cmake b/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-mkdirs.cmake new file mode 100644 index 0000000..fdd5a17 --- /dev/null +++ b/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp/glfw-populate-mkdirs.cmake @@ -0,0 +1,27 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file LICENSE.rst or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake + +# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an +# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it +# would cause a fatal error, even though it would be a no-op. +if(NOT EXISTS "/mnt/Drive2/Osmium/build/_deps/glfw-src") + file(MAKE_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-src") +endif() +file(MAKE_DIRECTORY + "/mnt/Drive2/Osmium/build/_deps/glfw-build" + "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix" + "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/tmp" + "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp" + "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src" + "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp" +) + +set(configSubDirs ) +foreach(subDir IN LISTS configSubDirs) + file(MAKE_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp/${subDir}") +endforeach() +if(cfgdir) + file(MAKE_DIRECTORY "/mnt/Drive2/Osmium/build/_deps/glfw-subbuild/glfw-populate-prefix/src/glfw-populate-stamp${cfgdir}") # cfgdir has leading slash +endif() diff --git a/build/build.ninja b/build/build.ninja new file mode 100644 index 0000000..d6cb16e --- /dev/null +++ b/build/build.ninja @@ -0,0 +1,2452 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 4.0 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: ImGuiProject +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /mnt/Drive2/Osmium/build/ +# ============================================================================= +# Object build statements for EXECUTABLE target ImGuiProject + + +############################################# +# Order-only phony target for ImGuiProject + +build cmake_object_order_depends_target_ImGuiProject: phony || cmake_object_order_depends_target_glfw + +build CMakeFiles/ImGuiProject.dir/main.cpp.o: CXX_COMPILER__ImGuiProject_unscanned_Debug /mnt/Drive2/Osmium/main.cpp || cmake_object_order_depends_target_ImGuiProject + CONFIG = Debug + DEP_FILE = CMakeFiles/ImGuiProject.dir/main.cpp.o.d + FLAGS = -g -std=gnu++17 + INCLUDES = -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = CMakeFiles/ImGuiProject.dir + OBJECT_FILE_DIR = CMakeFiles/ImGuiProject.dir + TARGET_COMPILE_PDB = CMakeFiles/ImGuiProject.dir/ + TARGET_PDB = ImGuiProject.pdb + +build CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_glfw.cpp.o: CXX_COMPILER__ImGuiProject_unscanned_Debug /mnt/Drive2/Osmium/imgui/backends/imgui_impl_glfw.cpp || cmake_object_order_depends_target_ImGuiProject + CONFIG = Debug + DEP_FILE = CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_glfw.cpp.o.d + FLAGS = -g -std=gnu++17 + INCLUDES = -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = CMakeFiles/ImGuiProject.dir + OBJECT_FILE_DIR = CMakeFiles/ImGuiProject.dir/imgui/backends + TARGET_COMPILE_PDB = CMakeFiles/ImGuiProject.dir/ + TARGET_PDB = ImGuiProject.pdb + +build CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_opengl3.cpp.o: CXX_COMPILER__ImGuiProject_unscanned_Debug /mnt/Drive2/Osmium/imgui/backends/imgui_impl_opengl3.cpp || cmake_object_order_depends_target_ImGuiProject + CONFIG = Debug + DEP_FILE = CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_opengl3.cpp.o.d + FLAGS = -g -std=gnu++17 + INCLUDES = -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = CMakeFiles/ImGuiProject.dir + OBJECT_FILE_DIR = CMakeFiles/ImGuiProject.dir/imgui/backends + TARGET_COMPILE_PDB = CMakeFiles/ImGuiProject.dir/ + TARGET_PDB = ImGuiProject.pdb + +build CMakeFiles/ImGuiProject.dir/imgui/imgui.cpp.o: CXX_COMPILER__ImGuiProject_unscanned_Debug /mnt/Drive2/Osmium/imgui/imgui.cpp || cmake_object_order_depends_target_ImGuiProject + CONFIG = Debug + DEP_FILE = CMakeFiles/ImGuiProject.dir/imgui/imgui.cpp.o.d + FLAGS = -g -std=gnu++17 + INCLUDES = -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = CMakeFiles/ImGuiProject.dir + OBJECT_FILE_DIR = CMakeFiles/ImGuiProject.dir/imgui + TARGET_COMPILE_PDB = CMakeFiles/ImGuiProject.dir/ + TARGET_PDB = ImGuiProject.pdb + +build CMakeFiles/ImGuiProject.dir/imgui/imgui_demo.cpp.o: CXX_COMPILER__ImGuiProject_unscanned_Debug /mnt/Drive2/Osmium/imgui/imgui_demo.cpp || cmake_object_order_depends_target_ImGuiProject + CONFIG = Debug + DEP_FILE = CMakeFiles/ImGuiProject.dir/imgui/imgui_demo.cpp.o.d + FLAGS = -g -std=gnu++17 + INCLUDES = -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = CMakeFiles/ImGuiProject.dir + OBJECT_FILE_DIR = CMakeFiles/ImGuiProject.dir/imgui + TARGET_COMPILE_PDB = CMakeFiles/ImGuiProject.dir/ + TARGET_PDB = ImGuiProject.pdb + +build CMakeFiles/ImGuiProject.dir/imgui/imgui_draw.cpp.o: CXX_COMPILER__ImGuiProject_unscanned_Debug /mnt/Drive2/Osmium/imgui/imgui_draw.cpp || cmake_object_order_depends_target_ImGuiProject + CONFIG = Debug + DEP_FILE = CMakeFiles/ImGuiProject.dir/imgui/imgui_draw.cpp.o.d + FLAGS = -g -std=gnu++17 + INCLUDES = -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = CMakeFiles/ImGuiProject.dir + OBJECT_FILE_DIR = CMakeFiles/ImGuiProject.dir/imgui + TARGET_COMPILE_PDB = CMakeFiles/ImGuiProject.dir/ + TARGET_PDB = ImGuiProject.pdb + +build CMakeFiles/ImGuiProject.dir/imgui/imgui_tables.cpp.o: CXX_COMPILER__ImGuiProject_unscanned_Debug /mnt/Drive2/Osmium/imgui/imgui_tables.cpp || cmake_object_order_depends_target_ImGuiProject + CONFIG = Debug + DEP_FILE = CMakeFiles/ImGuiProject.dir/imgui/imgui_tables.cpp.o.d + FLAGS = -g -std=gnu++17 + INCLUDES = -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = CMakeFiles/ImGuiProject.dir + OBJECT_FILE_DIR = CMakeFiles/ImGuiProject.dir/imgui + TARGET_COMPILE_PDB = CMakeFiles/ImGuiProject.dir/ + TARGET_PDB = ImGuiProject.pdb + +build CMakeFiles/ImGuiProject.dir/imgui/imgui_widgets.cpp.o: CXX_COMPILER__ImGuiProject_unscanned_Debug /mnt/Drive2/Osmium/imgui/imgui_widgets.cpp || cmake_object_order_depends_target_ImGuiProject + CONFIG = Debug + DEP_FILE = CMakeFiles/ImGuiProject.dir/imgui/imgui_widgets.cpp.o.d + FLAGS = -g -std=gnu++17 + INCLUDES = -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = CMakeFiles/ImGuiProject.dir + OBJECT_FILE_DIR = CMakeFiles/ImGuiProject.dir/imgui + TARGET_COMPILE_PDB = CMakeFiles/ImGuiProject.dir/ + TARGET_PDB = ImGuiProject.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target ImGuiProject + + +############################################# +# Link the executable ImGuiProject + +build ImGuiProject: CXX_EXECUTABLE_LINKER__ImGuiProject_Debug CMakeFiles/ImGuiProject.dir/main.cpp.o CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_glfw.cpp.o CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_opengl3.cpp.o CMakeFiles/ImGuiProject.dir/imgui/imgui.cpp.o CMakeFiles/ImGuiProject.dir/imgui/imgui_demo.cpp.o CMakeFiles/ImGuiProject.dir/imgui/imgui_draw.cpp.o CMakeFiles/ImGuiProject.dir/imgui/imgui_tables.cpp.o CMakeFiles/ImGuiProject.dir/imgui/imgui_widgets.cpp.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libGLX.so /usr/lib/x86_64-linux-gnu/libOpenGL.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = CMakeFiles/ImGuiProject.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=CMakeFiles/ImGuiProject.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libGLX.so /usr/lib/x86_64-linux-gnu/libOpenGL.so + OBJECT_DIR = CMakeFiles/ImGuiProject.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/ImGuiProject.dir/ + TARGET_FILE = ImGuiProject + TARGET_PDB = ImGuiProject.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build && /snap/cmake/1468/bin/ccmake -S/mnt/Drive2/Osmium -B/mnt/Drive2/Osmium/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build && /snap/cmake/1468/bin/cmake --regenerate-during-build -S/mnt/Drive2/Osmium -B/mnt/Drive2/Osmium/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd /mnt/Drive2/Osmium/build && /snap/cmake/1468/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd /mnt/Drive2/Osmium/build && /snap/cmake/1468/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd /mnt/Drive2/Osmium/build && /snap/cmake/1468/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /mnt/Drive2/Osmium/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for uninstall + +build _deps/glfw-build/uninstall: phony _deps/glfw-build/CMakeFiles/uninstall + + +############################################# +# Utility command for edit_cache + +build _deps/glfw-build/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build && /snap/cmake/1468/bin/ccmake -S/mnt/Drive2/Osmium -B/mnt/Drive2/Osmium/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build _deps/glfw-build/edit_cache: phony _deps/glfw-build/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build _deps/glfw-build/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build && /snap/cmake/1468/bin/cmake --regenerate-during-build -S/mnt/Drive2/Osmium -B/mnt/Drive2/Osmium/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build _deps/glfw-build/rebuild_cache: phony _deps/glfw-build/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build _deps/glfw-build/list_install_components: phony + + +############################################# +# Utility command for install + +build _deps/glfw-build/CMakeFiles/install.util: CUSTOM_COMMAND _deps/glfw-build/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build && /snap/cmake/1468/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build _deps/glfw-build/install: phony _deps/glfw-build/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build _deps/glfw-build/CMakeFiles/install/local.util: CUSTOM_COMMAND _deps/glfw-build/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build && /snap/cmake/1468/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build _deps/glfw-build/install/local: phony _deps/glfw-build/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build _deps/glfw-build/CMakeFiles/install/strip.util: CUSTOM_COMMAND _deps/glfw-build/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build && /snap/cmake/1468/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build _deps/glfw-build/install/strip: phony _deps/glfw-build/CMakeFiles/install/strip.util + + +############################################# +# Custom command for _deps/glfw-build/CMakeFiles/uninstall + +build _deps/glfw-build/CMakeFiles/uninstall | ${cmake_ninja_workdir}_deps/glfw-build/CMakeFiles/uninstall: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build && /snap/cmake/1468/bin/cmake -P /mnt/Drive2/Osmium/build/_deps/glfw-build/cmake_uninstall.cmake + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /mnt/Drive2/Osmium/build/_deps/glfw-src/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for update_mappings + +build _deps/glfw-build/src/update_mappings: phony _deps/glfw-build/src/CMakeFiles/update_mappings + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target glfw + + +############################################# +# Order-only phony target for glfw + +build cmake_object_order_depends_target_glfw: phony || . + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/context.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/context.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/context.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/init.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/init.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/init.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/input.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/input.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/input.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/monitor.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/monitor.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/monitor.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/vulkan.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/vulkan.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/vulkan.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/window.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/window.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/window.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_init.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/x11_init.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_init.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_monitor.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/x11_monitor.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_window.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/x11_window.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_window.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/xkb_unicode.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/posix_time.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/posix_time.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/posix_time.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/posix_thread.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/posix_thread.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/posix_thread.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/glx_context.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/glx_context.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/glx_context.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/egl_context.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/egl_context.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/egl_context.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/osmesa_context.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/osmesa_context.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + +build _deps/glfw-build/src/CMakeFiles/glfw.dir/linux_joystick.c.o: C_COMPILER__glfw_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/src/linux_joystick.c || cmake_object_order_depends_target_glfw + CONFIG = Debug + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = _deps/glfw-build/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d + FLAGS = -g -std=gnu99 -fPIC -Wall + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target glfw + + +############################################# +# Link the static library _deps/glfw-build/src/libglfw3.a + +build _deps/glfw-build/src/libglfw3.a: C_STATIC_LIBRARY_LINKER__glfw_Debug _deps/glfw-build/src/CMakeFiles/glfw.dir/context.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/init.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/input.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/monitor.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/vulkan.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/window.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_init.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_monitor.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_window.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/xkb_unicode.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/posix_time.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/posix_thread.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/glx_context.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/egl_context.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/osmesa_context.c.o _deps/glfw-build/src/CMakeFiles/glfw.dir/linux_joystick.c.o + CONFIG = Debug + LANGUAGE_COMPILE_FLAGS = -g + OBJECT_DIR = _deps/glfw-build/src/CMakeFiles/glfw.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/src/CMakeFiles/glfw.dir/glfw.pdb + TARGET_FILE = _deps/glfw-build/src/libglfw3.a + TARGET_PDB = _deps/glfw-build/src/libglfw3.pdb + + +############################################# +# Utility command for edit_cache + +build _deps/glfw-build/src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/src && /snap/cmake/1468/bin/ccmake -S/mnt/Drive2/Osmium -B/mnt/Drive2/Osmium/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build _deps/glfw-build/src/edit_cache: phony _deps/glfw-build/src/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build _deps/glfw-build/src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/src && /snap/cmake/1468/bin/cmake --regenerate-during-build -S/mnt/Drive2/Osmium -B/mnt/Drive2/Osmium/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build _deps/glfw-build/src/rebuild_cache: phony _deps/glfw-build/src/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build _deps/glfw-build/src/list_install_components: phony + + +############################################# +# Utility command for install + +build _deps/glfw-build/src/CMakeFiles/install.util: CUSTOM_COMMAND _deps/glfw-build/src/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/src && /snap/cmake/1468/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build _deps/glfw-build/src/install: phony _deps/glfw-build/src/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build _deps/glfw-build/src/CMakeFiles/install/local.util: CUSTOM_COMMAND _deps/glfw-build/src/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/src && /snap/cmake/1468/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build _deps/glfw-build/src/install/local: phony _deps/glfw-build/src/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build _deps/glfw-build/src/CMakeFiles/install/strip.util: CUSTOM_COMMAND _deps/glfw-build/src/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/src && /snap/cmake/1468/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build _deps/glfw-build/src/install/strip: phony _deps/glfw-build/src/CMakeFiles/install/strip.util + + +############################################# +# Custom command for _deps/glfw-build/src/CMakeFiles/update_mappings + +build _deps/glfw-build/src/CMakeFiles/update_mappings | ${cmake_ninja_workdir}_deps/glfw-build/src/CMakeFiles/update_mappings: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-src/src && /snap/cmake/1468/bin/cmake -P /mnt/Drive2/Osmium/build/_deps/glfw-src/CMake/GenerateMappings.cmake mappings.h.in mappings.h + DESC = Updating gamepad mappings from upstream repository + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /mnt/Drive2/Osmium/build/_deps/glfw-src/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for EXECUTABLE target boing + + +############################################# +# Order-only phony target for boing + +build cmake_object_order_depends_target_boing: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/examples/CMakeFiles/boing.dir/boing.c.o: C_COMPILER__boing_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/boing.c || cmake_object_order_depends_target_boing + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/boing.dir/boing.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/boing.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/boing.dir + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/boing.dir/ + TARGET_PDB = _deps/glfw-build/examples/boing.pdb + +build _deps/glfw-build/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o: C_COMPILER__boing_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_boing + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/boing.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/boing.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/boing.dir/ + TARGET_PDB = _deps/glfw-build/examples/boing.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target boing + + +############################################# +# Link the executable _deps/glfw-build/examples/boing + +build _deps/glfw-build/examples/boing: C_EXECUTABLE_LINKER__boing_Debug _deps/glfw-build/examples/CMakeFiles/boing.dir/boing.c.o _deps/glfw-build/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/boing.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/examples/CMakeFiles/boing.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/boing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/boing.dir/ + TARGET_FILE = _deps/glfw-build/examples/boing + TARGET_PDB = _deps/glfw-build/examples/boing.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target gears + + +############################################# +# Order-only phony target for gears + +build cmake_object_order_depends_target_gears: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/examples/CMakeFiles/gears.dir/gears.c.o: C_COMPILER__gears_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/gears.c || cmake_object_order_depends_target_gears + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/gears.dir/gears.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/gears.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/gears.dir + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/gears.dir/ + TARGET_PDB = _deps/glfw-build/examples/gears.pdb + +build _deps/glfw-build/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o: C_COMPILER__gears_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_gears + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/gears.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/gears.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/gears.dir/ + TARGET_PDB = _deps/glfw-build/examples/gears.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target gears + + +############################################# +# Link the executable _deps/glfw-build/examples/gears + +build _deps/glfw-build/examples/gears: C_EXECUTABLE_LINKER__gears_Debug _deps/glfw-build/examples/CMakeFiles/gears.dir/gears.c.o _deps/glfw-build/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/gears.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/examples/CMakeFiles/gears.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/gears.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/gears.dir/ + TARGET_FILE = _deps/glfw-build/examples/gears + TARGET_PDB = _deps/glfw-build/examples/gears.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target heightmap + + +############################################# +# Order-only phony target for heightmap + +build cmake_object_order_depends_target_heightmap: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/examples/CMakeFiles/heightmap.dir/heightmap.c.o: C_COMPILER__heightmap_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/heightmap.c || cmake_object_order_depends_target_heightmap + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/heightmap.dir/heightmap.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/heightmap.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/heightmap.dir + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/heightmap.dir/ + TARGET_PDB = _deps/glfw-build/examples/heightmap.pdb + +build _deps/glfw-build/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o: C_COMPILER__heightmap_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_heightmap + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/heightmap.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/heightmap.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/heightmap.dir/ + TARGET_PDB = _deps/glfw-build/examples/heightmap.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target heightmap + + +############################################# +# Link the executable _deps/glfw-build/examples/heightmap + +build _deps/glfw-build/examples/heightmap: C_EXECUTABLE_LINKER__heightmap_Debug _deps/glfw-build/examples/CMakeFiles/heightmap.dir/heightmap.c.o _deps/glfw-build/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/heightmap.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/examples/CMakeFiles/heightmap.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/heightmap.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/heightmap.dir/ + TARGET_FILE = _deps/glfw-build/examples/heightmap + TARGET_PDB = _deps/glfw-build/examples/heightmap.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target offscreen + + +############################################# +# Order-only phony target for offscreen + +build cmake_object_order_depends_target_offscreen: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/examples/CMakeFiles/offscreen.dir/offscreen.c.o: C_COMPILER__offscreen_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/offscreen.c || cmake_object_order_depends_target_offscreen + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/offscreen.dir/offscreen.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/offscreen.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/offscreen.dir + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/offscreen.dir/ + TARGET_PDB = _deps/glfw-build/examples/offscreen.pdb + +build _deps/glfw-build/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o: C_COMPILER__offscreen_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_offscreen + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/offscreen.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/offscreen.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/offscreen.dir/ + TARGET_PDB = _deps/glfw-build/examples/offscreen.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target offscreen + + +############################################# +# Link the executable _deps/glfw-build/examples/offscreen + +build _deps/glfw-build/examples/offscreen: C_EXECUTABLE_LINKER__offscreen_Debug _deps/glfw-build/examples/CMakeFiles/offscreen.dir/offscreen.c.o _deps/glfw-build/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/offscreen.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/examples/CMakeFiles/offscreen.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/offscreen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/offscreen.dir/ + TARGET_FILE = _deps/glfw-build/examples/offscreen + TARGET_PDB = _deps/glfw-build/examples/offscreen.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target particles + + +############################################# +# Order-only phony target for particles + +build cmake_object_order_depends_target_particles: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/examples/CMakeFiles/particles.dir/particles.c.o: C_COMPILER__particles_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/particles.c || cmake_object_order_depends_target_particles + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/particles.dir/particles.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/particles.dir + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/particles.dir/ + TARGET_PDB = _deps/glfw-build/examples/particles.pdb + +build _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o: C_COMPILER__particles_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/tinycthread.c || cmake_object_order_depends_target_particles + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/particles.dir/ + TARGET_PDB = _deps/glfw-build/examples/particles.pdb + +build _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o: C_COMPILER__particles_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c || cmake_object_order_depends_target_particles + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/particles.dir/ + TARGET_PDB = _deps/glfw-build/examples/particles.pdb + +build _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o: C_COMPILER__particles_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_particles + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/particles.dir/ + TARGET_PDB = _deps/glfw-build/examples/particles.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target particles + + +############################################# +# Link the executable _deps/glfw-build/examples/particles + +build _deps/glfw-build/examples/particles: C_EXECUTABLE_LINKER__particles_Debug _deps/glfw-build/examples/CMakeFiles/particles.dir/particles.c.o _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/particles.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/examples/CMakeFiles/particles.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/particles.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/particles.dir/ + TARGET_FILE = _deps/glfw-build/examples/particles + TARGET_PDB = _deps/glfw-build/examples/particles.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target sharing + + +############################################# +# Order-only phony target for sharing + +build cmake_object_order_depends_target_sharing: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/examples/CMakeFiles/sharing.dir/sharing.c.o: C_COMPILER__sharing_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/sharing.c || cmake_object_order_depends_target_sharing + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/sharing.dir/sharing.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/sharing.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/sharing.dir + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/sharing.dir/ + TARGET_PDB = _deps/glfw-build/examples/sharing.pdb + +build _deps/glfw-build/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o: C_COMPILER__sharing_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_sharing + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/sharing.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/sharing.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/sharing.dir/ + TARGET_PDB = _deps/glfw-build/examples/sharing.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target sharing + + +############################################# +# Link the executable _deps/glfw-build/examples/sharing + +build _deps/glfw-build/examples/sharing: C_EXECUTABLE_LINKER__sharing_Debug _deps/glfw-build/examples/CMakeFiles/sharing.dir/sharing.c.o _deps/glfw-build/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/sharing.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/examples/CMakeFiles/sharing.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/sharing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/sharing.dir/ + TARGET_FILE = _deps/glfw-build/examples/sharing + TARGET_PDB = _deps/glfw-build/examples/sharing.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target simple + + +############################################# +# Order-only phony target for simple + +build cmake_object_order_depends_target_simple: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/examples/CMakeFiles/simple.dir/simple.c.o: C_COMPILER__simple_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/simple.c || cmake_object_order_depends_target_simple + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/simple.dir/simple.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/simple.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/simple.dir + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/simple.dir/ + TARGET_PDB = _deps/glfw-build/examples/simple.pdb + +build _deps/glfw-build/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o: C_COMPILER__simple_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_simple + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/simple.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/simple.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/simple.dir/ + TARGET_PDB = _deps/glfw-build/examples/simple.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target simple + + +############################################# +# Link the executable _deps/glfw-build/examples/simple + +build _deps/glfw-build/examples/simple: C_EXECUTABLE_LINKER__simple_Debug _deps/glfw-build/examples/CMakeFiles/simple.dir/simple.c.o _deps/glfw-build/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/simple.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/examples/CMakeFiles/simple.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/simple.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/simple.dir/ + TARGET_FILE = _deps/glfw-build/examples/simple + TARGET_PDB = _deps/glfw-build/examples/simple.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target splitview + + +############################################# +# Order-only phony target for splitview + +build cmake_object_order_depends_target_splitview: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/examples/CMakeFiles/splitview.dir/splitview.c.o: C_COMPILER__splitview_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/splitview.c || cmake_object_order_depends_target_splitview + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/splitview.dir/splitview.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/splitview.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/splitview.dir + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/splitview.dir/ + TARGET_PDB = _deps/glfw-build/examples/splitview.pdb + +build _deps/glfw-build/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o: C_COMPILER__splitview_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_splitview + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/splitview.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/splitview.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/splitview.dir/ + TARGET_PDB = _deps/glfw-build/examples/splitview.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target splitview + + +############################################# +# Link the executable _deps/glfw-build/examples/splitview + +build _deps/glfw-build/examples/splitview: C_EXECUTABLE_LINKER__splitview_Debug _deps/glfw-build/examples/CMakeFiles/splitview.dir/splitview.c.o _deps/glfw-build/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/splitview.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/examples/CMakeFiles/splitview.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/splitview.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/splitview.dir/ + TARGET_FILE = _deps/glfw-build/examples/splitview + TARGET_PDB = _deps/glfw-build/examples/splitview.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target wave + + +############################################# +# Order-only phony target for wave + +build cmake_object_order_depends_target_wave: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/examples/CMakeFiles/wave.dir/wave.c.o: C_COMPILER__wave_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/wave.c || cmake_object_order_depends_target_wave + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/wave.dir/wave.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/wave.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/wave.dir + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/wave.dir/ + TARGET_PDB = _deps/glfw-build/examples/wave.pdb + +build _deps/glfw-build/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o: C_COMPILER__wave_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_wave + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/wave.dir + OBJECT_FILE_DIR = _deps/glfw-build/examples/CMakeFiles/wave.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/wave.dir/ + TARGET_PDB = _deps/glfw-build/examples/wave.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target wave + + +############################################# +# Link the executable _deps/glfw-build/examples/wave + +build _deps/glfw-build/examples/wave: C_EXECUTABLE_LINKER__wave_Debug _deps/glfw-build/examples/CMakeFiles/wave.dir/wave.c.o _deps/glfw-build/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/examples/CMakeFiles/wave.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/examples/CMakeFiles/wave.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/examples/CMakeFiles/wave.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/examples/CMakeFiles/wave.dir/ + TARGET_FILE = _deps/glfw-build/examples/wave + TARGET_PDB = _deps/glfw-build/examples/wave.pdb + + +############################################# +# Utility command for edit_cache + +build _deps/glfw-build/examples/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/examples && /snap/cmake/1468/bin/ccmake -S/mnt/Drive2/Osmium -B/mnt/Drive2/Osmium/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build _deps/glfw-build/examples/edit_cache: phony _deps/glfw-build/examples/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build _deps/glfw-build/examples/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/examples && /snap/cmake/1468/bin/cmake --regenerate-during-build -S/mnt/Drive2/Osmium -B/mnt/Drive2/Osmium/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build _deps/glfw-build/examples/rebuild_cache: phony _deps/glfw-build/examples/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build _deps/glfw-build/examples/list_install_components: phony + + +############################################# +# Utility command for install + +build _deps/glfw-build/examples/CMakeFiles/install.util: CUSTOM_COMMAND _deps/glfw-build/examples/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/examples && /snap/cmake/1468/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build _deps/glfw-build/examples/install: phony _deps/glfw-build/examples/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build _deps/glfw-build/examples/CMakeFiles/install/local.util: CUSTOM_COMMAND _deps/glfw-build/examples/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/examples && /snap/cmake/1468/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build _deps/glfw-build/examples/install/local: phony _deps/glfw-build/examples/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build _deps/glfw-build/examples/CMakeFiles/install/strip.util: CUSTOM_COMMAND _deps/glfw-build/examples/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/examples && /snap/cmake/1468/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build _deps/glfw-build/examples/install/strip: phony _deps/glfw-build/examples/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /mnt/Drive2/Osmium/build/_deps/glfw-src/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for EXECUTABLE target clipboard + + +############################################# +# Order-only phony target for clipboard + +build cmake_object_order_depends_target_clipboard: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/clipboard.dir/clipboard.c.o: C_COMPILER__clipboard_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/clipboard.c || cmake_object_order_depends_target_clipboard + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/clipboard.dir/clipboard.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/clipboard.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/clipboard.dir/ + TARGET_PDB = _deps/glfw-build/tests/clipboard.pdb + +build _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o: C_COMPILER__clipboard_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c || cmake_object_order_depends_target_clipboard + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/clipboard.dir/ + TARGET_PDB = _deps/glfw-build/tests/clipboard.pdb + +build _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o: C_COMPILER__clipboard_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_clipboard + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/clipboard.dir/ + TARGET_PDB = _deps/glfw-build/tests/clipboard.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target clipboard + + +############################################# +# Link the executable _deps/glfw-build/tests/clipboard + +build _deps/glfw-build/tests/clipboard: C_EXECUTABLE_LINKER__clipboard_Debug _deps/glfw-build/tests/CMakeFiles/clipboard.dir/clipboard.c.o _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/clipboard.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/clipboard.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/clipboard.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/clipboard.dir/ + TARGET_FILE = _deps/glfw-build/tests/clipboard + TARGET_PDB = _deps/glfw-build/tests/clipboard.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target events + + +############################################# +# Order-only phony target for events + +build cmake_object_order_depends_target_events: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/events.dir/events.c.o: C_COMPILER__events_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/events.c || cmake_object_order_depends_target_events + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/events.dir/events.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/events.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/events.dir/ + TARGET_PDB = _deps/glfw-build/tests/events.pdb + +build _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/getopt.c.o: C_COMPILER__events_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c || cmake_object_order_depends_target_events + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/events.dir/ + TARGET_PDB = _deps/glfw-build/tests/events.pdb + +build _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o: C_COMPILER__events_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_events + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/events.dir/ + TARGET_PDB = _deps/glfw-build/tests/events.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target events + + +############################################# +# Link the executable _deps/glfw-build/tests/events + +build _deps/glfw-build/tests/events: C_EXECUTABLE_LINKER__events_Debug _deps/glfw-build/tests/CMakeFiles/events.dir/events.c.o _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/getopt.c.o _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/events.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/events.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/events.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/events.dir/ + TARGET_FILE = _deps/glfw-build/tests/events + TARGET_PDB = _deps/glfw-build/tests/events.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target msaa + + +############################################# +# Order-only phony target for msaa + +build cmake_object_order_depends_target_msaa: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/msaa.dir/msaa.c.o: C_COMPILER__msaa_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/msaa.c || cmake_object_order_depends_target_msaa + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/msaa.dir/msaa.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/msaa.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/msaa.dir/ + TARGET_PDB = _deps/glfw-build/tests/msaa.pdb + +build _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o: C_COMPILER__msaa_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c || cmake_object_order_depends_target_msaa + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/msaa.dir/ + TARGET_PDB = _deps/glfw-build/tests/msaa.pdb + +build _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o: C_COMPILER__msaa_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_msaa + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/msaa.dir/ + TARGET_PDB = _deps/glfw-build/tests/msaa.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target msaa + + +############################################# +# Link the executable _deps/glfw-build/tests/msaa + +build _deps/glfw-build/tests/msaa: C_EXECUTABLE_LINKER__msaa_Debug _deps/glfw-build/tests/CMakeFiles/msaa.dir/msaa.c.o _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/msaa.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/msaa.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/msaa.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/msaa.dir/ + TARGET_FILE = _deps/glfw-build/tests/msaa + TARGET_PDB = _deps/glfw-build/tests/msaa.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target glfwinfo + + +############################################# +# Order-only phony target for glfwinfo + +build cmake_object_order_depends_target_glfwinfo: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o: C_COMPILER__glfwinfo_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/glfwinfo.c || cmake_object_order_depends_target_glfwinfo + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/ + TARGET_PDB = _deps/glfw-build/tests/glfwinfo.pdb + +build _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o: C_COMPILER__glfwinfo_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c || cmake_object_order_depends_target_glfwinfo + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/ + TARGET_PDB = _deps/glfw-build/tests/glfwinfo.pdb + +build _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o: C_COMPILER__glfwinfo_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_glfwinfo + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/ + TARGET_PDB = _deps/glfw-build/tests/glfwinfo.pdb + +build _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o: C_COMPILER__glfwinfo_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_vulkan.c || cmake_object_order_depends_target_glfwinfo + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/ + TARGET_PDB = _deps/glfw-build/tests/glfwinfo.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target glfwinfo + + +############################################# +# Link the executable _deps/glfw-build/tests/glfwinfo + +build _deps/glfw-build/tests/glfwinfo: C_EXECUTABLE_LINKER__glfwinfo_Debug _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/ + TARGET_FILE = _deps/glfw-build/tests/glfwinfo + TARGET_PDB = _deps/glfw-build/tests/glfwinfo.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target iconify + + +############################################# +# Order-only phony target for iconify + +build cmake_object_order_depends_target_iconify: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/iconify.dir/iconify.c.o: C_COMPILER__iconify_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/iconify.c || cmake_object_order_depends_target_iconify + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/iconify.dir/iconify.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/iconify.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/iconify.dir/ + TARGET_PDB = _deps/glfw-build/tests/iconify.pdb + +build _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o: C_COMPILER__iconify_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c || cmake_object_order_depends_target_iconify + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/iconify.dir/ + TARGET_PDB = _deps/glfw-build/tests/iconify.pdb + +build _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o: C_COMPILER__iconify_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_iconify + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/iconify.dir/ + TARGET_PDB = _deps/glfw-build/tests/iconify.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target iconify + + +############################################# +# Link the executable _deps/glfw-build/tests/iconify + +build _deps/glfw-build/tests/iconify: C_EXECUTABLE_LINKER__iconify_Debug _deps/glfw-build/tests/CMakeFiles/iconify.dir/iconify.c.o _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/iconify.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/iconify.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/iconify.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/iconify.dir/ + TARGET_FILE = _deps/glfw-build/tests/iconify + TARGET_PDB = _deps/glfw-build/tests/iconify.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target monitors + + +############################################# +# Order-only phony target for monitors + +build cmake_object_order_depends_target_monitors: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/monitors.dir/monitors.c.o: C_COMPILER__monitors_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/monitors.c || cmake_object_order_depends_target_monitors + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/monitors.dir/monitors.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/monitors.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/monitors.dir/ + TARGET_PDB = _deps/glfw-build/tests/monitors.pdb + +build _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o: C_COMPILER__monitors_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c || cmake_object_order_depends_target_monitors + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/monitors.dir/ + TARGET_PDB = _deps/glfw-build/tests/monitors.pdb + +build _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o: C_COMPILER__monitors_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_monitors + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/monitors.dir/ + TARGET_PDB = _deps/glfw-build/tests/monitors.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target monitors + + +############################################# +# Link the executable _deps/glfw-build/tests/monitors + +build _deps/glfw-build/tests/monitors: C_EXECUTABLE_LINKER__monitors_Debug _deps/glfw-build/tests/CMakeFiles/monitors.dir/monitors.c.o _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/monitors.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/monitors.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/monitors.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/monitors.dir/ + TARGET_FILE = _deps/glfw-build/tests/monitors + TARGET_PDB = _deps/glfw-build/tests/monitors.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target reopen + + +############################################# +# Order-only phony target for reopen + +build cmake_object_order_depends_target_reopen: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/reopen.dir/reopen.c.o: C_COMPILER__reopen_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/reopen.c || cmake_object_order_depends_target_reopen + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/reopen.dir/reopen.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/reopen.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/reopen.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/reopen.dir/ + TARGET_PDB = _deps/glfw-build/tests/reopen.pdb + +build _deps/glfw-build/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o: C_COMPILER__reopen_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_reopen + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/reopen.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/reopen.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/reopen.dir/ + TARGET_PDB = _deps/glfw-build/tests/reopen.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target reopen + + +############################################# +# Link the executable _deps/glfw-build/tests/reopen + +build _deps/glfw-build/tests/reopen: C_EXECUTABLE_LINKER__reopen_Debug _deps/glfw-build/tests/CMakeFiles/reopen.dir/reopen.c.o _deps/glfw-build/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/reopen.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/reopen.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/reopen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/reopen.dir/ + TARGET_FILE = _deps/glfw-build/tests/reopen + TARGET_PDB = _deps/glfw-build/tests/reopen.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target cursor + + +############################################# +# Order-only phony target for cursor + +build cmake_object_order_depends_target_cursor: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/cursor.dir/cursor.c.o: C_COMPILER__cursor_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/cursor.c || cmake_object_order_depends_target_cursor + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/cursor.dir/cursor.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/cursor.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/cursor.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/cursor.dir/ + TARGET_PDB = _deps/glfw-build/tests/cursor.pdb + +build _deps/glfw-build/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o: C_COMPILER__cursor_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_cursor + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/cursor.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/cursor.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/cursor.dir/ + TARGET_PDB = _deps/glfw-build/tests/cursor.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target cursor + + +############################################# +# Link the executable _deps/glfw-build/tests/cursor + +build _deps/glfw-build/tests/cursor: C_EXECUTABLE_LINKER__cursor_Debug _deps/glfw-build/tests/CMakeFiles/cursor.dir/cursor.c.o _deps/glfw-build/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/cursor.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/cursor.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/cursor.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/cursor.dir/ + TARGET_FILE = _deps/glfw-build/tests/cursor + TARGET_PDB = _deps/glfw-build/tests/cursor.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target empty + + +############################################# +# Order-only phony target for empty + +build cmake_object_order_depends_target_empty: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/empty.dir/empty.c.o: C_COMPILER__empty_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/empty.c || cmake_object_order_depends_target_empty + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/empty.dir/empty.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/empty.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/empty.dir/ + TARGET_PDB = _deps/glfw-build/tests/empty.pdb + +build _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o: C_COMPILER__empty_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/tinycthread.c || cmake_object_order_depends_target_empty + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/empty.dir/ + TARGET_PDB = _deps/glfw-build/tests/empty.pdb + +build _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o: C_COMPILER__empty_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_empty + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/empty.dir/ + TARGET_PDB = _deps/glfw-build/tests/empty.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target empty + + +############################################# +# Link the executable _deps/glfw-build/tests/empty + +build _deps/glfw-build/tests/empty: C_EXECUTABLE_LINKER__empty_Debug _deps/glfw-build/tests/CMakeFiles/empty.dir/empty.c.o _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/empty.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/empty.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/empty.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/empty.dir/ + TARGET_FILE = _deps/glfw-build/tests/empty + TARGET_PDB = _deps/glfw-build/tests/empty.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target gamma + + +############################################# +# Order-only phony target for gamma + +build cmake_object_order_depends_target_gamma: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/gamma.dir/gamma.c.o: C_COMPILER__gamma_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/gamma.c || cmake_object_order_depends_target_gamma + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/gamma.dir/gamma.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/gamma.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/gamma.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/gamma.dir/ + TARGET_PDB = _deps/glfw-build/tests/gamma.pdb + +build _deps/glfw-build/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o: C_COMPILER__gamma_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_gamma + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/gamma.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/gamma.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/gamma.dir/ + TARGET_PDB = _deps/glfw-build/tests/gamma.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target gamma + + +############################################# +# Link the executable _deps/glfw-build/tests/gamma + +build _deps/glfw-build/tests/gamma: C_EXECUTABLE_LINKER__gamma_Debug _deps/glfw-build/tests/CMakeFiles/gamma.dir/gamma.c.o _deps/glfw-build/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/gamma.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/gamma.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/gamma.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/gamma.dir/ + TARGET_FILE = _deps/glfw-build/tests/gamma + TARGET_PDB = _deps/glfw-build/tests/gamma.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target icon + + +############################################# +# Order-only phony target for icon + +build cmake_object_order_depends_target_icon: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/icon.dir/icon.c.o: C_COMPILER__icon_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/icon.c || cmake_object_order_depends_target_icon + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/icon.dir/icon.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/icon.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/icon.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/icon.dir/ + TARGET_PDB = _deps/glfw-build/tests/icon.pdb + +build _deps/glfw-build/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o: C_COMPILER__icon_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_icon + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/icon.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/icon.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/icon.dir/ + TARGET_PDB = _deps/glfw-build/tests/icon.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target icon + + +############################################# +# Link the executable _deps/glfw-build/tests/icon + +build _deps/glfw-build/tests/icon: C_EXECUTABLE_LINKER__icon_Debug _deps/glfw-build/tests/CMakeFiles/icon.dir/icon.c.o _deps/glfw-build/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/icon.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/icon.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/icon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/icon.dir/ + TARGET_FILE = _deps/glfw-build/tests/icon + TARGET_PDB = _deps/glfw-build/tests/icon.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target inputlag + + +############################################# +# Order-only phony target for inputlag + +build cmake_object_order_depends_target_inputlag: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/inputlag.dir/inputlag.c.o: C_COMPILER__inputlag_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/inputlag.c || cmake_object_order_depends_target_inputlag + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/inputlag.dir/inputlag.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/inputlag.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/inputlag.dir/ + TARGET_PDB = _deps/glfw-build/tests/inputlag.pdb + +build _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o: C_COMPILER__inputlag_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c || cmake_object_order_depends_target_inputlag + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/inputlag.dir/ + TARGET_PDB = _deps/glfw-build/tests/inputlag.pdb + +build _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o: C_COMPILER__inputlag_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_inputlag + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/inputlag.dir/ + TARGET_PDB = _deps/glfw-build/tests/inputlag.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target inputlag + + +############################################# +# Link the executable _deps/glfw-build/tests/inputlag + +build _deps/glfw-build/tests/inputlag: C_EXECUTABLE_LINKER__inputlag_Debug _deps/glfw-build/tests/CMakeFiles/inputlag.dir/inputlag.c.o _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/inputlag.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/inputlag.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/inputlag.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/inputlag.dir/ + TARGET_FILE = _deps/glfw-build/tests/inputlag + TARGET_PDB = _deps/glfw-build/tests/inputlag.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target joysticks + + +############################################# +# Order-only phony target for joysticks + +build cmake_object_order_depends_target_joysticks: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/joysticks.dir/joysticks.c.o: C_COMPILER__joysticks_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/joysticks.c || cmake_object_order_depends_target_joysticks + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/joysticks.dir/joysticks.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/joysticks.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/joysticks.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/joysticks.dir/ + TARGET_PDB = _deps/glfw-build/tests/joysticks.pdb + +build _deps/glfw-build/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o: C_COMPILER__joysticks_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_joysticks + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/joysticks.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/joysticks.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/joysticks.dir/ + TARGET_PDB = _deps/glfw-build/tests/joysticks.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target joysticks + + +############################################# +# Link the executable _deps/glfw-build/tests/joysticks + +build _deps/glfw-build/tests/joysticks: C_EXECUTABLE_LINKER__joysticks_Debug _deps/glfw-build/tests/CMakeFiles/joysticks.dir/joysticks.c.o _deps/glfw-build/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/joysticks.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/joysticks.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/joysticks.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/joysticks.dir/ + TARGET_FILE = _deps/glfw-build/tests/joysticks + TARGET_PDB = _deps/glfw-build/tests/joysticks.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target opacity + + +############################################# +# Order-only phony target for opacity + +build cmake_object_order_depends_target_opacity: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/opacity.dir/opacity.c.o: C_COMPILER__opacity_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/opacity.c || cmake_object_order_depends_target_opacity + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/opacity.dir/opacity.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/opacity.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/opacity.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/opacity.dir/ + TARGET_PDB = _deps/glfw-build/tests/opacity.pdb + +build _deps/glfw-build/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o: C_COMPILER__opacity_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_opacity + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/opacity.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/opacity.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/opacity.dir/ + TARGET_PDB = _deps/glfw-build/tests/opacity.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target opacity + + +############################################# +# Link the executable _deps/glfw-build/tests/opacity + +build _deps/glfw-build/tests/opacity: C_EXECUTABLE_LINKER__opacity_Debug _deps/glfw-build/tests/CMakeFiles/opacity.dir/opacity.c.o _deps/glfw-build/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/opacity.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/opacity.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/opacity.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/opacity.dir/ + TARGET_FILE = _deps/glfw-build/tests/opacity + TARGET_PDB = _deps/glfw-build/tests/opacity.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target tearing + + +############################################# +# Order-only phony target for tearing + +build cmake_object_order_depends_target_tearing: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/tearing.dir/tearing.c.o: C_COMPILER__tearing_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/tearing.c || cmake_object_order_depends_target_tearing + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/tearing.dir/tearing.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/tearing.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/tearing.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/tearing.dir/ + TARGET_PDB = _deps/glfw-build/tests/tearing.pdb + +build _deps/glfw-build/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o: C_COMPILER__tearing_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_tearing + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/tearing.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/tearing.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/tearing.dir/ + TARGET_PDB = _deps/glfw-build/tests/tearing.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target tearing + + +############################################# +# Link the executable _deps/glfw-build/tests/tearing + +build _deps/glfw-build/tests/tearing: C_EXECUTABLE_LINKER__tearing_Debug _deps/glfw-build/tests/CMakeFiles/tearing.dir/tearing.c.o _deps/glfw-build/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/tearing.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/tearing.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/tearing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/tearing.dir/ + TARGET_FILE = _deps/glfw-build/tests/tearing + TARGET_PDB = _deps/glfw-build/tests/tearing.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target threads + + +############################################# +# Order-only phony target for threads + +build cmake_object_order_depends_target_threads: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/threads.dir/threads.c.o: C_COMPILER__threads_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/threads.c || cmake_object_order_depends_target_threads + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/threads.dir/threads.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/threads.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/threads.dir/ + TARGET_PDB = _deps/glfw-build/tests/threads.pdb + +build _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o: C_COMPILER__threads_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/tinycthread.c || cmake_object_order_depends_target_threads + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/threads.dir/ + TARGET_PDB = _deps/glfw-build/tests/threads.pdb + +build _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o: C_COMPILER__threads_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_threads + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/threads.dir/ + TARGET_PDB = _deps/glfw-build/tests/threads.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target threads + + +############################################# +# Link the executable _deps/glfw-build/tests/threads + +build _deps/glfw-build/tests/threads: C_EXECUTABLE_LINKER__threads_Debug _deps/glfw-build/tests/CMakeFiles/threads.dir/threads.c.o _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/threads.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/threads.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/threads.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/threads.dir/ + TARGET_FILE = _deps/glfw-build/tests/threads + TARGET_PDB = _deps/glfw-build/tests/threads.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target timeout + + +############################################# +# Order-only phony target for timeout + +build cmake_object_order_depends_target_timeout: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/timeout.dir/timeout.c.o: C_COMPILER__timeout_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/timeout.c || cmake_object_order_depends_target_timeout + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/timeout.dir/timeout.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/timeout.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/timeout.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/timeout.dir/ + TARGET_PDB = _deps/glfw-build/tests/timeout.pdb + +build _deps/glfw-build/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o: C_COMPILER__timeout_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_timeout + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/timeout.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/timeout.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/timeout.dir/ + TARGET_PDB = _deps/glfw-build/tests/timeout.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target timeout + + +############################################# +# Link the executable _deps/glfw-build/tests/timeout + +build _deps/glfw-build/tests/timeout: C_EXECUTABLE_LINKER__timeout_Debug _deps/glfw-build/tests/CMakeFiles/timeout.dir/timeout.c.o _deps/glfw-build/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/timeout.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/timeout.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/timeout.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/timeout.dir/ + TARGET_FILE = _deps/glfw-build/tests/timeout + TARGET_PDB = _deps/glfw-build/tests/timeout.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target title + + +############################################# +# Order-only phony target for title + +build cmake_object_order_depends_target_title: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/title.dir/title.c.o: C_COMPILER__title_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/title.c || cmake_object_order_depends_target_title + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/title.dir/title.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/title.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/title.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/title.dir/ + TARGET_PDB = _deps/glfw-build/tests/title.pdb + +build _deps/glfw-build/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o: C_COMPILER__title_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_title + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/title.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/title.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/title.dir/ + TARGET_PDB = _deps/glfw-build/tests/title.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target title + + +############################################# +# Link the executable _deps/glfw-build/tests/title + +build _deps/glfw-build/tests/title: C_EXECUTABLE_LINKER__title_Debug _deps/glfw-build/tests/CMakeFiles/title.dir/title.c.o _deps/glfw-build/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/title.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/title.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/title.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/title.dir/ + TARGET_FILE = _deps/glfw-build/tests/title + TARGET_PDB = _deps/glfw-build/tests/title.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target triangle-vulkan + + +############################################# +# Order-only phony target for triangle-vulkan + +build cmake_object_order_depends_target_triangle-vulkan: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o: C_COMPILER__triangle-vulkan_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/triangle-vulkan.c || cmake_object_order_depends_target_triangle-vulkan + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/ + TARGET_PDB = _deps/glfw-build/tests/triangle-vulkan.pdb + +build _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o: C_COMPILER__triangle-vulkan_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_vulkan.c || cmake_object_order_depends_target_triangle-vulkan + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/ + TARGET_PDB = _deps/glfw-build/tests/triangle-vulkan.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target triangle-vulkan + + +############################################# +# Link the executable _deps/glfw-build/tests/triangle-vulkan + +build _deps/glfw-build/tests/triangle-vulkan: C_EXECUTABLE_LINKER__triangle-vulkan_Debug _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/ + TARGET_FILE = _deps/glfw-build/tests/triangle-vulkan + TARGET_PDB = _deps/glfw-build/tests/triangle-vulkan.pdb + +# ============================================================================= +# Object build statements for EXECUTABLE target windows + + +############################################# +# Order-only phony target for windows + +build cmake_object_order_depends_target_windows: phony || cmake_object_order_depends_target_glfw + +build _deps/glfw-build/tests/CMakeFiles/windows.dir/windows.c.o: C_COMPILER__windows_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/windows.c || cmake_object_order_depends_target_windows + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/windows.dir/windows.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/windows.dir + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/windows.dir/ + TARGET_PDB = _deps/glfw-build/tests/windows.pdb + +build _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o: C_COMPILER__windows_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c || cmake_object_order_depends_target_windows + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/windows.dir/ + TARGET_PDB = _deps/glfw-build/tests/windows.pdb + +build _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o: C_COMPILER__windows_unscanned_Debug /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c || cmake_object_order_depends_target_windows + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 + INCLUDES = -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/windows.dir/ + TARGET_PDB = _deps/glfw-build/tests/windows.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target windows + + +############################################# +# Link the executable _deps/glfw-build/tests/windows + +build _deps/glfw-build/tests/windows: C_EXECUTABLE_LINKER__windows_Debug _deps/glfw-build/tests/CMakeFiles/windows.dir/windows.c.o _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o | _deps/glfw-build/src/libglfw3.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so || _deps/glfw-build/src/libglfw3.a + CONFIG = Debug + DEP_FILE = _deps/glfw-build/tests/CMakeFiles/windows.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=_deps/glfw-build/tests/CMakeFiles/windows.dir/link.d + LINK_LIBRARIES = _deps/glfw-build/src/libglfw3.a -lm /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so + OBJECT_DIR = _deps/glfw-build/tests/CMakeFiles/windows.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = _deps/glfw-build/tests/CMakeFiles/windows.dir/ + TARGET_FILE = _deps/glfw-build/tests/windows + TARGET_PDB = _deps/glfw-build/tests/windows.pdb + + +############################################# +# Utility command for edit_cache + +build _deps/glfw-build/tests/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/tests && /snap/cmake/1468/bin/ccmake -S/mnt/Drive2/Osmium -B/mnt/Drive2/Osmium/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build _deps/glfw-build/tests/edit_cache: phony _deps/glfw-build/tests/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build _deps/glfw-build/tests/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/tests && /snap/cmake/1468/bin/cmake --regenerate-during-build -S/mnt/Drive2/Osmium -B/mnt/Drive2/Osmium/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build _deps/glfw-build/tests/rebuild_cache: phony _deps/glfw-build/tests/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build _deps/glfw-build/tests/list_install_components: phony + + +############################################# +# Utility command for install + +build _deps/glfw-build/tests/CMakeFiles/install.util: CUSTOM_COMMAND _deps/glfw-build/tests/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/tests && /snap/cmake/1468/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build _deps/glfw-build/tests/install: phony _deps/glfw-build/tests/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build _deps/glfw-build/tests/CMakeFiles/install/local.util: CUSTOM_COMMAND _deps/glfw-build/tests/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/tests && /snap/cmake/1468/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build _deps/glfw-build/tests/install/local: phony _deps/glfw-build/tests/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build _deps/glfw-build/tests/CMakeFiles/install/strip.util: CUSTOM_COMMAND _deps/glfw-build/tests/all + COMMAND = cd /mnt/Drive2/Osmium/build/_deps/glfw-build/tests && /snap/cmake/1468/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build _deps/glfw-build/tests/install/strip: phony _deps/glfw-build/tests/CMakeFiles/install/strip.util + +# ============================================================================= +# Target aliases. + +build boing: phony _deps/glfw-build/examples/boing + +build clipboard: phony _deps/glfw-build/tests/clipboard + +build cursor: phony _deps/glfw-build/tests/cursor + +build empty: phony _deps/glfw-build/tests/empty + +build events: phony _deps/glfw-build/tests/events + +build gamma: phony _deps/glfw-build/tests/gamma + +build gears: phony _deps/glfw-build/examples/gears + +build glfw: phony _deps/glfw-build/src/libglfw3.a + +build glfwinfo: phony _deps/glfw-build/tests/glfwinfo + +build heightmap: phony _deps/glfw-build/examples/heightmap + +build icon: phony _deps/glfw-build/tests/icon + +build iconify: phony _deps/glfw-build/tests/iconify + +build inputlag: phony _deps/glfw-build/tests/inputlag + +build joysticks: phony _deps/glfw-build/tests/joysticks + +build libglfw3.a: phony _deps/glfw-build/src/libglfw3.a + +build monitors: phony _deps/glfw-build/tests/monitors + +build msaa: phony _deps/glfw-build/tests/msaa + +build offscreen: phony _deps/glfw-build/examples/offscreen + +build opacity: phony _deps/glfw-build/tests/opacity + +build particles: phony _deps/glfw-build/examples/particles + +build reopen: phony _deps/glfw-build/tests/reopen + +build sharing: phony _deps/glfw-build/examples/sharing + +build simple: phony _deps/glfw-build/examples/simple + +build splitview: phony _deps/glfw-build/examples/splitview + +build tearing: phony _deps/glfw-build/tests/tearing + +build threads: phony _deps/glfw-build/tests/threads + +build timeout: phony _deps/glfw-build/tests/timeout + +build title: phony _deps/glfw-build/tests/title + +build triangle-vulkan: phony _deps/glfw-build/tests/triangle-vulkan + +build uninstall: phony _deps/glfw-build/uninstall + +build update_mappings: phony _deps/glfw-build/src/update_mappings + +build wave: phony _deps/glfw-build/examples/wave + +build windows: phony _deps/glfw-build/tests/windows + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /mnt/Drive2/Osmium/build + +build all: phony ImGuiProject _deps/glfw-build/all + +# ============================================================================= + +############################################# +# Folder: /mnt/Drive2/Osmium/build/_deps/glfw-build + +build _deps/glfw-build/all: phony _deps/glfw-build/src/all _deps/glfw-build/examples/all _deps/glfw-build/tests/all + +# ============================================================================= + +############################################# +# Folder: /mnt/Drive2/Osmium/build/_deps/glfw-build/examples + +build _deps/glfw-build/examples/all: phony _deps/glfw-build/examples/boing _deps/glfw-build/examples/gears _deps/glfw-build/examples/heightmap _deps/glfw-build/examples/offscreen _deps/glfw-build/examples/particles _deps/glfw-build/examples/sharing _deps/glfw-build/examples/simple _deps/glfw-build/examples/splitview _deps/glfw-build/examples/wave + +# ============================================================================= + +############################################# +# Folder: /mnt/Drive2/Osmium/build/_deps/glfw-build/src + +build _deps/glfw-build/src/all: phony _deps/glfw-build/src/libglfw3.a + +# ============================================================================= + +############################################# +# Folder: /mnt/Drive2/Osmium/build/_deps/glfw-build/tests + +build _deps/glfw-build/tests/all: phony _deps/glfw-build/tests/clipboard _deps/glfw-build/tests/events _deps/glfw-build/tests/msaa _deps/glfw-build/tests/glfwinfo _deps/glfw-build/tests/iconify _deps/glfw-build/tests/monitors _deps/glfw-build/tests/reopen _deps/glfw-build/tests/cursor _deps/glfw-build/tests/empty _deps/glfw-build/tests/gamma _deps/glfw-build/tests/icon _deps/glfw-build/tests/inputlag _deps/glfw-build/tests/joysticks _deps/glfw-build/tests/opacity _deps/glfw-build/tests/tearing _deps/glfw-build/tests/threads _deps/glfw-build/tests/timeout _deps/glfw-build/tests/title _deps/glfw-build/tests/triangle-vulkan _deps/glfw-build/tests/windows + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja /mnt/Drive2/Osmium/build/cmake_install.cmake /mnt/Drive2/Osmium/build/_deps/glfw-build/cmake_install.cmake /mnt/Drive2/Osmium/build/_deps/glfw-build/src/cmake_install.cmake /mnt/Drive2/Osmium/build/_deps/glfw-build/examples/cmake_install.cmake /mnt/Drive2/Osmium/build/_deps/glfw-build/tests/cmake_install.cmake: RERUN_CMAKE | /mnt/Drive2/Osmium/CMakeLists.txt /snap/cmake/1468/share/cmake-4.0/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompiler.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompilerABI.c /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompiler.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCommonLanguageInclude.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCompilerIdDetection.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDependentOption.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCXXCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerId.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerSupport.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineSystem.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeFindBinUtils.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeGenericSystem.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeInitializeConfigs.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeLanguageInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeNinjaFindMake.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakePackageConfigHelpers.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseImplicitIncludeInfo.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseImplicitLinkInfo.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseLibraryArchitecture.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystem.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystemSpecificInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystemSpecificInitialize.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCXXCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCompilerCommon.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CheckCSourceCompiles.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CheckFunctionExists.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CheckIncludeFile.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CheckLibraryExists.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ADSP-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ARMCC-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ARMClang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/AppleClang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Borland-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/CMakeCommonCompilerMacros.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Clang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Cray-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/CrayClang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GHS-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-C.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-CXX.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-FindBinUtils.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/HP-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IAR-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Intel-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/LCC-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/MSVC-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/NVHPC-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/OrangeC-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/PGI-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/PathScale-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SCO-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/TI-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/TIClang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Tasking-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Watcom-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XL-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/zOS-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/shared_internal_commands.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FetchContent.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FetchContent/CMakeLists.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/FindDoxygen.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindGit.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindOpenGL.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindPackageHandleStandardArgs.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindPackageMessage.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindThreads.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindX11.cmake /snap/cmake/1468/share/cmake-4.0/Modules/GNUInstallDirs.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeCLinkerInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeCXXLinkerInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeCommonLinkerInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeDetermineLinkerId.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeInspectCLinker.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeInspectCXXLinker.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CheckSourceCompiles.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/FeatureTesting.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Linker/GNU-C.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Linker/GNU-CXX.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Linker/GNU.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/GNU.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/Linux-GNU-C.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/Linux-GNU-CXX.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/Linux-GNU.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-Determine-CXX.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-GNU-C.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-GNU-CXX.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-GNU.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-Initialize.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/UnixPaths.cmake /snap/cmake/1468/share/cmake-4.0/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/4.0.3/CMakeCCompiler.cmake CMakeFiles/4.0.3/CMakeCXXCompiler.cmake CMakeFiles/4.0.3/CMakeSystem.cmake _deps/glfw-src/CMakeLists.txt _deps/glfw-src/cmake_uninstall.cmake.in _deps/glfw-src/examples/CMakeLists.txt _deps/glfw-src/src/CMakeLists.txt _deps/glfw-src/src/glfw3.pc.in _deps/glfw-src/src/glfw3Config.cmake.in _deps/glfw-src/src/glfw_config.h.in _deps/glfw-src/tests/CMakeLists.txt + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /mnt/Drive2/Osmium/CMakeLists.txt /snap/cmake/1468/share/cmake-4.0/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompiler.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCCompilerABI.c /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompiler.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCXXInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCommonLanguageInclude.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeCompilerIdDetection.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDependentOption.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCXXCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerABI.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerId.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineCompilerSupport.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeDetermineSystem.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeFindBinUtils.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeGenericSystem.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeInitializeConfigs.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeLanguageInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeNinjaFindMake.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakePackageConfigHelpers.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseImplicitIncludeInfo.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseImplicitLinkInfo.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeParseLibraryArchitecture.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystem.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystemSpecificInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeSystemSpecificInitialize.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCXXCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CMakeTestCompilerCommon.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CheckCSourceCompiles.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CheckFunctionExists.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CheckIncludeFile.cmake /snap/cmake/1468/share/cmake-4.0/Modules/CheckLibraryExists.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ADSP-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ARMCC-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/ARMClang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/AppleClang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Borland-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/CMakeCommonCompilerMacros.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Clang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Cray-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/CrayClang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GHS-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-C.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-CXX.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU-FindBinUtils.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/GNU.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/HP-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IAR-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Intel-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/LCC-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/MSVC-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/NVHPC-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/OrangeC-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/PGI-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/PathScale-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SCO-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/TI-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/TIClang-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Tasking-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/Watcom-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XL-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/zOS-C-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /snap/cmake/1468/share/cmake-4.0/Modules/ExternalProject/shared_internal_commands.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FetchContent.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FetchContent/CMakeLists.cmake.in /snap/cmake/1468/share/cmake-4.0/Modules/FindDoxygen.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindGit.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindOpenGL.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindPackageHandleStandardArgs.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindPackageMessage.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindThreads.cmake /snap/cmake/1468/share/cmake-4.0/Modules/FindX11.cmake /snap/cmake/1468/share/cmake-4.0/Modules/GNUInstallDirs.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeCLinkerInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeCXXLinkerInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeCommonLinkerInformation.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeDetermineLinkerId.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeInspectCLinker.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CMakeInspectCXXLinker.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/CheckSourceCompiles.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Internal/FeatureTesting.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Linker/GNU-C.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Linker/GNU-CXX.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Linker/GNU.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/GNU.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/Linux-GNU-C.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/Linux-GNU-CXX.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linker/Linux-GNU.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-Determine-CXX.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-GNU-C.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-GNU-CXX.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-GNU.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux-Initialize.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/Linux.cmake /snap/cmake/1468/share/cmake-4.0/Modules/Platform/UnixPaths.cmake /snap/cmake/1468/share/cmake-4.0/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/4.0.3/CMakeCCompiler.cmake CMakeFiles/4.0.3/CMakeCXXCompiler.cmake CMakeFiles/4.0.3/CMakeSystem.cmake _deps/glfw-src/CMakeLists.txt _deps/glfw-src/cmake_uninstall.cmake.in _deps/glfw-src/examples/CMakeLists.txt _deps/glfw-src/src/CMakeLists.txt _deps/glfw-src/src/glfw3.pc.in _deps/glfw-src/src/glfw3Config.cmake.in _deps/glfw-src/src/glfw_config.h.in _deps/glfw-src/tests/CMakeLists.txt: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake new file mode 100644 index 0000000..47b47e9 --- /dev/null +++ b/build/cmake_install.cmake @@ -0,0 +1,71 @@ +# Install script for directory: /mnt/Drive2/Osmium + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/mnt/Drive2/Osmium/build/_deps/glfw-build/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/mnt/Drive2/Osmium/build/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/mnt/Drive2/Osmium/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/compile_commands.json b/build/compile_commands.json new file mode 100644 index 0000000..29554f1 --- /dev/null +++ b/build/compile_commands.json @@ -0,0 +1,572 @@ +[ +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/g++ -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu++17 -o CMakeFiles/ImGuiProject.dir/main.cpp.o -c /mnt/Drive2/Osmium/main.cpp", + "file": "/mnt/Drive2/Osmium/main.cpp", + "output": "CMakeFiles/ImGuiProject.dir/main.cpp.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/g++ -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu++17 -o CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_glfw.cpp.o -c /mnt/Drive2/Osmium/imgui/backends/imgui_impl_glfw.cpp", + "file": "/mnt/Drive2/Osmium/imgui/backends/imgui_impl_glfw.cpp", + "output": "CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_glfw.cpp.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/g++ -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu++17 -o CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_opengl3.cpp.o -c /mnt/Drive2/Osmium/imgui/backends/imgui_impl_opengl3.cpp", + "file": "/mnt/Drive2/Osmium/imgui/backends/imgui_impl_opengl3.cpp", + "output": "CMakeFiles/ImGuiProject.dir/imgui/backends/imgui_impl_opengl3.cpp.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/g++ -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu++17 -o CMakeFiles/ImGuiProject.dir/imgui/imgui.cpp.o -c /mnt/Drive2/Osmium/imgui/imgui.cpp", + "file": "/mnt/Drive2/Osmium/imgui/imgui.cpp", + "output": "CMakeFiles/ImGuiProject.dir/imgui/imgui.cpp.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/g++ -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu++17 -o CMakeFiles/ImGuiProject.dir/imgui/imgui_demo.cpp.o -c /mnt/Drive2/Osmium/imgui/imgui_demo.cpp", + "file": "/mnt/Drive2/Osmium/imgui/imgui_demo.cpp", + "output": "CMakeFiles/ImGuiProject.dir/imgui/imgui_demo.cpp.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/g++ -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu++17 -o CMakeFiles/ImGuiProject.dir/imgui/imgui_draw.cpp.o -c /mnt/Drive2/Osmium/imgui/imgui_draw.cpp", + "file": "/mnt/Drive2/Osmium/imgui/imgui_draw.cpp", + "output": "CMakeFiles/ImGuiProject.dir/imgui/imgui_draw.cpp.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/g++ -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu++17 -o CMakeFiles/ImGuiProject.dir/imgui/imgui_tables.cpp.o -c /mnt/Drive2/Osmium/imgui/imgui_tables.cpp", + "file": "/mnt/Drive2/Osmium/imgui/imgui_tables.cpp", + "output": "CMakeFiles/ImGuiProject.dir/imgui/imgui_tables.cpp.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/g++ -I/mnt/Drive2/Osmium/imgui -I/mnt/Drive2/Osmium/imgui/backends -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu++17 -o CMakeFiles/ImGuiProject.dir/imgui/imgui_widgets.cpp.o -c /mnt/Drive2/Osmium/imgui/imgui_widgets.cpp", + "file": "/mnt/Drive2/Osmium/imgui/imgui_widgets.cpp", + "output": "CMakeFiles/ImGuiProject.dir/imgui/imgui_widgets.cpp.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement -o _deps/glfw-build/src/CMakeFiles/glfw.dir/context.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/context.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/context.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/context.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement -o _deps/glfw-build/src/CMakeFiles/glfw.dir/init.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/init.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/init.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/init.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement -o _deps/glfw-build/src/CMakeFiles/glfw.dir/input.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/input.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/input.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/input.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement -o _deps/glfw-build/src/CMakeFiles/glfw.dir/monitor.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/monitor.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/monitor.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/monitor.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement -o _deps/glfw-build/src/CMakeFiles/glfw.dir/vulkan.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/vulkan.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/vulkan.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/vulkan.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement -o _deps/glfw-build/src/CMakeFiles/glfw.dir/window.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/window.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/window.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/window.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -o _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_init.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/x11_init.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/x11_init.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_init.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -o _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_monitor.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/x11_monitor.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/x11_monitor.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_monitor.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -o _deps/glfw-build/src/CMakeFiles/glfw.dir/x11_window.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/x11_window.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/x11_window.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/x11_window.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -o _deps/glfw-build/src/CMakeFiles/glfw.dir/xkb_unicode.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/xkb_unicode.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/xkb_unicode.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/xkb_unicode.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -o _deps/glfw-build/src/CMakeFiles/glfw.dir/posix_time.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/posix_time.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/posix_time.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/posix_time.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -o _deps/glfw-build/src/CMakeFiles/glfw.dir/posix_thread.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/posix_thread.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/posix_thread.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/posix_thread.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -o _deps/glfw-build/src/CMakeFiles/glfw.dir/glx_context.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/glx_context.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/glx_context.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/glx_context.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement -o _deps/glfw-build/src/CMakeFiles/glfw.dir/egl_context.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/egl_context.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/egl_context.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/egl_context.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -Wdeclaration-after-statement -o _deps/glfw-build/src/CMakeFiles/glfw.dir/osmesa_context.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/osmesa_context.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/osmesa_context.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/osmesa_context.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -D_GLFW_USE_CONFIG_H -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -I/mnt/Drive2/Osmium/build/_deps/glfw-src/src -I/mnt/Drive2/Osmium/build/_deps/glfw-build/src -g -std=gnu99 -fPIC -Wall -o _deps/glfw-build/src/CMakeFiles/glfw.dir/linux_joystick.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/src/linux_joystick.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/src/linux_joystick.c", + "output": "_deps/glfw-build/src/CMakeFiles/glfw.dir/linux_joystick.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/boing.dir/boing.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/boing.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/examples/boing.c", + "output": "_deps/glfw-build/examples/CMakeFiles/boing.dir/boing.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/gears.dir/gears.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/gears.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/examples/gears.c", + "output": "_deps/glfw-build/examples/CMakeFiles/gears.dir/gears.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/heightmap.dir/heightmap.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/heightmap.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/examples/heightmap.c", + "output": "_deps/glfw-build/examples/CMakeFiles/heightmap.dir/heightmap.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/offscreen.dir/offscreen.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/offscreen.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/examples/offscreen.c", + "output": "_deps/glfw-build/examples/CMakeFiles/offscreen.dir/offscreen.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/particles.dir/particles.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/particles.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/examples/particles.c", + "output": "_deps/glfw-build/examples/CMakeFiles/particles.dir/particles.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/tinycthread.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/tinycthread.c", + "output": "_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "output": "_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/sharing.dir/sharing.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/sharing.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/examples/sharing.c", + "output": "_deps/glfw-build/examples/CMakeFiles/sharing.dir/sharing.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/simple.dir/simple.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/simple.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/examples/simple.c", + "output": "_deps/glfw-build/examples/CMakeFiles/simple.dir/simple.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/splitview.dir/splitview.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/splitview.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/examples/splitview.c", + "output": "_deps/glfw-build/examples/CMakeFiles/splitview.dir/splitview.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/wave.dir/wave.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/examples/wave.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/examples/wave.c", + "output": "_deps/glfw-build/examples/CMakeFiles/wave.dir/wave.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/clipboard.dir/clipboard.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/clipboard.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/clipboard.c", + "output": "_deps/glfw-build/tests/CMakeFiles/clipboard.dir/clipboard.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "output": "_deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/events.dir/events.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/events.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/events.c", + "output": "_deps/glfw-build/tests/CMakeFiles/events.dir/events.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/getopt.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "output": "_deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/getopt.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/msaa.dir/msaa.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/msaa.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/msaa.c", + "output": "_deps/glfw-build/tests/CMakeFiles/msaa.dir/msaa.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "output": "_deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/glfwinfo.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/glfwinfo.c", + "output": "_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "output": "_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_vulkan.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_vulkan.c", + "output": "_deps/glfw-build/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/iconify.dir/iconify.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/iconify.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/iconify.c", + "output": "_deps/glfw-build/tests/CMakeFiles/iconify.dir/iconify.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "output": "_deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/monitors.dir/monitors.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/monitors.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/monitors.c", + "output": "_deps/glfw-build/tests/CMakeFiles/monitors.dir/monitors.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "output": "_deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/reopen.dir/reopen.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/reopen.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/reopen.c", + "output": "_deps/glfw-build/tests/CMakeFiles/reopen.dir/reopen.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/cursor.dir/cursor.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/cursor.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/cursor.c", + "output": "_deps/glfw-build/tests/CMakeFiles/cursor.dir/cursor.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/empty.dir/empty.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/empty.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/empty.c", + "output": "_deps/glfw-build/tests/CMakeFiles/empty.dir/empty.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/tinycthread.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/tinycthread.c", + "output": "_deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/gamma.dir/gamma.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/gamma.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/gamma.c", + "output": "_deps/glfw-build/tests/CMakeFiles/gamma.dir/gamma.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/icon.dir/icon.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/icon.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/icon.c", + "output": "_deps/glfw-build/tests/CMakeFiles/icon.dir/icon.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/inputlag.dir/inputlag.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/inputlag.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/inputlag.c", + "output": "_deps/glfw-build/tests/CMakeFiles/inputlag.dir/inputlag.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "output": "_deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/joysticks.dir/joysticks.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/joysticks.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/joysticks.c", + "output": "_deps/glfw-build/tests/CMakeFiles/joysticks.dir/joysticks.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/opacity.dir/opacity.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/opacity.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/opacity.c", + "output": "_deps/glfw-build/tests/CMakeFiles/opacity.dir/opacity.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/tearing.dir/tearing.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/tearing.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/tearing.c", + "output": "_deps/glfw-build/tests/CMakeFiles/tearing.dir/tearing.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/threads.dir/threads.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/threads.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/threads.c", + "output": "_deps/glfw-build/tests/CMakeFiles/threads.dir/threads.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/tinycthread.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/tinycthread.c", + "output": "_deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/timeout.dir/timeout.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/timeout.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/timeout.c", + "output": "_deps/glfw-build/tests/CMakeFiles/timeout.dir/timeout.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/title.dir/title.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/title.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/title.c", + "output": "_deps/glfw-build/tests/CMakeFiles/title.dir/title.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/triangle-vulkan.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/triangle-vulkan.c", + "output": "_deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_vulkan.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_vulkan.c", + "output": "_deps/glfw-build/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/windows.dir/windows.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/tests/windows.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/tests/windows.c", + "output": "_deps/glfw-build/tests/CMakeFiles/windows.dir/windows.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/getopt.c", + "output": "_deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o" +}, +{ + "directory": "/mnt/Drive2/Osmium/build", + "command": "/usr/bin/gcc -I/mnt/Drive2/Osmium/build/_deps/glfw-src/deps -I/mnt/Drive2/Osmium/build/_deps/glfw-src/include -g -std=gnu99 -o _deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o -c /mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "file": "/mnt/Drive2/Osmium/build/_deps/glfw-src/deps/glad_gl.c", + "output": "_deps/glfw-build/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o" +} +] \ No newline at end of file diff --git a/build/imgui.ini b/build/imgui.ini new file mode 100644 index 0000000..ab61ed1 --- /dev/null +++ b/build/imgui.ini @@ -0,0 +1,9 @@ +[Window][Debug##Default] +Pos=60,60 +Size=400,400 + +[Window][Hello, ImGui!] +Pos=36,60 +Size=237,379 +Collapsed=1 + diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..4ff0367 --- /dev/null +++ b/main.cpp @@ -0,0 +1,55 @@ +#include "imgui.h" +#include "backends/imgui_impl_glfw.h" +#include "backends/imgui_impl_opengl3.h" +#include + +int main() { + if (!glfwInit()) return -1; + + GLFWwindow* window = glfwCreateWindow(1280, 720, "ImGui Example no?", NULL,NULL); + if (!window) return -1; + + glfwMakeContextCurrent(window); + glfwSwapInterval(1); + + IMGUI_CHECKVERSION(); + ImGui::CreateContext(); + + ImGuiIO& io = ImGui::GetIO(); (void)io; + + ImGui::StyleColorsDark(); + + ImGui_ImplGlfw_InitForOpenGL(window, true); + ImGui_ImplOpenGL3_Init("#version 130"); + + while (!glfwWindowShouldClose(window)) { + glfwPollEvents(); + + ImGui_ImplOpenGL3_NewFrame(); + ImGui_ImplGlfw_NewFrame(); + ImGui::NewFrame(); + + ImGui::Begin("Hello, ImGui!"); + ImGui::Text("This is a simple ImGui window."); + ImGui::Button("BUTTON!", ImVec2(80,20)); + ImGui::End(); + + ImGui::Render(); + int display_w, display_h; + glfwGetFramebufferSize(window, &display_w, &display_h); + glViewport(0, 0, display_w, display_h); + glClear(GL_COLOR_BUFFER_BIT); + ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData()); + + glfwSwapBuffers(window); + } + + ImGui_ImplOpenGL3_Shutdown(); + ImGui_ImplGlfw_Shutdown(); + ImGui::DestroyContext(); + + glfwDestroyWindow(window); + glfwTerminate(); + + return 0; +}