Files
Osmium/build/.cmake/api/v1/reply/cache-v2-1c6eeabf0a34d0db0463.json
2025-07-11 02:28:33 +03:00

4328 lines
74 KiB
JSON

{
"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
}
}