f36aa7c450
Shaquille the caveman doesn't build in a seperate build directory and pollutes the filetree
2052 lines
44 KiB
JSON
2052 lines
44 KiB
JSON
{
|
|
"entries" :
|
|
[
|
|
{
|
|
"name" : "ABSL_RUN_TESTS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "If ON, Abseil tests will be run."
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "OFF"
|
|
},
|
|
{
|
|
"name" : "ABSL_USE_GOOGLETEST_HEAD",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "If ON, abseil will download HEAD from googletest at config time."
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "OFF"
|
|
},
|
|
{
|
|
"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" : "c:/Users/MassiveAtoms/Desktop/hashmap-bench/build"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CACHE_MAJOR_VERSION",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Major version of cmake used to create the current loaded cache"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "3"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CACHE_MINOR_VERSION",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Minor version of cmake used to create the current loaded cache"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "16"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CACHE_PATCH_VERSION",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Patch version of cmake used to create the current loaded cache"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "19112601"
|
|
},
|
|
{
|
|
"name" : "CMAKE_COMMAND",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to CMake executable."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CPACK_COMMAND",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to cpack program executable."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cpack.exe"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CTEST_COMMAND",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to ctest program executable."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/ctest.exe"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CXX_COMPILER",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "CXX compiler"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx86/x64/cl.exe"
|
|
},
|
|
{
|
|
"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" : "/DWIN32 /D_WINDOWS /GR /EHsc"
|
|
},
|
|
{
|
|
"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" : "/Zi /Ob0 /Od /RTC1"
|
|
},
|
|
{
|
|
"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" : "/O1 /Ob1 /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" : "/O2 /Ob2 /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" : "/Zi /O2 /Ob1 /DNDEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CXX_STANDARD_LIBRARIES",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Libraries linked by default with all C++ applications."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib"
|
|
},
|
|
{
|
|
"name" : "CMAKE_C_COMPILER",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "C compiler"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx86/x64/cl.exe"
|
|
},
|
|
{
|
|
"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" : "/DWIN32 /D_WINDOWS"
|
|
},
|
|
{
|
|
"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" : "/Zi /Ob0 /Od /RTC1"
|
|
},
|
|
{
|
|
"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" : "/O1 /Ob1 /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" : "/O2 /Ob2 /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" : "/Zi /O2 /Ob1 /DNDEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_C_STANDARD_LIBRARIES",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Libraries linked by default with all C applications."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib"
|
|
},
|
|
{
|
|
"name" : "CMAKE_EXECUTABLE_FORMAT",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Executable file format"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "Unknown"
|
|
},
|
|
{
|
|
"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" : "/machine:x64"
|
|
},
|
|
{
|
|
"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" : "/debug /INCREMENTAL"
|
|
},
|
|
{
|
|
"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" : "/INCREMENTAL:NO"
|
|
},
|
|
{
|
|
"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" : "/INCREMENTAL:NO"
|
|
},
|
|
{
|
|
"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" : "/debug /INCREMENTAL"
|
|
},
|
|
{
|
|
"name" : "CMAKE_EXPORT_COMPILE_COMMANDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"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_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_PTHREAD_H",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Have include pthread.h"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_HOME_DIRECTORY",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Source directory with the top level CMakeLists.txt file for this project"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "C:/Users/MassiveAtoms/Desktop/hashmap-bench"
|
|
},
|
|
{
|
|
"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" : "C:/Program Files (x86)/another_studproject"
|
|
},
|
|
{
|
|
"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_SYSCONFDIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Read-only single-machine data (etc)"
|
|
}
|
|
],
|
|
"type" : "PATH",
|
|
"value" : "etc"
|
|
},
|
|
{
|
|
"name" : "CMAKE_LINKER",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx86/x64/link.exe"
|
|
},
|
|
{
|
|
"name" : "CMAKE_MAKE_PROGRAM",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Program used to build from build.ninja files."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "C:/DEVTOOLS/cpp/_ninja/ninja.exe"
|
|
},
|
|
{
|
|
"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" : "/machine:x64"
|
|
},
|
|
{
|
|
"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" : "/debug /INCREMENTAL"
|
|
},
|
|
{
|
|
"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" : "/INCREMENTAL:NO"
|
|
},
|
|
{
|
|
"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" : "/INCREMENTAL:NO"
|
|
},
|
|
{
|
|
"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" : "/debug /INCREMENTAL"
|
|
},
|
|
{
|
|
"name" : "CMAKE_MT",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "C:/Program Files (x86)/Windows Kits/10/bin/10.0.18362.0/x86/mt.exe"
|
|
},
|
|
{
|
|
"name" : "CMAKE_NUMBER_OF_MAKEFILES",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "number of local generators"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "19"
|
|
},
|
|
{
|
|
"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" : "another_studproject"
|
|
},
|
|
{
|
|
"name" : "CMAKE_RC_COMPILER",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "RC compiler"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "C:/Program Files (x86)/Windows Kits/10/bin/10.0.18362.0/x86/rc.exe"
|
|
},
|
|
{
|
|
"name" : "CMAKE_RC_COMPILER_WORKS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "CMAKE_RC_FLAGS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags for Windows Resource Compiler during all build types."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-DWIN32"
|
|
},
|
|
{
|
|
"name" : "CMAKE_RC_FLAGS_DEBUG",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags for Windows Resource Compiler during DEBUG builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-D_DEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_RC_FLAGS_MINSIZEREL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags for Windows Resource Compiler during MINSIZEREL builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_RC_FLAGS_RELEASE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags for Windows Resource Compiler during RELEASE builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_ROOT",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to CMake installation."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.16"
|
|
},
|
|
{
|
|
"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" : "/machine:x64"
|
|
},
|
|
{
|
|
"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" : "/debug /INCREMENTAL"
|
|
},
|
|
{
|
|
"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" : "/INCREMENTAL:NO"
|
|
},
|
|
{
|
|
"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" : "/INCREMENTAL:NO"
|
|
},
|
|
{
|
|
"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" : "/debug /INCREMENTAL"
|
|
},
|
|
{
|
|
"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" : "/machine:x64"
|
|
},
|
|
{
|
|
"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_VERBOSE_MAKEFILE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo."
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "FALSE"
|
|
},
|
|
{
|
|
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Details about finding Threads"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "[TRUE][v()]"
|
|
},
|
|
{
|
|
"name" : "LIBRT",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a library."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "LIBRT-NOTFOUND"
|
|
},
|
|
{
|
|
"name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "CMAKE_INSTALL_PREFIX during last run"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "C:/Program Files (x86)/another_studproject"
|
|
},
|
|
{
|
|
"name" : "absl_BINARY_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "C:/Users/MassiveAtoms/Desktop/hashmap-bench/build/src/includes/3thparty/tsl"
|
|
},
|
|
{
|
|
"name" : "absl_SOURCE_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "C:/Users/MassiveAtoms/Desktop/hashmap-bench/src/includes/3thparty/abseil-cpp"
|
|
},
|
|
{
|
|
"name" : "absl_bad_any_cast_impl_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::raw_logging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_bad_optional_access_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::raw_logging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_bad_variant_access_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::raw_logging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_base_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::dynamic_annotations;general;absl::log_severity;general;absl::raw_logging_internal;general;absl::spinlock_wait;general;absl::type_traits;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_city_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_civil_time_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_debugging_internal_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::dynamic_annotations;general;absl::raw_logging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_demangle_internal_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::base;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_dynamic_annotations_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_examine_stack_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::stacktrace;general;absl::symbolize;general;absl::raw_logging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_exponential_biased_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_failure_signal_handler_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::examine_stack;general;absl::stacktrace;general;absl::base;general;absl::raw_logging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_flags_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::flags_config;general;absl::flags_internal;general;absl::flags_marshalling;general;absl::flags_registry;general;absl::base;general;absl::strings;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_flags_config_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::flags_program_name;general;absl::strings;general;absl::synchronization;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_flags_internal_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::flags_config;general;absl::flags_handle;general;absl::flags_registry;general;absl::synchronization;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_flags_marshalling_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::log_severity;general;absl::strings;general;absl::str_format;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_flags_parse_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::flags_config;general;absl::flags;general;absl::flags_internal;general;absl::flags_program_name;general;absl::flags_registry;general;absl::flags_usage;general;absl::strings;general;absl::synchronization;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_flags_program_name_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::flags_path_util;general;absl::strings;general;absl::synchronization;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_flags_registry_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::flags_config;general;absl::raw_logging_internal;general;absl::strings;general;absl::synchronization;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_flags_usage_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::flags_usage_internal;general;absl::strings;general;absl::synchronization;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_flags_usage_internal_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::flags_config;general;absl::flags;general;absl::flags_internal;general;absl::flags_program_name;general;absl::flags_registry;general;absl::strings;general;absl::synchronization;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_graphcycles_internal_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::base;general;absl::malloc_internal;general;absl::raw_logging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_hash_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::meta;general;absl::int128;general;absl::strings;general;absl::optional;general;absl::variant;general;absl::utility;general;absl::city;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_hashtablez_sampler_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::base;general;absl::exponential_biased;general;absl::have_sse;general;absl::synchronization;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_int128_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_leak_check_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_leak_check_disable_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_log_severity_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::core_headers;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_malloc_internal_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::base;general;absl::base_internal;general;absl::dynamic_annotations;general;absl::raw_logging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_periodic_sampler_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::exponential_biased;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_random_distributions_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::random_internal_generate_real;general;absl::random_internal_distributions;general;absl::random_internal_fast_uniform_bits;general;absl::random_internal_fastmath;general;absl::random_internal_iostream_state_saver;general;absl::random_internal_traits;general;absl::random_internal_uniform_helper;general;absl::random_internal_wide_multiply;general;absl::strings;general;absl::span;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_random_internal_distribution_test_util_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::raw_logging_internal;general;absl::strings;general;absl::str_format;general;absl::span;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_random_internal_pool_urbg_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::base;general;absl::random_internal_randen;general;absl::random_internal_seed_material;general;absl::random_seed_gen_exception;general;absl::raw_logging_internal;general;absl::span;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_random_internal_randen_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::random_internal_randen_hwaes;general;absl::random_internal_randen_slow;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_random_internal_randen_hwaes_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::random_internal_randen_hwaes_impl;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_random_internal_randen_hwaes_impl_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_random_internal_randen_slow_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_random_internal_seed_material_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::optional;general;absl::raw_logging_internal;general;absl::span;general;absl::strings;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_random_seed_gen_exception_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_random_seed_sequences_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::random_internal_nonsecure_base;general;absl::random_internal_pool_urbg;general;absl::random_internal_salted_seed_seq;general;absl::random_internal_seed_material;general;absl::random_seed_gen_exception;general;absl::span;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_raw_hash_set_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::layout;general;absl::memory;general;absl::meta;general;absl::optional;general;absl::utility;general;absl::hashtablez_sampler;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_raw_logging_internal_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::config;general;absl::core_headers;general;absl::log_severity;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_scoped_set_env_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::raw_logging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_spinlock_wait_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::base_internal;general;absl::core_headers;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_stacktrace_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::debugging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_str_format_internal_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::strings;general;absl::int128;general;absl::span;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_strings_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::strings_internal;general;absl::base;general;absl::int128;general;absl::raw_logging_internal;general;absl::throw_delegate;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_strings_internal_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::raw_logging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_symbolize_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::debugging_internal;general;absl::demangle_internal;general;absl::base;general;absl::dynamic_annotations;general;absl::malloc_internal;general;absl::raw_logging_internal;general;-ignore:4221;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_synchronization_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::graphcycles_internal;general;absl::base;general;absl::dynamic_annotations;general;absl::malloc_internal;general;absl::raw_logging_internal;general;absl::stacktrace;general;absl::symbolize;general;absl::time;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_throw_delegate_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::raw_logging_internal;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_time_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;absl::base;general;absl::civil_time;general;absl::int128;general;absl::raw_logging_internal;general;absl::strings;general;absl::time_zone;general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "absl_time_zone_LIB_DEPENDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dependencies for the target"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "general;-ignore:4221;"
|
|
},
|
|
{
|
|
"name" : "another_studproject_BINARY_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "C:/Users/MassiveAtoms/Desktop/hashmap-bench/build"
|
|
},
|
|
{
|
|
"name" : "another_studproject_SOURCE_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "C:/Users/MassiveAtoms/Desktop/hashmap-bench"
|
|
}
|
|
],
|
|
"kind" : "cache",
|
|
"version" :
|
|
{
|
|
"major" : 2,
|
|
"minor" : 0
|
|
}
|
|
}
|