remove embuild

main
Brett 2024-04-26 01:29:07 -04:00
parent f91784c9cd
commit 4a1bc0117b
246 changed files with 3 additions and 102461 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.25)
project(graphs VERSION 0.0.13)
project(graphs VERSION 0.0.14)
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)

View File

@ -1,5 +1,5 @@
#!/bin/bash
cd embuild
cd cmake-build-emrelwithdebinfo
emcmake cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ../
emmake make -j 16
cp graphs.js graphs.wasm /var/www/html

View File

@ -1,718 +0,0 @@
# This is the CMakeCache file.
# For build in directory: /home/brett/Documents/code/c++/graphs/embuild
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Value Computed by CMake
BLT_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT
//Disable blt::logging BLT_DEBUG macro
BLT_DISABLE_DEBUG:BOOL=OFF
//Disable blt::logging BLT_ERROR macro
BLT_DISABLE_ERROR:BOOL=OFF
//Disable blt::logging BLT_FATAL macro
BLT_DISABLE_FATAL:BOOL=OFF
//Disable blt::logging BLT_INFO macro
BLT_DISABLE_INFO:BOOL=OFF
//Disable blt::logging (all macros and will safely disable logging
// function!)
BLT_DISABLE_LOGGING:BOOL=OFF
//Disable tracking stats in certain objects. Enabling this will
// cause stat functions to return 0
BLT_DISABLE_STATS:BOOL=OFF
//Disable blt::logging BLT_TRACE macro
BLT_DISABLE_TRACE:BOOL=OFF
//Disable blt::logging BLT_WARN macro
BLT_DISABLE_WARN:BOOL=OFF
//Value Computed by CMake
BLT_IS_TOP_LEVEL:STATIC=OFF
//Value Computed by CMake
BLT_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT
//Value Computed by CMake
BLT_WITH_GRAPHICS_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template
//Value Computed by CMake
BLT_WITH_GRAPHICS_IS_TOP_LEVEL:STATIC=OFF
//Value Computed by CMake
BLT_WITH_GRAPHICS_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template
//Path to a file.
BROTLIDEC_INCLUDE_DIRS:PATH=BROTLIDEC_INCLUDE_DIRS-NOTFOUND
//Path to a library.
BROTLIDEC_LIBRARIES:FILEPATH=BROTLIDEC_LIBRARIES-NOTFOUND
//Build the basic example
BUILD_EXAMPLE_BASIC:BOOL=OFF
//Build the BLT FS utilities including the NBT + eNBT extension
BUILD_FS:BOOL=ON
//Build the BLT Graphics test set
BUILD_GRAPHICS_TESTS:BOOL=OFF
//Build the BLT parsers
BUILD_PARSE:BOOL=ON
//Build the BLT profiler extension
BUILD_PROFILING:BOOL=ON
//Build the BLT standard utilities.
BUILD_STD:BOOL=ON
//Build the BLT test set
BUILD_TESTS:BOOL=OFF
//Path to a file.
BZIP2_INCLUDE_DIR:PATH=BZIP2_INCLUDE_DIR-NOTFOUND
//Path to a library.
BZIP2_LIBRARY_DEBUG:FILEPATH=BZIP2_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
BZIP2_LIBRARY_RELEASE:FILEPATH=BZIP2_LIBRARY_RELEASE-NOTFOUND
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//No help, variable specified on the command line.
CMAKE_CROSSCOMPILING_EMULATOR:UNINITIALIZED=/home/brett/Documents/git/emsdk/node/16.20.0_64bit/bin/node
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/pkgRedirects
//User executables (bin)
CMAKE_INSTALL_BINDIR:PATH=bin
//Read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=
//Read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=
//C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include
//Info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=
//Object code libraries (lib)
CMAKE_INSTALL_LIBDIR:PATH=lib
//Program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
//Locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=
//Modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
//Man documentation (DATAROOTDIR/man)
CMAKE_INSTALL_MANDIR:PATH=
//C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot
//Run-time variable data (LOCALSTATEDIR/run)
CMAKE_INSTALL_RUNSTATEDIR:PATH=
//System admin executables (sbin)
CMAKE_INSTALL_SBINDIR:PATH=sbin
//Modifiable architecture-independent data (com)
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
//Read-only single-machine data (etc)
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=graphs
//Value Computed by CMake
CMAKE_PROJECT_VERSION:STATIC=0.0.12
//Value Computed by CMake
CMAKE_PROJECT_VERSION_MAJOR:STATIC=0
//Value Computed by CMake
CMAKE_PROJECT_VERSION_MINOR:STATIC=0
//Value Computed by CMake
CMAKE_PROJECT_VERSION_PATCH:STATIC=12
//Value Computed by CMake
CMAKE_PROJECT_VERSION_TWEAK:STATIC=
//Path to a program.
CMAKE_READELF:FILEPATH=/usr/bin/readelf
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//No help, variable specified on the command line.
CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=/home/brett/Documents/git/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Enable to build RPM source packages
CPACK_SOURCE_RPM:BOOL=OFF
//Enable to build TBZ2 source packages
CPACK_SOURCE_TBZ2:BOOL=ON
//Enable to build TGZ source packages
CPACK_SOURCE_TGZ:BOOL=ON
//Enable to build TXZ source packages
CPACK_SOURCE_TXZ:BOOL=ON
//Enable to build TZ source packages
CPACK_SOURCE_TZ:BOOL=ON
//Enable to build ZIP source packages
CPACK_SOURCE_ZIP:BOOL=OFF
//Force C/C++ compiler
EMSCRIPTEN_FORCE_COMPILERS:BOOL=ON
//If set, static library targets generate LLVM bitcode files (.bc).
// If disabled (default), UNIX ar archives (.a) are generated.
EMSCRIPTEN_GENERATE_BITCODE_STATIC_LIBRARIES:BOOL=OFF
//Enable the address sanitizer
ENABLE_ADDRSAN:BOOL=OFF
//Enable the thread data race sanitizer
ENABLE_TSAN:BOOL=OFF
//Enable the ub sanitizer
ENABLE_UBSAN:BOOL=OFF
//Disable support of compressed WOFF2 fonts.
FT_DISABLE_BROTLI:BOOL=OFF
//Disable support of bzip2 compressed fonts.
FT_DISABLE_BZIP2:BOOL=OFF
//Disable HarfBuzz (used for improving auto-hinting of OpenType
// fonts).
FT_DISABLE_HARFBUZZ:BOOL=OFF
//Disable support of PNG compressed OpenType embedded bitmaps.
FT_DISABLE_PNG:BOOL=OFF
//Disable use of system zlib and use internal zlib library instead.
FT_DISABLE_ZLIB:BOOL=OFF
//Enable support for meaningful error descriptions.
FT_ENABLE_ERROR_STRINGS:BOOL=OFF
//Require support of compressed WOFF2 fonts.
FT_REQUIRE_BROTLI:BOOL=OFF
//Require support of bzip2 compressed fonts.
FT_REQUIRE_BZIP2:BOOL=OFF
//Require HarfBuzz for improving auto-hinting of OpenType fonts.
FT_REQUIRE_HARFBUZZ:BOOL=OFF
//Require support of PNG compressed OpenType embedded bitmaps.
FT_REQUIRE_PNG:BOOL=OFF
//Require system zlib instead of internal zlib library.
FT_REQUIRE_ZLIB:BOOL=OFF
//Path to a file.
HarfBuzz_INCLUDE_DIR:PATH=HarfBuzz_INCLUDE_DIR-NOTFOUND
//Path to a library.
HarfBuzz_LIBRARY:FILEPATH=HarfBuzz_LIBRARY-NOTFOUND
//Arguments to supply to pkg-config
PKG_CONFIG_ARGN:STRING=
//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
//Path to a file.
ZLIB_INCLUDE_DIR:PATH=ZLIB_INCLUDE_DIR-NOTFOUND
//Path to a library.
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
ZLIB_LIBRARY_RELEASE:FILEPATH=ZLIB_LIBRARY_RELEASE-NOTFOUND
//Value Computed by CMake
freetype_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2
//Value Computed by CMake
freetype_IS_TOP_LEVEL:STATIC=OFF
//Value Computed by CMake
freetype_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2
//Value Computed by CMake
graphs_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/graphs/embuild
//Value Computed by CMake
graphs_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
graphs_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/graphs
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: BROTLIDEC_INCLUDE_DIRS
BROTLIDEC_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BROTLIDEC_LIBRARIES
BROTLIDEC_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZIP2_INCLUDE_DIR
BZIP2_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZIP2_LIBRARY_DEBUG
BZIP2_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZIP2_LIBRARY_RELEASE
BZIP2_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/brett/Documents/code/c++/graphs/embuild
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=25
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_DLLTOOL
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/brett/Documents/code/c++/graphs
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=4
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_READELF
CMAKE_READELF-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.25
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_RPM
CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TBZ2
CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TGZ
CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TXZ
CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TZ
CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_ZIP
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
//If true, we are targeting Emscripten output.
EMSCRIPTEN:INTERNAL=1
//Details about finding PkgConfig
FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v1.8.1()]
//Have include fcntl.h
HAVE_FCNTL_H:INTERNAL=1
//Have include unistd.h
HAVE_UNISTD_H:INTERNAL=1
PC_BROTLIDEC_CFLAGS:INTERNAL=
PC_BROTLIDEC_CFLAGS_I:INTERNAL=
PC_BROTLIDEC_CFLAGS_OTHER:INTERNAL=
PC_BROTLIDEC_FOUND:INTERNAL=
PC_BROTLIDEC_INCLUDEDIR:INTERNAL=
PC_BROTLIDEC_LIBDIR:INTERNAL=
PC_BROTLIDEC_LIBS:INTERNAL=
PC_BROTLIDEC_LIBS_L:INTERNAL=
PC_BROTLIDEC_LIBS_OTHER:INTERNAL=
PC_BROTLIDEC_LIBS_PATHS:INTERNAL=
PC_BROTLIDEC_MODULE_NAME:INTERNAL=
PC_BROTLIDEC_PREFIX:INTERNAL=
PC_BROTLIDEC_STATIC_CFLAGS:INTERNAL=
PC_BROTLIDEC_STATIC_CFLAGS_I:INTERNAL=
PC_BROTLIDEC_STATIC_CFLAGS_OTHER:INTERNAL=
PC_BROTLIDEC_STATIC_LIBDIR:INTERNAL=
PC_BROTLIDEC_STATIC_LIBS:INTERNAL=
PC_BROTLIDEC_STATIC_LIBS_L:INTERNAL=
PC_BROTLIDEC_STATIC_LIBS_OTHER:INTERNAL=
PC_BROTLIDEC_STATIC_LIBS_PATHS:INTERNAL=
PC_BROTLIDEC_VERSION:INTERNAL=
PC_BROTLIDEC_libbrotlidec_INCLUDEDIR:INTERNAL=
PC_BROTLIDEC_libbrotlidec_LIBDIR:INTERNAL=
PC_BROTLIDEC_libbrotlidec_PREFIX:INTERNAL=
PC_BROTLIDEC_libbrotlidec_VERSION:INTERNAL=
PC_BZIP2_CFLAGS:INTERNAL=
PC_BZIP2_CFLAGS_I:INTERNAL=
PC_BZIP2_CFLAGS_OTHER:INTERNAL=
PC_BZIP2_FOUND:INTERNAL=
PC_BZIP2_INCLUDEDIR:INTERNAL=
PC_BZIP2_LIBDIR:INTERNAL=
PC_BZIP2_LIBS:INTERNAL=
PC_BZIP2_LIBS_L:INTERNAL=
PC_BZIP2_LIBS_OTHER:INTERNAL=
PC_BZIP2_LIBS_PATHS:INTERNAL=
PC_BZIP2_MODULE_NAME:INTERNAL=
PC_BZIP2_PREFIX:INTERNAL=
PC_BZIP2_STATIC_CFLAGS:INTERNAL=
PC_BZIP2_STATIC_CFLAGS_I:INTERNAL=
PC_BZIP2_STATIC_CFLAGS_OTHER:INTERNAL=
PC_BZIP2_STATIC_LIBDIR:INTERNAL=
PC_BZIP2_STATIC_LIBS:INTERNAL=
PC_BZIP2_STATIC_LIBS_L:INTERNAL=
PC_BZIP2_STATIC_LIBS_OTHER:INTERNAL=
PC_BZIP2_STATIC_LIBS_PATHS:INTERNAL=
PC_BZIP2_VERSION:INTERNAL=
PC_BZIP2_bzip2_INCLUDEDIR:INTERNAL=
PC_BZIP2_bzip2_LIBDIR:INTERNAL=
PC_BZIP2_bzip2_PREFIX:INTERNAL=
PC_BZIP2_bzip2_VERSION:INTERNAL=
PC_HARFBUZZ_CFLAGS:INTERNAL=
PC_HARFBUZZ_CFLAGS_I:INTERNAL=
PC_HARFBUZZ_CFLAGS_OTHER:INTERNAL=
PC_HARFBUZZ_FOUND:INTERNAL=
PC_HARFBUZZ_INCLUDEDIR:INTERNAL=
PC_HARFBUZZ_LIBDIR:INTERNAL=
PC_HARFBUZZ_LIBS:INTERNAL=
PC_HARFBUZZ_LIBS_L:INTERNAL=
PC_HARFBUZZ_LIBS_OTHER:INTERNAL=
PC_HARFBUZZ_LIBS_PATHS:INTERNAL=
PC_HARFBUZZ_MODULE_NAME:INTERNAL=
PC_HARFBUZZ_PREFIX:INTERNAL=
PC_HARFBUZZ_STATIC_CFLAGS:INTERNAL=
PC_HARFBUZZ_STATIC_CFLAGS_I:INTERNAL=
PC_HARFBUZZ_STATIC_CFLAGS_OTHER:INTERNAL=
PC_HARFBUZZ_STATIC_LIBDIR:INTERNAL=
PC_HARFBUZZ_STATIC_LIBS:INTERNAL=
PC_HARFBUZZ_STATIC_LIBS_L:INTERNAL=
PC_HARFBUZZ_STATIC_LIBS_OTHER:INTERNAL=
PC_HARFBUZZ_STATIC_LIBS_PATHS:INTERNAL=
PC_HARFBUZZ_VERSION:INTERNAL=
PC_HARFBUZZ_harfbuzz_INCLUDEDIR:INTERNAL=
PC_HARFBUZZ_harfbuzz_LIBDIR:INTERNAL=
PC_HARFBUZZ_harfbuzz_PREFIX:INTERNAL=
PC_HARFBUZZ_harfbuzz_VERSION:INTERNAL=
//ADVANCED property for variable: PKG_CONFIG_ARGN
PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG
ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE
ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot
__pkg_config_checked_PC_BROTLIDEC:INTERNAL=1
__pkg_config_checked_PC_BZIP2:INTERNAL=1
__pkg_config_checked_PC_HARFBUZZ:INTERNAL=1

View File

@ -1,72 +0,0 @@
set(CMAKE_C_COMPILER "/home/brett/Documents/git/emsdk/upstream/emscripten/emcc")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "Clang")
set(CMAKE_C_COMPILER_VERSION "19.0.0")
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "")
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
set(CMAKE_C_PLATFORM_ID "emscripten")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_AR "/home/brett/Documents/git/emsdk/upstream/emscripten/emar")
set(CMAKE_C_COMPILER_AR "/home/brett/Documents/git/emsdk/upstream/emscripten/emar")
set(CMAKE_RANLIB "/home/brett/Documents/git/emsdk/upstream/emscripten/emranlib")
set(CMAKE_C_COMPILER_RANLIB "/home/brett/Documents/git/emsdk/upstream/emscripten/emranlib")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_MT "")
set(CMAKE_COMPILER_IS_GNUCC )
set(CMAKE_C_COMPILER_LOADED 1)
set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_C_ABI_COMPILED )
set(CMAKE_C_COMPILER_ENV_VAR "CC")
set(CMAKE_C_COMPILER_ID_RUN 1)
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
set(CMAKE_C_SIZEOF_DATA_PTR "4")
set(CMAKE_C_COMPILER_ABI "")
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
if(CMAKE_C_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_C_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
endif()
if(CMAKE_C_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include")
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

View File

@ -1,83 +0,0 @@
set(CMAKE_CXX_COMPILER "/home/brett/Documents/git/emsdk/upstream/emscripten/em++")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "Clang")
set(CMAKE_CXX_COMPILER_VERSION "19.0.0")
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
set(CMAKE_CXX_COMPILER_WRAPPER "")
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "")
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23")
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
set(CMAKE_CXX_PLATFORM_ID "emscripten")
set(CMAKE_CXX_SIMULATE_ID "")
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
set(CMAKE_CXX_SIMULATE_VERSION "")
set(CMAKE_AR "/home/brett/Documents/git/emsdk/upstream/emscripten/emar")
set(CMAKE_CXX_COMPILER_AR "/home/brett/Documents/git/emsdk/upstream/emscripten/emar")
set(CMAKE_RANLIB "/home/brett/Documents/git/emsdk/upstream/emscripten/emranlib")
set(CMAKE_CXX_COMPILER_RANLIB "/home/brett/Documents/git/emsdk/upstream/emscripten/emranlib")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_MT "")
set(CMAKE_COMPILER_IS_GNUCXX )
set(CMAKE_CXX_COMPILER_LOADED 1)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
set(CMAKE_CXX_ABI_COMPILED )
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
set(CMAKE_CXX_COMPILER_ID_RUN 1)
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
foreach (lang C OBJC OBJCXX)
if (CMAKE_${lang}_COMPILER_ID_RUN)
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
endforeach()
endif()
endforeach()
set(CMAKE_CXX_LINKER_PREFERENCE 30)
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
set(CMAKE_CXX_SIZEOF_DATA_PTR "4")
set(CMAKE_CXX_COMPILER_ABI "")
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
if(CMAKE_CXX_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_CXX_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
endif()
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include")
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "")
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

View File

@ -1,15 +0,0 @@
set(CMAKE_HOST_SYSTEM "Linux-6.6.13+bpo-amd64")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "6.6.13+bpo-amd64")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
include("/home/brett/Documents/git/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake")
set(CMAKE_SYSTEM "Emscripten-1")
set(CMAKE_SYSTEM_NAME "Emscripten")
set(CMAKE_SYSTEM_VERSION "1")
set(CMAKE_SYSTEM_PROCESSOR "x86")
set(CMAKE_CROSSCOMPILING "TRUE")
set(CMAKE_SYSTEM_LOADED 1)

View File

@ -1,16 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/brett/Documents/code/c++/graphs")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/brett/Documents/code/c++/graphs/embuild")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -1,30 +0,0 @@
The target system is: Emscripten - 1 - x86
The host system is: Linux - 6.6.13+bpo-amd64 - x86_64
Determining if the include file unistd.h exists passed with the following output:
Change Dir: /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/CMakeScratch/TryCompile-CmwDX5
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_cd96b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_cd96b.dir/build.make CMakeFiles/cmTC_cd96b.dir/build
gmake[1]: Entering directory '/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/CMakeScratch/TryCompile-CmwDX5'
Building C object CMakeFiles/cmTC_cd96b.dir/CheckIncludeFile.c.o
/home/brett/Documents/git/emsdk/upstream/emscripten/emcc -MD -MT CMakeFiles/cmTC_cd96b.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_cd96b.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_cd96b.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/CMakeScratch/TryCompile-CmwDX5/CheckIncludeFile.c
Linking C executable cmTC_cd96b.js
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cd96b.dir/link.txt --verbose=1
/home/brett/Documents/git/emsdk/upstream/emscripten/emcc @CMakeFiles/cmTC_cd96b.dir/objects1 -o cmTC_cd96b.js
gmake[1]: Leaving directory '/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/CMakeScratch/TryCompile-CmwDX5'
Determining if the include file fcntl.h exists passed with the following output:
Change Dir: /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/CMakeScratch/TryCompile-7fpEtf
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_07e0b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_07e0b.dir/build.make CMakeFiles/cmTC_07e0b.dir/build
gmake[1]: Entering directory '/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/CMakeScratch/TryCompile-7fpEtf'
Building C object CMakeFiles/cmTC_07e0b.dir/CheckIncludeFile.c.o
/home/brett/Documents/git/emsdk/upstream/emscripten/emcc -MD -MT CMakeFiles/cmTC_07e0b.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_07e0b.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_07e0b.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/CMakeScratch/TryCompile-7fpEtf/CheckIncludeFile.c
Linking C executable cmTC_07e0b.js
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07e0b.dir/link.txt --verbose=1
/home/brett/Documents/git/emsdk/upstream/emscripten/emcc @CMakeFiles/cmTC_07e0b.dir/objects1 -o cmTC_07e0b.js
gmake[1]: Leaving directory '/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/CMakeScratch/TryCompile-7fpEtf'

View File

@ -1,78 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"/home/brett/Documents/code/c++/graphs/CMakeLists.txt"
"CMakeFiles/3.25.1/CMakeCCompiler.cmake"
"CMakeFiles/3.25.1/CMakeCXXCompiler.cmake"
"CMakeFiles/3.25.1/CMakeSystem.cmake"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/CMakeLists.txt"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/cmake/color.cmake"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/cmake/warnings.cmake"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake"
"/home/brett/Documents/git/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake"
"/usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in"
"/usr/share/cmake-3.25/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake"
"/usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake"
"/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.25/Modules/CPack.cmake"
"/usr/share/cmake-3.25/Modules/CPackComponent.cmake"
"/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake"
"/usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/usr/share/cmake-3.25/Modules/Compiler/Clang-C.cmake"
"/usr/share/cmake-3.25/Modules/Compiler/Clang-CXX.cmake"
"/usr/share/cmake-3.25/Modules/Compiler/Clang.cmake"
"/usr/share/cmake-3.25/Modules/Compiler/GNU.cmake"
"/usr/share/cmake-3.25/Modules/FindBZip2.cmake"
"/usr/share/cmake-3.25/Modules/FindPNG.cmake"
"/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake"
"/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake"
"/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake"
"/usr/share/cmake-3.25/Modules/FindZLIB.cmake"
"/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake"
"/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake"
"/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake"
"/usr/share/cmake-3.25/Templates/CPackConfig.cmake.in"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/CMakeDirectoryInformation.cmake"
"lib/BLT-With-Graphics-Template/CMakeFiles/CMakeDirectoryInformation.cmake"
"lib/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h"
"lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/CMakeDirectoryInformation.cmake"
"lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake"
"CPackConfig.cmake"
"CPackSourceConfig.cmake"
"lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/graphs.dir/DependInfo.cmake"
"lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/DependInfo.cmake"
"lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/DependInfo.cmake"
"lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/DependInfo.cmake"
)

View File

@ -1,245 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/graphs
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/graphs/embuild
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/graphs.dir/all
all: lib/BLT-With-Graphics-Template/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall: lib/BLT-With-Graphics-Template/preinstall
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/graphs.dir/clean
clean: lib/BLT-With-Graphics-Template/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory lib/BLT-With-Graphics-Template
# Recursive "all" directory target.
lib/BLT-With-Graphics-Template/all: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/all
lib/BLT-With-Graphics-Template/all: lib/BLT-With-Graphics-Template/libraries/BLT/all
lib/BLT-With-Graphics-Template/all: lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all
.PHONY : lib/BLT-With-Graphics-Template/all
# Recursive "preinstall" directory target.
lib/BLT-With-Graphics-Template/preinstall: lib/BLT-With-Graphics-Template/libraries/BLT/preinstall
lib/BLT-With-Graphics-Template/preinstall: lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/preinstall
.PHONY : lib/BLT-With-Graphics-Template/preinstall
# Recursive "clean" directory target.
lib/BLT-With-Graphics-Template/clean: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/clean
lib/BLT-With-Graphics-Template/clean: lib/BLT-With-Graphics-Template/libraries/BLT/clean
lib/BLT-With-Graphics-Template/clean: lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/clean
.PHONY : lib/BLT-With-Graphics-Template/clean
#=============================================================================
# Directory level rules for directory lib/BLT-With-Graphics-Template/libraries/BLT
# Recursive "all" directory target.
lib/BLT-With-Graphics-Template/libraries/BLT/all: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/all
.PHONY : lib/BLT-With-Graphics-Template/libraries/BLT/all
# Recursive "preinstall" directory target.
lib/BLT-With-Graphics-Template/libraries/BLT/preinstall:
.PHONY : lib/BLT-With-Graphics-Template/libraries/BLT/preinstall
# Recursive "clean" directory target.
lib/BLT-With-Graphics-Template/libraries/BLT/clean: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/clean
.PHONY : lib/BLT-With-Graphics-Template/libraries/BLT/clean
#=============================================================================
# Directory level rules for directory lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2
# Recursive "all" directory target.
lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all: lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/all
.PHONY : lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all
# Recursive "preinstall" directory target.
lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/preinstall:
.PHONY : lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/preinstall
# Recursive "clean" directory target.
lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/clean: lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/clean
.PHONY : lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/clean
#=============================================================================
# Target rules for target CMakeFiles/graphs.dir
# All Build rule for target.
CMakeFiles/graphs.dir/all: lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/all
CMakeFiles/graphs.dir/all: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/all
CMakeFiles/graphs.dir/all: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/graphs.dir/build.make CMakeFiles/graphs.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/graphs.dir/build.make CMakeFiles/graphs.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=81,82 "Built target graphs"
.PHONY : CMakeFiles/graphs.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/graphs.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles 82
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/graphs.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles 0
.PHONY : CMakeFiles/graphs.dir/rule
# Convenience name for target.
graphs: CMakeFiles/graphs.dir/rule
.PHONY : graphs
# clean rule for target.
CMakeFiles/graphs.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/graphs.dir/build.make CMakeFiles/graphs.dir/clean
.PHONY : CMakeFiles/graphs.dir/clean
#=============================================================================
# Target rules for target lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir
# All Build rule for target.
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/all: lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/all
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/all: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/all
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/depend
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37 "Built target BLT_WITH_GRAPHICS"
.PHONY : lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/all
# Build rule for subdir invocation for target.
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles 80
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles 0
.PHONY : lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/rule
# Convenience name for target.
BLT_WITH_GRAPHICS: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/rule
.PHONY : BLT_WITH_GRAPHICS
# clean rule for target.
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/clean:
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/clean
.PHONY : lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/clean
#=============================================================================
# Target rules for target lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir
# All Build rule for target.
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/all:
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/build.make lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/depend
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/build.make lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 "Built target BLT"
.PHONY : lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/all
# Build rule for subdir invocation for target.
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles 16
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles 0
.PHONY : lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/rule
# Convenience name for target.
BLT: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/rule
.PHONY : BLT
# clean rule for target.
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/clean:
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/build.make lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/clean
.PHONY : lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/clean
#=============================================================================
# Target rules for target lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir
# All Build rule for target.
lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/all:
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/depend
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80 "Built target freetype"
.PHONY : lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/all
# Build rule for subdir invocation for target.
lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles 43
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles 0
.PHONY : lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/rule
# Convenience name for target.
freetype: lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/rule
.PHONY : freetype
# clean rule for target.
lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/clean:
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/clean
.PHONY : lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/clean
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -1,36 +0,0 @@
/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/graphs.dir
/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/package.dir
/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/package_source.dir
/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/edit_cache.dir
/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/rebuild_cache.dir
/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/list_install_components.dir
/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/install.dir
/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/install/local.dir
/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/install/strip.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/CMakeFiles/package.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/CMakeFiles/package_source.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/CMakeFiles/edit_cache.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/CMakeFiles/list_install_components.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/CMakeFiles/install.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/CMakeFiles/install/local.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/CMakeFiles/install/strip.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/list_install_components.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/list_install_components.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.dir
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.dir

View File

@ -1 +0,0 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

View File

@ -1,22 +0,0 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/brett/Documents/code/c++/graphs/src/main.cpp" "CMakeFiles/graphs.dir/src/main.cpp.o" "gcc" "CMakeFiles/graphs.dir/src/main.cpp.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/DependInfo.cmake"
"/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/DependInfo.cmake"
"/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -1,116 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/graphs
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/graphs/embuild
# Include any dependencies generated for this target.
include CMakeFiles/graphs.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include CMakeFiles/graphs.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/graphs.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/graphs.dir/flags.make
CMakeFiles/graphs.dir/src/main.cpp.o: CMakeFiles/graphs.dir/flags.make
CMakeFiles/graphs.dir/src/main.cpp.o: CMakeFiles/graphs.dir/includes_CXX.rsp
CMakeFiles/graphs.dir/src/main.cpp.o: /home/brett/Documents/code/c++/graphs/src/main.cpp
CMakeFiles/graphs.dir/src/main.cpp.o: CMakeFiles/graphs.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/graphs.dir/src/main.cpp.o"
/home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/graphs.dir/src/main.cpp.o -MF CMakeFiles/graphs.dir/src/main.cpp.o.d -o CMakeFiles/graphs.dir/src/main.cpp.o -c /home/brett/Documents/code/c++/graphs/src/main.cpp
CMakeFiles/graphs.dir/src/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/graphs.dir/src/main.cpp.i"
/home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/src/main.cpp > CMakeFiles/graphs.dir/src/main.cpp.i
CMakeFiles/graphs.dir/src/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/graphs.dir/src/main.cpp.s"
/home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/src/main.cpp -o CMakeFiles/graphs.dir/src/main.cpp.s
# Object files for target graphs
graphs_OBJECTS = \
"CMakeFiles/graphs.dir/src/main.cpp.o"
# External object files for target graphs
graphs_EXTERNAL_OBJECTS =
graphs.js: CMakeFiles/graphs.dir/src/main.cpp.o
graphs.js: CMakeFiles/graphs.dir/build.make
graphs.js: lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a
graphs.js: lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a
graphs.js: lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a
graphs.js: CMakeFiles/graphs.dir/linkLibs.rsp
graphs.js: CMakeFiles/graphs.dir/objects1
graphs.js: CMakeFiles/graphs.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable graphs.js"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/graphs.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/graphs.dir/build: graphs.js
.PHONY : CMakeFiles/graphs.dir/build
CMakeFiles/graphs.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/graphs.dir/cmake_clean.cmake
.PHONY : CMakeFiles/graphs.dir/clean
CMakeFiles/graphs.dir/depend:
cd /home/brett/Documents/code/c++/graphs/embuild && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/graphs /home/brett/Documents/code/c++/graphs /home/brett/Documents/code/c++/graphs/embuild /home/brett/Documents/code/c++/graphs/embuild /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/graphs.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/graphs.dir/depend

View File

@ -1,11 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/graphs.dir/src/main.cpp.o"
"CMakeFiles/graphs.dir/src/main.cpp.o.d"
"graphs.js"
"graphs.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/graphs.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -1,874 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
CMakeFiles/graphs.dir/src/main.cpp.o
/home/brett/Documents/code/c++/graphs/src/main.cpp
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/window.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3platform.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl31.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl32.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLFW/glfw3.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/functional
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/operation_traits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iterator_operations.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/move.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/arithmetic.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed_integer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned_integer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/assignable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_reference_with.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/convertible_to.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/same_as.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/destructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/copyable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/movable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/swappable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/class_or_enum.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/derived_from.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/equality_comparable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/boolean_testable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/invocable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/predicate.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/regular.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/semiregular.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/relation.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/totally_ordered.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_primary_template.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_valid_expansion.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/convert_to_integral.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/unreachable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/auto_cast.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/concepts.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/data.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/size.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/initializer_list
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/common_comparison_category.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/ordering.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/synth_three_way.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/three_way_comparable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/different_from.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/array.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/get.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/subrange.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/tuple.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_element.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_indices.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_types.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/pair_like.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_size.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/sfinae_helpers.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/make_tuple_types.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like_ext.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_negate.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/tuple
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/compare
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/partial_order.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/weak_order.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/strong_order.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_cast.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/priority_tag.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way_result.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/is_eq.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/exception
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception_ptr.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/operations.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/voidify.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/new
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdlib
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/typeinfo
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/nested_exception.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/terminate.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iosfwd
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/fstream.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/memory_resource.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ios.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/istream.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ostream.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/sstream.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/streambuf.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__std_mbstate_t.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mbstate_t.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/utility
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_lvalue.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exception_guard.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward_like.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_back.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/perfect_forward.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_front.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder1st.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder2nd.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/boyer_moore_searcher.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstring
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocate_at_least.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_destructor.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/auto_ptr.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_move_common.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_range.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/constexpr_c_functions.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/datasizeof.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_always_bitcastable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_equality_comparable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/is_pointer_in_range.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_segment.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/segmented_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/subrange.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/dangling.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/view_interface.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/empty.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/memory_order.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/array
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/three_way_comp_ref_type.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/empty.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdexcept
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/algorithm
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/invert_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/popcount.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/rotate.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/bit_reference.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_segment_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countr.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwchar
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwctype
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cctype
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wctype.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wctype.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wchar.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wchar.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fold.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/movable_box.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/optional
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/atomic
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/aliases.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_base.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_sync.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/contention_t.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/cxx_atomic_impl.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/is_always_lock_free.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/duration.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ratio
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/climits
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/poll_with_backoff.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/high_resolution_clock.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/steady_clock.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/time_point.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/system_clock.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctime
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__threading_support
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_timespec.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/errno.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/errno.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/errno.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/check_memory_order.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_lock_free.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_flag.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_init.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/fence.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/kill_dependency.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/concepts
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_with.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iterator
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/bounded_iter.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/variant
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/indirectly_comparable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/mergeable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_sentinel.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/permutable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/sortable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/unreachable_sentinel.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/memory
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/align.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/assume_aligned.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/concepts.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_construct_at.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_result.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator_construction.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_found_result.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_fun_result.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_out_result.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_result.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_out_result.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/destruct_n.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_max_result.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/strict_weak_ordering_check.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/randomize_range.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/blsr.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countl.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_projected.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_any_all_none_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_find.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backend.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_execution_policy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/transform_reduce.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/execution
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_frontend_dispatch.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/cpp17_iterator_concepts.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_transform.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_count.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_for_each.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/pstl_transform_reduce.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_equal.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_fill.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_generate.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_is_partitioned.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_merge.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_move.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_replace.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_rotate_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_sort.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_stable_sort.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_all_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_any_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_binary_search.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_clamp.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_contains.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_n.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_ends_with.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_starts_with.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_mismatch.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal_range.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill_n.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_end.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate_n.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_includes.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_make_heap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min_element.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max_element.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_merge.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move_backward.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_none_of.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_nth_element.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_point.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_push_heap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sample.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/is_valid.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/log2.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_random_bit_generator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search_n.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_difference.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_union.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_shuffle.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_transform.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_upper_bound.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bit
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_ceil.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_floor.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_log2.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_width.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/byteswap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/endian.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/has_single_bit.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_map
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__hash_table
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/swap_allocator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ranges_iterator_traits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/memory_resource.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__node_handle
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/container_compatible_range.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/from_range.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_allocator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/vector
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit_reference
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/enable_insertable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_fwd.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_bool.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/concepts.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_parse_context.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_error.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string_view
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string_view.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/char_traits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdio
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integral.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_integral.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/tables.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_base_10.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_result.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/errc.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cerrno
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/traits.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_32_64_or_128_bit.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_output.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/buffer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_to_n_result.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/parser_std_format_spec.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_string.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/unicode.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/extended_grapheme_cluster_table.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/width_estimation_table.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ios/fpos.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/extern_template_lists.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/noexcept_move_assign_container.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/once_flag.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/no_destroy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/clocale
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/locale.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__support/musl/xlocale.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ios
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_category.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_code.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_condition.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/system_error.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/mutex
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__condition_variable/condition_variable.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/mutex.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/unique_lock.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/tag_types.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/lock_guard.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/id.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/system_error
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/streambuf
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdarg
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temp_value.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__split_buffer
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/compose.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/default_searcher.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/function.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/builtin_new_allocator.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/strip_signature.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fn.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fun_ref.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/not_fn.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_binary_function.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_unary_function.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_negate.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/resource_manager.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cassert
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/any
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/shared_mutex
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/texture.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/sstream
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/istream
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ostream
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bitset
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/format
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/container_adaptor.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_default_formatter.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/statically_widen.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_formatter.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_context.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg_store.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_args.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/ref_view.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/queue
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/deque
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stack
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_functions.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_char.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/write_escaped.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/escaped_output_table.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_floating_point.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/chars_format.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_floating_point.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_pointer.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_string.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_tuple.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/print
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/unistd.h
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iostream
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/batch_2d_renderer.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/model.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/shader.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/byteswap.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/map
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tree
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/camera.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/state.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/framebuffer.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.h
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imconfig.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/float.h
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/float.h
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/float.h

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for graphs.

View File

@ -1,2 +0,0 @@
# Empty dependencies file for graphs.
# This may be replaced when dependencies are built.

View File

@ -1,10 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# compile CXX with /home/brett/Documents/git/emsdk/upstream/emscripten/em++
CXX_DEFINES =
CXX_INCLUDES = @CMakeFiles/graphs.dir/includes_CXX.rsp
CXX_FLAGS = -O2 -g -DNDEBUG -Wall -Wextra -Wno-comment -std=gnu++17

View File

@ -1 +0,0 @@
-I/home/brett/Documents/code/c++/graphs/include -isystem "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include" -isystem "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui" -isystem "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include" -isystem "/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/config" -isystem "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" -isystem "/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" -isystem "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include"

View File

@ -1 +0,0 @@
/home/brett/Documents/git/emsdk/upstream/emscripten/em++ -O2 -g -DNDEBUG -sMAX_WEBGL_VERSION=2 -sASSERTIONS=1 -sUSE_GLFW=3 -Wall -Wextra -Wno-comment @CMakeFiles/graphs.dir/objects1 -o graphs.js @CMakeFiles/graphs.dir/linkLibs.rsp

View File

@ -1 +0,0 @@
"lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a" "lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a" "lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a"

View File

@ -1 +0,0 @@
CMakeFiles/graphs.dir/src/main.cpp.o

View File

@ -1,3 +0,0 @@
CMAKE_PROGRESS_1 = 81
CMAKE_PROGRESS_2 = 82

View File

@ -1,870 +0,0 @@
CMakeFiles/graphs.dir/src/main.cpp.o: \
/home/brett/Documents/code/c++/graphs/src/main.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/window.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl31.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl32.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLFW/glfw3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/functional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/operation_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iterator_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_reference_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/convertible_to.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/same_as.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/movable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/class_or_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/derived_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/boolean_testable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/invocable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/predicate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/regular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/semiregular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/relation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/totally_ordered.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_primary_template.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_valid_expansion.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/convert_to_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/unreachable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/auto_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/initializer_list \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/common_comparison_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/ordering.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/synth_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/three_way_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/different_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/get.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_indices.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/pair_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/sfinae_helpers.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/make_tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like_ext.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/tuple \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/compare \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/partial_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/weak_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/strong_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/priority_tag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/is_eq.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/exception \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/voidify.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/new \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdlib \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/typeinfo \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/nested_exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/terminate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iosfwd \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/fstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ios.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/istream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ostream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/sstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/streambuf.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__std_mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/utility \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_lvalue.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exception_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_back.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/perfect_forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_front.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder1st.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder2nd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/boyer_moore_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstring \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocate_at_least.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/auto_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_move_common.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/constexpr_c_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/datasizeof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_always_bitcastable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/is_pointer_in_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_segment.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/segmented_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/dangling.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/view_interface.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/array \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/three_way_comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdexcept \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/algorithm \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/invert_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/popcount.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/bit_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_segment_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwchar \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fold.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/movable_box.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/optional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/atomic \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/aliases.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_base.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_sync.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/contention_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/cxx_atomic_impl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/is_always_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/duration.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ratio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/climits \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/poll_with_backoff.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/high_resolution_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/steady_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/time_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/system_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctime \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__threading_support \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_timespec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/check_memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_init.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/fence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/kill_dependency.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/concepts \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iterator \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/bounded_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/variant \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/indirectly_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/mergeable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/permutable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/sortable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/unreachable_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/memory \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/align.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/assume_aligned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator_construction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_found_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_fun_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/destruct_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_max_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/strict_weak_ordering_check.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/randomize_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/blsr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_any_all_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_execution_policy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/execution \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_frontend_dispatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/cpp17_iterator_concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/pstl_transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_contains.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_ends_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_starts_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/is_valid.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_random_bit_generator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bit \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_ceil.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_floor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_width.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/endian.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/has_single_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__hash_table \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/swap_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ranges_iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__node_handle \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/container_compatible_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/from_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/vector \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit_reference \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/enable_insertable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_fwd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_bool.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_parse_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string_view \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/char_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/tables.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_base_10.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/errc.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cerrno \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_32_64_or_128_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_output.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_to_n_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/parser_std_format_spec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/unicode.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/extended_grapheme_cluster_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/width_estimation_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ios/fpos.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/extern_template_lists.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/noexcept_move_assign_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/once_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/no_destroy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/clocale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__support/musl/xlocale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ios \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_code.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_condition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/system_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/mutex \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__condition_variable/condition_variable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/mutex.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/unique_lock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/tag_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/lock_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/id.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/system_error \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/streambuf \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdarg \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temp_value.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__split_buffer \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/compose.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/default_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/builtin_new_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/strip_signature.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fun_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/not_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_negate.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/resource_manager.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cassert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/any \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/shared_mutex \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/texture.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/sstream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/istream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ostream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bitset \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/format \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/container_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_default_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/statically_widen.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg_store.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_args.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/ref_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/queue \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/deque \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stack \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_char.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/write_escaped.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/escaped_output_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/chars_format.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/print \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/unistd.h \
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iostream \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/batch_2d_renderer.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/model.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/shader.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tree \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/camera.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/state.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/framebuffer.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/float.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/float.h

View File

@ -1 +0,0 @@
82

View File

@ -1,78 +0,0 @@
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
# cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.
set(CPACK_BUILD_SOURCE_DIRS "/home/brett/Documents/code/c++/graphs;/home/brett/Documents/code/c++/graphs/embuild")
set(CPACK_CMAKE_GENERATOR "Unix Makefiles")
set(CPACK_COMPONENTS_ALL "Unspecified;headers;pkgconfig")
set(CPACK_COMPONENT_HEADERS_DEPENDS "libraries")
set(CPACK_COMPONENT_HEADERS_DESCRIPTION "C/C++ header files for use with FreeType")
set(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "C/C++ Headers")
set(CPACK_COMPONENT_HEADERS_GROUP "Development")
set(CPACK_COMPONENT_LIBRARIES_DESCRIPTION "Library used to build programs which use FreeType")
set(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "Libraries")
set(CPACK_COMPONENT_LIBRARIES_GROUP "Development")
set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt")
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "graphs built using CMake")
set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON")
set(CPACK_GENERATOR "TGZ")
set(CPACK_INSTALL_CMAKE_PROJECTS "/home/brett/Documents/code/c++/graphs/embuild;graphs;ALL;/")
set(CPACK_INSTALL_PREFIX "/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot")
set(CPACK_MODULE_PATH "/home/brett/Documents/git/emsdk/upstream/emscripten/cmake/Modules;/home/brett/Documents/git/emsdk/upstream/emscripten/cmake/Modules;/home/brett/Documents/git/emsdk/upstream/emscripten/cmake/Modules;/home/brett/Documents/git/emsdk/upstream/emscripten/cmake/Modules;/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake")
set(CPACK_NSIS_DISPLAY_NAME "graphs 2.13.2")
set(CPACK_NSIS_INSTALLER_ICON_CODE "")
set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
set(CPACK_NSIS_PACKAGE_NAME "graphs 2.13.2")
set(CPACK_NSIS_UNINSTALL_NAME "Uninstall")
set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy")
set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump")
set(CPACK_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/graphs/embuild/CPackConfig.cmake")
set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/README")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The FreeType font rendering library.")
set(CPACK_PACKAGE_FILE_NAME "graphs-2.13.2-Emscripten")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "graphs 2.13.2")
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "graphs 2.13.2")
set(CPACK_PACKAGE_NAME "graphs")
set(CPACK_PACKAGE_RELOCATABLE "true")
set(CPACK_PACKAGE_VENDOR "Humanity")
set(CPACK_PACKAGE_VERSION "2.13.2")
set(CPACK_PACKAGE_VERSION_MAJOR "2")
set(CPACK_PACKAGE_VERSION_MINOR "13")
set(CPACK_PACKAGE_VERSION_PATCH "2")
set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf")
set(CPACK_RESOURCE_FILE_LICENSE "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT")
set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt")
set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.25/Templates/CPack.GenericWelcome.txt")
set(CPACK_SET_DESTDIR "OFF")
set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ")
set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/graphs/embuild/CPackSourceConfig.cmake")
set(CPACK_SOURCE_RPM "OFF")
set(CPACK_SOURCE_TBZ2 "ON")
set(CPACK_SOURCE_TGZ "ON")
set(CPACK_SOURCE_TXZ "ON")
set(CPACK_SOURCE_TZ "ON")
set(CPACK_SOURCE_ZIP "OFF")
set(CPACK_SYSTEM_NAME "Emscripten")
set(CPACK_THREADS "1")
set(CPACK_TOPLEVEL_TAG "Emscripten")
set(CPACK_WIX_SIZEOF_VOID_P "4")
if(NOT CPACK_PROPERTIES_FILE)
set(CPACK_PROPERTIES_FILE "/home/brett/Documents/code/c++/graphs/embuild/CPackProperties.cmake")
endif()
if(EXISTS ${CPACK_PROPERTIES_FILE})
include(${CPACK_PROPERTIES_FILE})
endif()

View File

@ -1,86 +0,0 @@
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
# cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.
set(CPACK_BUILD_SOURCE_DIRS "/home/brett/Documents/code/c++/graphs;/home/brett/Documents/code/c++/graphs/embuild")
set(CPACK_CMAKE_GENERATOR "Unix Makefiles")
set(CPACK_COMPONENTS_ALL "Unspecified;headers;pkgconfig")
set(CPACK_COMPONENT_HEADERS_DEPENDS "libraries")
set(CPACK_COMPONENT_HEADERS_DESCRIPTION "C/C++ header files for use with FreeType")
set(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "C/C++ Headers")
set(CPACK_COMPONENT_HEADERS_GROUP "Development")
set(CPACK_COMPONENT_LIBRARIES_DESCRIPTION "Library used to build programs which use FreeType")
set(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "Libraries")
set(CPACK_COMPONENT_LIBRARIES_GROUP "Development")
set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt")
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "graphs built using CMake")
set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON")
set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ")
set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#")
set(CPACK_INSTALLED_DIRECTORIES "/home/brett/Documents/code/c++/graphs;/")
set(CPACK_INSTALL_CMAKE_PROJECTS "")
set(CPACK_INSTALL_PREFIX "/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot")
set(CPACK_MODULE_PATH "/home/brett/Documents/git/emsdk/upstream/emscripten/cmake/Modules;/home/brett/Documents/git/emsdk/upstream/emscripten/cmake/Modules;/home/brett/Documents/git/emsdk/upstream/emscripten/cmake/Modules;/home/brett/Documents/git/emsdk/upstream/emscripten/cmake/Modules;/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake")
set(CPACK_NSIS_DISPLAY_NAME "graphs 2.13.2")
set(CPACK_NSIS_INSTALLER_ICON_CODE "")
set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
set(CPACK_NSIS_PACKAGE_NAME "graphs 2.13.2")
set(CPACK_NSIS_UNINSTALL_NAME "Uninstall")
set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy")
set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump")
set(CPACK_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/graphs/embuild/CPackConfig.cmake")
set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/README")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The FreeType font rendering library.")
set(CPACK_PACKAGE_FILE_NAME "graphs-2.13.2-Source")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "graphs 2.13.2")
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "graphs 2.13.2")
set(CPACK_PACKAGE_NAME "graphs")
set(CPACK_PACKAGE_RELOCATABLE "true")
set(CPACK_PACKAGE_VENDOR "Humanity")
set(CPACK_PACKAGE_VERSION "2.13.2")
set(CPACK_PACKAGE_VERSION_MAJOR "2")
set(CPACK_PACKAGE_VERSION_MINOR "13")
set(CPACK_PACKAGE_VERSION_PATCH "2")
set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf")
set(CPACK_RESOURCE_FILE_LICENSE "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT")
set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt")
set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.25/Templates/CPack.GenericWelcome.txt")
set(CPACK_RPM_PACKAGE_SOURCES "ON")
set(CPACK_SET_DESTDIR "OFF")
set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ")
set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#")
set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/brett/Documents/code/c++/graphs;/")
set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/graphs/embuild/CPackSourceConfig.cmake")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "graphs-2.13.2-Source")
set(CPACK_SOURCE_RPM "OFF")
set(CPACK_SOURCE_TBZ2 "ON")
set(CPACK_SOURCE_TGZ "ON")
set(CPACK_SOURCE_TOPLEVEL_TAG "Emscripten-Source")
set(CPACK_SOURCE_TXZ "ON")
set(CPACK_SOURCE_TZ "ON")
set(CPACK_SOURCE_ZIP "OFF")
set(CPACK_STRIP_FILES "")
set(CPACK_SYSTEM_NAME "Emscripten")
set(CPACK_THREADS "1")
set(CPACK_TOPLEVEL_TAG "Emscripten-Source")
set(CPACK_WIX_SIZEOF_VOID_P "4")
if(NOT CPACK_PROPERTIES_FILE)
set(CPACK_PROPERTIES_FILE "/home/brett/Documents/code/c++/graphs/embuild/CPackProperties.cmake")
endif()
if(EXISTS ${CPACK_PROPERTIES_FILE})
include(${CPACK_PROPERTIES_FILE})
endif()

View File

@ -1,294 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/graphs
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/graphs/embuild
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
/usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/graphs/embuild/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"headers\" \"pkgconfig\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles /home/brett/Documents/code/c++/graphs/embuild//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named graphs
# Build rule for target.
graphs: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 graphs
.PHONY : graphs
# fast build rule for target.
graphs/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/graphs.dir/build.make CMakeFiles/graphs.dir/build
.PHONY : graphs/fast
#=============================================================================
# Target rules for targets named BLT_WITH_GRAPHICS
# Build rule for target.
BLT_WITH_GRAPHICS: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BLT_WITH_GRAPHICS
.PHONY : BLT_WITH_GRAPHICS
# fast build rule for target.
BLT_WITH_GRAPHICS/fast:
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build
.PHONY : BLT_WITH_GRAPHICS/fast
#=============================================================================
# Target rules for targets named BLT
# Build rule for target.
BLT: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BLT
.PHONY : BLT
# fast build rule for target.
BLT/fast:
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/build.make lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/build
.PHONY : BLT/fast
#=============================================================================
# Target rules for targets named freetype
# Build rule for target.
freetype: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 freetype
.PHONY : freetype
# fast build rule for target.
freetype/fast:
$(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build
.PHONY : freetype/fast
src/main.o: src/main.cpp.o
.PHONY : src/main.o
# target to build an object file
src/main.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/graphs.dir/build.make CMakeFiles/graphs.dir/src/main.cpp.o
.PHONY : src/main.cpp.o
src/main.i: src/main.cpp.i
.PHONY : src/main.i
# target to preprocess a source file
src/main.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/graphs.dir/build.make CMakeFiles/graphs.dir/src/main.cpp.i
.PHONY : src/main.cpp.i
src/main.s: src/main.cpp.s
.PHONY : src/main.s
# target to generate assembly for a file
src/main.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/graphs.dir/build.make CMakeFiles/graphs.dir/src/main.cpp.s
.PHONY : src/main.cpp.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... package"
@echo "... package_source"
@echo "... rebuild_cache"
@echo "... BLT"
@echo "... BLT_WITH_GRAPHICS"
@echo "... freetype"
@echo "... graphs"
@echo "... src/main.o"
@echo "... src/main.i"
@echo "... src/main.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -1,54 +0,0 @@
# Install script for directory: /home/brett/Documents/code/c++/graphs
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/cmake_install.cmake")
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/brett/Documents/code/c++/graphs/embuild/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -1,40 +0,0 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/framebuffer.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/model.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/state.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/window.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/DependInfo.cmake"
"/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -1,438 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Produce verbose output by default.
VERBOSE = 1
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/graphs
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/graphs/embuild
# Include any dependencies generated for this target.
include lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.make
# Include the progress variables for this target.
include lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/progress.make
# Include the compile flags for this target's objects.
include lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/framebuffer.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/framebuffer.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/framebuffer.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/framebuffer.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/model.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/model.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/model.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/model.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/state.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/state.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/state.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/state.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/window.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/window.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/window.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/window.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.s
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.i
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.s
# Object files for target BLT_WITH_GRAPHICS
BLT_WITH_GRAPHICS_OBJECTS = \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o" \
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o"
# External object files for target BLT_WITH_GRAPHICS
BLT_WITH_GRAPHICS_EXTERNAL_OBJECTS =
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make
lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Linking CXX static library libBLT_WITH_GRAPHICS.a"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && $(CMAKE_COMMAND) -P CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean_target.cmake
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/BLT_WITH_GRAPHICS.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build: lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a
.PHONY : lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/clean:
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template && $(CMAKE_COMMAND) -P CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean.cmake
.PHONY : lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/clean
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/depend:
cd /home/brett/Documents/code/c++/graphs/embuild && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/graphs /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template /home/brett/Documents/code/c++/graphs/embuild /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/depend

View File

@ -1,49 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o"
"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d"
"libBLT_WITH_GRAPHICS.a"
"libBLT_WITH_GRAPHICS.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -1,3 +0,0 @@
file(REMOVE_RECURSE
"libBLT_WITH_GRAPHICS.a"
)

View File

@ -1,2 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for BLT_WITH_GRAPHICS.

View File

@ -1,2 +0,0 @@
# Empty dependencies file for BLT_WITH_GRAPHICS.
# This may be replaced when dependencies are built.

View File

@ -1,10 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# compile CXX with /home/brett/Documents/git/emsdk/upstream/emscripten/em++
CXX_DEFINES =
CXX_INCLUDES = @CMakeFiles/BLT_WITH_GRAPHICS.dir/includes_CXX.rsp
CXX_FLAGS = -O2 -g -DNDEBUG -Wall -Wextra -Wpedantic -fdiagnostics-color=always -std=gnu++17

View File

@ -1 +0,0 @@
-I"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui" -I"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/examples" -I"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include" -isystem "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include" -isystem "/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/config" -isystem "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" -isystem "/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" -isystem "/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include"

View File

@ -1,62 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLFW/glfw3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GL/gl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GL/glext.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/html5.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/eventloop.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/console.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/html5_webgl.h

View File

@ -1,44 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2ext.h

View File

@ -1,208 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_internal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imstb_textedit.h

View File

@ -1,211 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/inttypes.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/inttypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/inttypes.h

View File

@ -1,210 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_internal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imstb_textedit.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imstb_rectpack.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imstb_truetype.h

View File

@ -1,208 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_internal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imstb_textedit.h

View File

@ -1,208 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui_internal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imstb_textedit.h

View File

@ -1,2 +0,0 @@
/home/brett/Documents/git/emsdk/upstream/emscripten/emar qc libBLT_WITH_GRAPHICS.a CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o
/home/brett/Documents/git/emsdk/upstream/emscripten/emranlib libBLT_WITH_GRAPHICS.a

View File

@ -1,22 +0,0 @@
CMAKE_PROGRESS_1 = 17
CMAKE_PROGRESS_2 = 18
CMAKE_PROGRESS_3 = 19
CMAKE_PROGRESS_4 = 20
CMAKE_PROGRESS_5 = 21
CMAKE_PROGRESS_6 = 22
CMAKE_PROGRESS_7 = 23
CMAKE_PROGRESS_8 = 24
CMAKE_PROGRESS_9 = 25
CMAKE_PROGRESS_10 = 26
CMAKE_PROGRESS_11 = 27
CMAKE_PROGRESS_12 = 28
CMAKE_PROGRESS_13 = 29
CMAKE_PROGRESS_14 = 30
CMAKE_PROGRESS_15 = 31
CMAKE_PROGRESS_16 = 32
CMAKE_PROGRESS_17 = 33
CMAKE_PROGRESS_18 = 34
CMAKE_PROGRESS_19 = 35
CMAKE_PROGRESS_20 = 36
CMAKE_PROGRESS_21 = 37

View File

@ -1,839 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/framebuffer.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/framebuffer.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl31.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl32.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/texture.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/operation_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/convertible_to.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_reference_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/same_as.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/movable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/class_or_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/boolean_testable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/totally_ordered.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_primary_template.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_valid_expansion.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/initializer_list \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_segment_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/segmented_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/invert_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/bit_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/constexpr_c_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/voidify.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/new \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdlib \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/datasizeof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_always_bitcastable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/is_pointer_in_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwchar \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/enable_insertable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/sfinae_helpers.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/make_tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_indices.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like_ext.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/common_comparison_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/ordering.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/synth_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/three_way_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/different_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/get.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/pair_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstring \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ios/fpos.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ios.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/derived_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/invocable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/predicate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/regular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/semiregular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/relation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/auto_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/convert_to_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/unreachable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/dangling.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/view_interface.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocate_at_least.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/swap_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exception_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/tuple \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/compare \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/partial_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/weak_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/strong_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/priority_tag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/is_eq.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/exception \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/typeinfo \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/nested_exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/terminate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iosfwd \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/fstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/istream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ostream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/sstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/streambuf.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__std_mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/utility \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_lvalue.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/container_compatible_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/from_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/char_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_move_common.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iterator_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_segment.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/extern_template_lists.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/noexcept_move_assign_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/climits \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdexcept \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string_view \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/bounded_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/algorithm \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/popcount.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fold.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/movable_box.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/optional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/atomic \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/aliases.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_base.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_sync.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/contention_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/cxx_atomic_impl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/is_always_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/duration.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ratio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/poll_with_backoff.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/high_resolution_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/steady_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/time_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/system_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctime \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__threading_support \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_timespec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/check_memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_init.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/fence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/kill_dependency.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/concepts \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iterator \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/variant \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/indirectly_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/mergeable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/permutable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/sortable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/unreachable_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/memory \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/align.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/assume_aligned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/auto_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator_construction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_found_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_fun_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/destruct_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/three_way_comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_max_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/strict_weak_ordering_check.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/randomize_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/blsr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_any_all_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_execution_policy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/execution \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_frontend_dispatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/cpp17_iterator_concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/pstl_transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_contains.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_ends_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_starts_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/is_valid.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_random_bit_generator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bit \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_ceil.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_floor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_width.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/endian.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/has_single_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/functional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_back.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/perfect_forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_front.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder1st.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder2nd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/boyer_moore_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/array \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__hash_table \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ranges_iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__node_handle \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/vector \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit_reference \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_fwd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_bool.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_parse_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/tables.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_base_10.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/errc.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cerrno \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_32_64_or_128_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_output.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_to_n_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/parser_std_format_spec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/unicode.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/extended_grapheme_cluster_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/width_estimation_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/once_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/no_destroy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/clocale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__support/musl/xlocale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ios \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_code.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_condition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/system_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/mutex \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__condition_variable/condition_variable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/mutex.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/unique_lock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/tag_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/lock_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/id.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/system_error \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/streambuf \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdarg \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temp_value.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__split_buffer \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/compose.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/default_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/builtin_new_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/strip_signature.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fun_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/not_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/sstream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/istream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ostream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bitset \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/format \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/container_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_default_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/statically_widen.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg_store.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_args.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/ref_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/queue \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/deque \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stack \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_char.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/write_escaped.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/escaped_output_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/chars_format.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/print \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/unistd.h \
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iostream \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h

View File

@ -1,32 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/glad/gl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/dlfcn.h

View File

@ -1,851 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/model.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/model.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/initializer_list \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/vector \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_move_common.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iterator_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_reference_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/convertible_to.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/same_as.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/movable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/class_or_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/derived_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/boolean_testable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/invocable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/predicate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/regular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/semiregular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/relation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/totally_ordered.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_primary_template.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_valid_expansion.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/convert_to_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/unreachable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/auto_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/common_comparison_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/ordering.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/synth_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/three_way_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/different_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/get.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_indices.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/pair_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/sfinae_helpers.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/make_tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like_ext.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/constexpr_c_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/voidify.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/new \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdlib \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/datasizeof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_always_bitcastable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/is_pointer_in_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/operation_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_segment.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/segmented_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/three_way_comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_segment_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/invert_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/bit_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwchar \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit_reference \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/popcount.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstring \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/enable_insertable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_fwd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_bool.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_parse_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdexcept \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/exception \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/typeinfo \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/nested_exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/terminate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iosfwd \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/fstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ios.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/istream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ostream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/sstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/streambuf.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__std_mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string_view \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/bounded_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/dangling.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/view_interface.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/char_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/compare \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/partial_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/weak_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/strong_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/priority_tag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/is_eq.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/algorithm \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fold.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/movable_box.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/optional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/atomic \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/aliases.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_base.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_sync.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/contention_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/cxx_atomic_impl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/is_always_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/duration.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ratio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/climits \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/poll_with_backoff.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/high_resolution_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/steady_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/time_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/system_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctime \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__threading_support \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_timespec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/check_memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_init.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/fence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/kill_dependency.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/concepts \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iterator \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/variant \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/tuple \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/utility \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_lvalue.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exception_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/indirectly_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/mergeable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/permutable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/sortable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/unreachable_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/memory \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/align.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocate_at_least.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/assume_aligned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/auto_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator_construction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_found_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_fun_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/destruct_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_max_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/strict_weak_ordering_check.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/randomize_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/blsr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_any_all_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_execution_policy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/execution \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_frontend_dispatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/cpp17_iterator_concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/pstl_transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_contains.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_ends_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_starts_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/is_valid.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_random_bit_generator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bit \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_ceil.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_floor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_width.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/endian.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/has_single_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/tables.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_base_10.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/errc.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cerrno \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_32_64_or_128_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_output.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_to_n_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/parser_std_format_spec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/unicode.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/extended_grapheme_cluster_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/width_estimation_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ios/fpos.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/swap_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/container_compatible_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/from_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/extern_template_lists.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/noexcept_move_assign_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/array \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/once_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/no_destroy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/clocale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__support/musl/xlocale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ios \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_code.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_condition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/system_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/mutex \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__condition_variable/condition_variable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/mutex.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/unique_lock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/tag_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/lock_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/id.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/system_error \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/streambuf \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdarg \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temp_value.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__split_buffer \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl31.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl32.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cassert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/functional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_back.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/perfect_forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_front.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder1st.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder2nd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/boyer_moore_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__hash_table \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ranges_iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__node_handle \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/compose.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/default_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/builtin_new_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/strip_signature.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fun_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/not_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_negate.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/any \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/shared_mutex \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/byteswap.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/sstream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/istream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ostream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bitset \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/format \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/container_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_default_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/statically_widen.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg_store.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_args.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/ref_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/queue \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/deque \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stack \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_char.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/write_escaped.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/escaped_output_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/chars_format.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/print \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/unistd.h \
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iostream

View File

@ -1,865 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/batch_2d_renderer.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/model.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/initializer_list \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/vector \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_move_common.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iterator_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_reference_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/convertible_to.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/same_as.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/movable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/class_or_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/derived_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/boolean_testable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/invocable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/predicate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/regular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/semiregular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/relation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/totally_ordered.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_primary_template.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_valid_expansion.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/convert_to_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/unreachable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/auto_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/common_comparison_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/ordering.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/synth_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/three_way_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/different_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/get.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_indices.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/pair_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/sfinae_helpers.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/make_tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like_ext.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/constexpr_c_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/voidify.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/new \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdlib \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/datasizeof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_always_bitcastable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/is_pointer_in_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/operation_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_segment.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/segmented_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/three_way_comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_segment_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/invert_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/bit_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwchar \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit_reference \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/popcount.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstring \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/enable_insertable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_fwd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_bool.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_parse_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdexcept \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/exception \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/typeinfo \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/nested_exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/terminate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iosfwd \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/fstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ios.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/istream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ostream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/sstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/streambuf.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__std_mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string_view \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/bounded_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/dangling.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/view_interface.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/char_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/compare \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/partial_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/weak_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/strong_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/priority_tag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/is_eq.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/algorithm \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fold.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/movable_box.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/optional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/atomic \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/aliases.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_base.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_sync.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/contention_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/cxx_atomic_impl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/is_always_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/duration.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ratio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/climits \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/poll_with_backoff.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/high_resolution_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/steady_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/time_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/system_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctime \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__threading_support \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_timespec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/check_memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_init.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/fence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/kill_dependency.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/concepts \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iterator \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/variant \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/tuple \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/utility \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_lvalue.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exception_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/indirectly_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/mergeable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/permutable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/sortable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/unreachable_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/memory \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/align.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocate_at_least.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/assume_aligned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/auto_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator_construction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_found_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_fun_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/destruct_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_max_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/strict_weak_ordering_check.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/randomize_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/blsr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_any_all_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_execution_policy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/execution \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_frontend_dispatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/cpp17_iterator_concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/pstl_transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_contains.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_ends_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_starts_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/is_valid.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_random_bit_generator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bit \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_ceil.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_floor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_width.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/endian.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/has_single_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/tables.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_base_10.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/errc.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cerrno \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_32_64_or_128_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_output.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_to_n_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/parser_std_format_spec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/unicode.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/extended_grapheme_cluster_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/width_estimation_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ios/fpos.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/swap_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/container_compatible_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/from_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/extern_template_lists.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/noexcept_move_assign_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/array \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/once_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/no_destroy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/clocale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__support/musl/xlocale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ios \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_code.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_condition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/system_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/mutex \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__condition_variable/condition_variable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/mutex.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/unique_lock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/tag_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/lock_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/id.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/system_error \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/streambuf \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdarg \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temp_value.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__split_buffer \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl31.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl32.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cassert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/functional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_back.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/perfect_forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_front.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder1st.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder2nd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/boyer_moore_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__hash_table \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ranges_iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__node_handle \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/compose.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/default_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/builtin_new_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/strip_signature.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fun_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/not_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_negate.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/any \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/shared_mutex \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/shader.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/resource_manager.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/texture.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/sstream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/istream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ostream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bitset \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/format \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/container_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_default_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/statically_widen.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg_store.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_args.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/ref_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/queue \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/deque \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stack \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_char.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/write_escaped.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/escaped_output_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/chars_format.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/print \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/unistd.h \
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iostream \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tree \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/2d_textured.vert \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/2d_line.vert \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/2d_textured.frag \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/2d_textured_circle.frag \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/2d_line.frag

View File

@ -1,812 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/camera.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/state.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/shader.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl31.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl32.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/vector \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_move_common.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iterator_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_reference_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/convertible_to.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/same_as.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/movable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/class_or_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/derived_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/boolean_testable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/invocable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/predicate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/regular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/semiregular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/relation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/totally_ordered.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_primary_template.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_valid_expansion.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/convert_to_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/unreachable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/auto_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/initializer_list \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/common_comparison_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/ordering.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/synth_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/three_way_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/different_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/get.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_indices.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/pair_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/sfinae_helpers.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/make_tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like_ext.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/constexpr_c_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/voidify.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/new \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdlib \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/datasizeof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_always_bitcastable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/is_pointer_in_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/operation_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_segment.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/segmented_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/three_way_comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_segment_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/invert_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/bit_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwchar \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit_reference \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/popcount.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstring \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/enable_insertable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_fwd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_bool.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_parse_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdexcept \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/exception \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/typeinfo \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/nested_exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/terminate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iosfwd \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/fstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ios.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/istream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ostream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/sstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/streambuf.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__std_mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string_view \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/bounded_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/dangling.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/view_interface.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/char_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/compare \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/partial_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/weak_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/strong_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/priority_tag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/is_eq.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/algorithm \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fold.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/movable_box.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/optional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/atomic \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/aliases.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_base.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_sync.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/contention_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/cxx_atomic_impl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/is_always_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/duration.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ratio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/climits \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/poll_with_backoff.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/high_resolution_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/steady_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/time_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/system_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctime \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__threading_support \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_timespec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/check_memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_init.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/fence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/kill_dependency.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/concepts \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iterator \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/variant \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/tuple \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/utility \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_lvalue.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exception_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/indirectly_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/mergeable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/permutable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/sortable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/unreachable_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/memory \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/align.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocate_at_least.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/assume_aligned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/auto_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator_construction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_found_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_fun_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/destruct_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_max_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/strict_weak_ordering_check.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/randomize_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/blsr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_any_all_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_execution_policy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/execution \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_frontend_dispatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/cpp17_iterator_concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/pstl_transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_contains.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_ends_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_starts_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/is_valid.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_random_bit_generator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bit \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_ceil.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_floor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_width.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/endian.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/has_single_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/tables.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_base_10.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/errc.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cerrno \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_32_64_or_128_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_output.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_to_n_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/parser_std_format_spec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/unicode.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/extended_grapheme_cluster_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/width_estimation_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ios/fpos.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/swap_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/container_compatible_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/from_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/extern_template_lists.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/noexcept_move_assign_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/array \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/once_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/no_destroy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/clocale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__support/musl/xlocale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ios \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_code.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_condition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/system_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/mutex \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__condition_variable/condition_variable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/mutex.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/unique_lock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/tag_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/lock_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/id.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/system_error \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/streambuf \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdarg \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temp_value.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__split_buffer \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__hash_table \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ranges_iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__node_handle \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/window.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLFW/glfw3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/functional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_back.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/perfect_forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_front.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder1st.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder2nd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/boyer_moore_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/compose.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/default_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/builtin_new_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/strip_signature.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fun_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/not_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_negate.h

View File

@ -1,879 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/renderer/resource_manager.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/algorithm \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/operation_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iterator_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_reference_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/convertible_to.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/same_as.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/movable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/class_or_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/derived_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/boolean_testable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/invocable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/predicate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/regular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/semiregular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/relation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/totally_ordered.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_primary_template.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_valid_expansion.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/convert_to_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/unreachable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/auto_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/initializer_list \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_move_common.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/common_comparison_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/ordering.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/synth_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/three_way_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/different_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/get.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_indices.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/pair_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/sfinae_helpers.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/make_tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like_ext.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/constexpr_c_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/voidify.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/new \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdlib \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/datasizeof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_always_bitcastable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/is_pointer_in_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_segment.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/segmented_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/invert_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/popcount.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/bit_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_segment_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwchar \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/dangling.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/view_interface.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fold.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/movable_box.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/optional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstring \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/compare \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/partial_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/weak_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/strong_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/priority_tag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/is_eq.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/atomic \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/aliases.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_base.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_sync.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/contention_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/cxx_atomic_impl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/is_always_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/duration.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ratio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/climits \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/poll_with_backoff.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/high_resolution_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/steady_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/time_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/system_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctime \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__threading_support \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_timespec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/check_memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_init.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/fence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/kill_dependency.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/concepts \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iterator \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/bounded_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/variant \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/tuple \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/exception \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/typeinfo \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/nested_exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/terminate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iosfwd \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/fstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ios.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/istream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ostream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/sstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/streambuf.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__std_mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/utility \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_lvalue.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exception_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/indirectly_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/mergeable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/permutable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/sortable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/unreachable_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/memory \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/align.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocate_at_least.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/assume_aligned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/auto_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator_construction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdexcept \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_found_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_fun_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/destruct_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/three_way_comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_max_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/strict_weak_ordering_check.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/randomize_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/blsr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_any_all_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_execution_policy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/execution \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_frontend_dispatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/cpp17_iterator_concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/pstl_transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_contains.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_ends_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_starts_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/is_valid.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_random_bit_generator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bit \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_ceil.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_floor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_width.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/endian.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/has_single_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/array \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cassert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/mutex \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__condition_variable/condition_variable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/mutex.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/unique_lock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/tag_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/system_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/enable_insertable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ios/fpos.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/swap_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/container_compatible_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/from_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/char_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/extern_template_lists.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/noexcept_move_assign_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string_view \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_code.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/errc.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cerrno \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_condition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/lock_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/once_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/id.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/system_error \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/functional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_back.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/perfect_forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_front.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder1st.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder2nd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/boyer_moore_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__hash_table \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ranges_iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__node_handle \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/vector \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit_reference \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_fwd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_bool.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_parse_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/tables.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_base_10.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_32_64_or_128_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_output.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_to_n_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/parser_std_format_spec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/unicode.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/extended_grapheme_cluster_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/width_estimation_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/no_destroy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/clocale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__support/musl/xlocale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ios \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/streambuf \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdarg \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temp_value.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__split_buffer \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/compose.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/default_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/builtin_new_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/strip_signature.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fun_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/not_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_negate.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/any \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/shared_mutex \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/texture.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl31.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl32.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/sstream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/istream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ostream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bitset \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/format \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/container_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_default_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/statically_widen.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg_store.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_args.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/ref_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/queue \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/deque \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stack \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_char.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/write_escaped.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/escaped_output_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/chars_format.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/print \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/unistd.h \
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iostream \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/thread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/thread \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/jthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__stop_token/stop_source.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__stop_token/intrusive_shared_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__stop_token/stop_state.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__stop_token/atomic_unique_lock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__stop_token/intrusive_list_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__stop_token/stop_token.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/thread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/this_thread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/chrono \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/calendar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_tm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/hh_mm_ss.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/day.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/file_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/month.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/month_weekday.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/weekday.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/monthday.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/year.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/year_month.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/year_month_day.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/year_month_weekday.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/literals.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/forward_list

View File

@ -1,874 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/shader.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl31.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl32.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/vector \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_move_common.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iterator_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_reference_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/convertible_to.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/same_as.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/movable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/class_or_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/derived_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/boolean_testable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/invocable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/predicate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/regular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/semiregular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/relation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/totally_ordered.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_primary_template.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_valid_expansion.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/convert_to_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/unreachable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/auto_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/initializer_list \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/common_comparison_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/ordering.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/synth_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/three_way_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/different_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/get.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_indices.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/pair_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/sfinae_helpers.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/make_tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like_ext.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/constexpr_c_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/voidify.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/new \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdlib \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/datasizeof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_always_bitcastable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/is_pointer_in_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/operation_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_segment.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/segmented_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/three_way_comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_segment_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/invert_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/bit_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwchar \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit_reference \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/popcount.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstring \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/enable_insertable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_fwd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_bool.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_parse_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdexcept \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/exception \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/typeinfo \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/nested_exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/terminate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iosfwd \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/fstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ios.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/istream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ostream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/sstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/streambuf.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__std_mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string_view \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/bounded_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/dangling.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/view_interface.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/char_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/compare \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/partial_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/weak_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/strong_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/priority_tag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/is_eq.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/algorithm \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fold.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/movable_box.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/optional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/atomic \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/aliases.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_base.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_sync.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/contention_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/cxx_atomic_impl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/is_always_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/duration.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ratio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/climits \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/poll_with_backoff.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/high_resolution_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/steady_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/time_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/system_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctime \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__threading_support \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_timespec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/check_memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_init.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/fence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/kill_dependency.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/concepts \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iterator \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/variant \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/tuple \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/utility \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_lvalue.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exception_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/indirectly_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/mergeable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/permutable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/sortable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/unreachable_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/memory \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/align.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocate_at_least.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/assume_aligned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/auto_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator_construction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_found_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_fun_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/destruct_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_max_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/strict_weak_ordering_check.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/randomize_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/blsr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_any_all_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_execution_policy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/execution \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_frontend_dispatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/cpp17_iterator_concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/pstl_transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_contains.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_ends_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_starts_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/is_valid.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_random_bit_generator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bit \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_ceil.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_floor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_width.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/endian.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/has_single_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/tables.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_base_10.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/errc.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cerrno \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_32_64_or_128_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_output.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_to_n_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/parser_std_format_spec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/unicode.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/extended_grapheme_cluster_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/width_estimation_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ios/fpos.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/swap_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/container_compatible_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/from_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/extern_template_lists.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/noexcept_move_assign_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/array \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/once_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/no_destroy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/clocale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__support/musl/xlocale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ios \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_code.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_condition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/system_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/mutex \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__condition_variable/condition_variable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/mutex.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/unique_lock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/tag_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/lock_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/id.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/system_error \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/streambuf \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdarg \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temp_value.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__split_buffer \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__hash_table \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ranges_iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__node_handle \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/loader.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/fstream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/filesystem \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/copy_options.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/directory_entry.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/file_status.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/file_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/perms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/file_time_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/file_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/filesystem_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/path.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iomanip \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/istream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ostream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bitset \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/format \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/container_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_default_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/statically_widen.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg_store.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_args.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/ref_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/queue \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/deque \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/functional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_back.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/perfect_forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_front.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder1st.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder2nd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/boyer_moore_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/compose.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/default_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/builtin_new_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/strip_signature.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fun_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/not_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stack \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_char.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/write_escaped.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/escaped_output_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/chars_format.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/print \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/unistd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/perm_options.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/space_info.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/directory_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/directory_options.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/path_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/recursive_directory_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__filesystem/u8path.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iostream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/sstream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_set \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/byteswap.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/ranges.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/expected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cxxabi.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__cxxabi_config.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h

View File

@ -1,3 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/sound/sound.h

View File

@ -1,790 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/state.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/state.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/shader.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl31.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl32.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/vector \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_move_common.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iterator_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_reference_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/convertible_to.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/same_as.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/movable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/class_or_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/derived_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/boolean_testable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/invocable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/predicate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/regular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/semiregular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/relation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/totally_ordered.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_primary_template.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_valid_expansion.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/convert_to_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/unreachable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/auto_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/initializer_list \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/common_comparison_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/ordering.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/synth_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/three_way_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/different_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/get.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_indices.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/pair_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/sfinae_helpers.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/make_tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like_ext.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/constexpr_c_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/voidify.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/new \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdlib \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/datasizeof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_always_bitcastable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/is_pointer_in_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/operation_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_segment.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/segmented_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/three_way_comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_segment_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/invert_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/bit_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwchar \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit_reference \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/popcount.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstring \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/enable_insertable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_fwd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_bool.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_parse_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdexcept \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/exception \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/typeinfo \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/nested_exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/terminate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iosfwd \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/fstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ios.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/istream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ostream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/sstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/streambuf.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__std_mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string_view \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/bounded_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/dangling.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/view_interface.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/char_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/compare \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/partial_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/weak_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/strong_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/priority_tag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/is_eq.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/algorithm \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fold.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/movable_box.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/optional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/atomic \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/aliases.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_base.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_sync.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/contention_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/cxx_atomic_impl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/is_always_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/duration.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ratio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/climits \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/poll_with_backoff.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/high_resolution_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/steady_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/time_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/system_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctime \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__threading_support \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_timespec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/check_memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_init.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/fence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/kill_dependency.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/concepts \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iterator \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/variant \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/tuple \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/utility \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_lvalue.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exception_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/indirectly_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/mergeable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/permutable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/sortable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/unreachable_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/memory \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/align.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocate_at_least.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/assume_aligned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/auto_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator_construction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_found_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_fun_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/destruct_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_max_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/strict_weak_ordering_check.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/randomize_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/blsr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_any_all_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_execution_policy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/execution \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_frontend_dispatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/cpp17_iterator_concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/pstl_transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_contains.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_ends_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_starts_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/is_valid.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_random_bit_generator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bit \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_ceil.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_floor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_width.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/endian.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/has_single_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/tables.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_base_10.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/errc.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cerrno \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_32_64_or_128_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_output.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_to_n_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/parser_std_format_spec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/unicode.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/extended_grapheme_cluster_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/width_estimation_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ios/fpos.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/swap_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/container_compatible_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/from_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/extern_template_lists.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/noexcept_move_assign_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/array \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/once_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/no_destroy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/clocale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__support/musl/xlocale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ios \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_code.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_condition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/system_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/mutex \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__condition_variable/condition_variable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/mutex.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/unique_lock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/tag_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/lock_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/id.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/system_error \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/streambuf \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdarg \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temp_value.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__split_buffer \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__hash_table \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ranges_iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__node_handle \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h

View File

@ -1,195 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/stb/stb_vorbis.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h

View File

@ -1,842 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/stb/stb_image_write.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/stb/stb_image_resize2.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/stb/stb_image.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/stb/stb_perlin.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/texture.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl31.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl32.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/operation_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/convertible_to.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_reference_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/same_as.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/movable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/class_or_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/boolean_testable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/totally_ordered.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_primary_template.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_valid_expansion.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/initializer_list \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_segment_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/segmented_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/invert_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/bit_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/constexpr_c_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/voidify.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/new \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdlib \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/datasizeof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_always_bitcastable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/is_pointer_in_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwchar \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/enable_insertable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/sfinae_helpers.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/make_tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_indices.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like_ext.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/common_comparison_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/ordering.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/synth_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/three_way_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/different_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/get.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/pair_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstring \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ios/fpos.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ios.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/derived_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/invocable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/predicate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/regular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/semiregular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/relation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/auto_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/convert_to_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/unreachable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/dangling.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/view_interface.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocate_at_least.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/swap_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exception_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/tuple \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/compare \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/partial_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/weak_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/strong_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/priority_tag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/is_eq.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/exception \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/typeinfo \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/nested_exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/terminate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iosfwd \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/fstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/istream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ostream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/sstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/streambuf.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__std_mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/utility \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_lvalue.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/container_compatible_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/from_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/char_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_move_common.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iterator_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_segment.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/extern_template_lists.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/noexcept_move_assign_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/climits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdexcept \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string_view \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/bounded_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/algorithm \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/popcount.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fold.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/movable_box.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/optional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/atomic \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/aliases.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_base.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_sync.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/contention_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/cxx_atomic_impl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/is_always_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/duration.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ratio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/poll_with_backoff.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/high_resolution_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/steady_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/time_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/system_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctime \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__threading_support \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_timespec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/check_memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_init.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/fence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/kill_dependency.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/concepts \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iterator \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/variant \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/indirectly_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/mergeable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/permutable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/sortable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/unreachable_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/memory \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/align.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/assume_aligned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/auto_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator_construction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_found_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_fun_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/destruct_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/three_way_comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_max_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/strict_weak_ordering_check.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/randomize_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/blsr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_any_all_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_execution_policy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/execution \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_frontend_dispatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/cpp17_iterator_concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/pstl_transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_contains.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_ends_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_starts_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/is_valid.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_random_bit_generator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bit \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_ceil.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_floor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_width.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/endian.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/has_single_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/functional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_back.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/perfect_forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_front.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder1st.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder2nd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/boyer_moore_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/array \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__hash_table \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ranges_iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__node_handle \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/vector \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit_reference \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_fwd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_bool.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_parse_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/tables.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_base_10.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/errc.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cerrno \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_32_64_or_128_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_output.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_to_n_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/parser_std_format_spec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/unicode.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/extended_grapheme_cluster_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/width_estimation_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/once_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/no_destroy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/clocale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__support/musl/xlocale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ios \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_code.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_condition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/system_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/mutex \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__condition_variable/condition_variable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/mutex.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/unique_lock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/tag_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/lock_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/id.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/system_error \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/streambuf \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdarg \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temp_value.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__split_buffer \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/compose.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/default_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/builtin_new_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/strip_signature.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fun_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/not_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/sstream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/istream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ostream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bitset \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/format \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/container_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_default_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/statically_widen.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg_store.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_args.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/ref_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/queue \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/deque \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stack \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_char.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/write_escaped.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/escaped_output_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/chars_format.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/print \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/unistd.h \
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iostream \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h

View File

@ -1,868 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/gfx/window.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/window.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES2/gl2platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/KHR/khrplatform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl3platform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl31.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLES3/gl32.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/emscripten.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_asm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_macros.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/em_js.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/promise.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/wget.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/emscripten/version.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/GLFW/glfw3.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/functional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/operation_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iterator_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_reference_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/convertible_to.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/same_as.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/movable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/class_or_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exchange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/derived_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/boolean_testable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/invocable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/predicate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/regular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/semiregular.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/relation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/totally_ordered.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/incrementable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_primary_template.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_valid_expansion.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/readable_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/pointer_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/addressof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/advance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/convert_to_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/unreachable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/distance.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_borrowed_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/auto_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/enable_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/initializer_list \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iter_swap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/next.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/prev.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/weak_result_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/common_comparison_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/ordering.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/synth_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/three_way_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/different_from.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/get.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_indices.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/integer_sequence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/pair_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/sfinae_helpers.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/make_tuple_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__tuple/tuple_like_ext.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/piecewise_construct.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binary_negate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/tuple \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_arg_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/compare \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/partial_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/weak_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/strong_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_cast.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/priority_tag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_three_way_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__compare/is_eq.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/exception \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/exception_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/voidify.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/new \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdlib \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/typeinfo \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/nested_exception.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__exception/terminate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iosfwd \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/fstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ios.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/istream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/ostream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/sstream.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/streambuf.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__std_mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mbstate_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/utility \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/as_lvalue.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/cmp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/exception_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward_like.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/in_place.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/rel_ops.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/to_underlying.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_back.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/perfect_forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/bind_front.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder1st.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/binder2nd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/boyer_moore_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstring \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/shared_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocation_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocate_at_least.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/allocator_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/auto_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/compressed_pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_move_common.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unwrap_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/constexpr_c_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/datasizeof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_always_bitcastable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_equality_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/is_pointer_in_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_segment.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/segmented_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/subrange.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/dangling.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/view_interface.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/unique_ptr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/array \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/three_way_comp_ref_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdexcept \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/data.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/reverse_access.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/size.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/algorithm \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/half_positive.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/invert_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/popcount.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/bit_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_segment_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwchar \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cwctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cctype \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/ctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wctype.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wchar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/fold.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/movable_box.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/optional \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/atomic \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/aliases.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_base.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_sync.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/contention_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/cxx_atomic_impl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/is_always_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/duration.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ratio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/climits \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/limits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/poll_with_backoff.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/high_resolution_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/steady_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/time_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/system_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ctime \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__threading_support \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_timespec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/errno.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/wasi/api.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/pthread.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/sched.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/check_memory_order.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_lock_free.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/atomic_init.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/fence.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__atomic/kill_dependency.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/concepts \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__concepts/common_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iterator \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/back_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/bounded_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/common_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/variant \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__variant/monostate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/counted_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/default_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/erase_if_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/front_insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/indirectly_comparable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/insert_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/istreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/mergeable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/ranges_operations.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/move_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostream_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/permutable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/sortable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/unreachable_sentinel.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/wrap_iter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/memory \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/align.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/assume_aligned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_construct_at.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/raw_storage_iterator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temporary_buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/uses_allocator_construction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_found_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_fun_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_in_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/in_out_out_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/destruct_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sift_down.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/min_max_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/strict_weak_ordering_check.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__debug_utils/randomize_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/blsr.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/countl.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/make_projected.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_any_all_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/backend.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/serial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_execution_policy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_backends/cpu_backends/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/execution \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_frontend_dispatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/cpp17_iterator_concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__numeric/pstl_transform_reduce.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/pstl_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_all_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_any_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_binary_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_clamp.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_contains.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_copy_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_count_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_ends_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_starts_with.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_mismatch.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_equal_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_fill_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_end.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_generate_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_includes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_make_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_max_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_merge.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_min.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_move_backward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_none_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_nth_element.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_partition_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_push_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/sample.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_int_distribution.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/is_valid.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__random/uniform_random_bit_generator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/search_n.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_intersection.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/set_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shuffle.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/stable_partition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_transform.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/unique_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/ranges_upper_bound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/remove_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_copy_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/replace_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/reverse_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/rotate_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_left.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__algorithm/shift_right.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bit \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_ceil.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_floor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_log2.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/bit_width.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/byteswap.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/endian.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit/has_single_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/unordered_map \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/is_transparent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__hash_table \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/swap_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__iterator/ranges_iterator_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory_resource/memory_resource.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__node_handle \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/container_compatible_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/from_range.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/vector \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__bit_reference \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/enable_insertable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_fwd.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_bool.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_parse_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string_view \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/string_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/char_traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdio \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdio.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/tables.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_base_10.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/errc.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cerrno \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_32_64_or_128_bit.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_output.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/buffer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_to_n_result.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/parser_std_format_spec.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/unicode.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/extended_grapheme_cluster_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/width_estimation_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ios/fpos.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__string/extern_template_lists.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/noexcept_move_assign_container.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/once_flag.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/no_destroy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/clocale \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/locale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__support/musl/xlocale.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ios \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_category.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_code.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/error_condition.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__system_error/system_error.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/mutex \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__condition_variable/condition_variable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/mutex.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/unique_lock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/tag_types.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__mutex/lock_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__thread/id.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/system_error \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/streambuf \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__locale_dir/locale_base_api/locale_guard.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdarg \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/temp_value.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__split_buffer \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/compose.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/default_searcher.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__memory/builtin_new_allocator.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/strip_signature.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/mem_fun_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/not_fn.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_binary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/pointer_to_unary_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/unary_negate.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/sstream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/istream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/ostream \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/bitset \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/format \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/container_adaptor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_default_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/statically_widen.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/range_formatter.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_context.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_arg_store.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_args.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__ranges/ref_view.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/queue \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/deque \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stack \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/format_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_char.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/write_escaped.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/escaped_output_table.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/chars_format.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__charconv/to_chars_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_integer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__format/formatter_tuple.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/print \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/unistd.h \
/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/iostream \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/chrono \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/calendar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/convert_to_tm.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/concepts.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/hh_mm_ss.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/day.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/file_clock.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/month.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/month_weekday.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/weekday.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/monthday.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/year.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/year_month.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/year_month_day.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/year_month_weekday.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__chrono/literals.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/forward_list \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/input.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/float.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/imgui/ImGuiUtils.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/imgui/IconsFontAwesome5.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/imgui/imgui_spectrum.h

View File

@ -1,204 +0,0 @@
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/imgui/ImGuiUtils.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/imgui/IconsFontAwesome5.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/include/blt/gfx/imgui/imgui_spectrum.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imgui.h \
/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__config_site \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/float.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdarg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___gnuc_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_list.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_arg.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg___va_copy.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stdarg_va_copy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stddef.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_ptrdiff_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_size_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_wchar_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_null.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_nullptr_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_max_align_t.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/__stddef_offsetof.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/string.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/features.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/alltypes.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/strings.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/assert.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cmath \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assert \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__assertion_handler \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__verbose_abort \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__availability \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/enable_if.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_arithmetic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/integral_constant.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_floating_point.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_integral.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constant_evaluated.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_same.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/promote.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/declval.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/limits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__undef_macros \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/version \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/type_traits \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/hash.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_lvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_referenceable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_void.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstddef \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_rvalue_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/add_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_storage.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conditional.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/nat.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_list.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/aligned_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/alignment_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/apply_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_volatile.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/can_extract_key.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__fwd/pair.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_const_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/common_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/decay.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_function.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/void_t.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cv.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/copy_cvref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/conjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/dependent_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/disjunction.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/extent.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_unique_object_representation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_all_extents.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/has_virtual_destructor.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_base_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_core_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_function_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_object_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_reference_wrapper.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__utility/forward.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_abstract.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_aggregate.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_bounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_callable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_char_like_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_standard_layout.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivial.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_class.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_compound.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_fundamental.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_null_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_empty.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_final.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_implicitly_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_literal_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_member_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_convertible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/lazy.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scalar.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_nothrow_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_object.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_union.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_pod.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_polymorphic.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_scoped_enum.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/underlying_type.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_specialization.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_swappable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copy_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_copyable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/cstdint \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdint.h \
/home/brett/Documents/git/emsdk/upstream/lib/clang/19/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/bits/stdint.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_default_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_destructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_assignable.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_trivially_move_constructible.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unbounded_array.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/is_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_const_lvalue_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_signed.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/make_unsigned.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/maybe_const.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/negation.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/rank.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/remove_pointer.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/result_of.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__functional/invoke.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/type_identity.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__type_traits/unwrap_ref.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/math.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/abs.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/copysign.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/error_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/exponential_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fdim.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/fma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/gamma.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/hypot.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_hyperbolic_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/inverse_trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/logarithms.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/min_max.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/modulo.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/remainder.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/roots.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/rounding_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/traits.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/__math/trigonometric_functions.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/compat/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/c++/v1/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/stdlib.h \
/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot/include/alloca.h

View File

@ -1,16 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/brett/Documents/code/c++/graphs")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/brett/Documents/code/c++/graphs/embuild")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -1,769 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Produce verbose output by default.
VERBOSE = 1
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/graphs
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/graphs/embuild
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /home/brett/Documents/code/c++/graphs/embuild && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /home/brett/Documents/code/c++/graphs/embuild && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/graphs/embuild/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"headers\" \"pkgconfig\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /home/brett/Documents/code/c++/graphs/embuild && $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template//CMakeFiles/progress.marks
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/brett/Documents/code/c++/graphs/embuild && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/rule:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/rule
.PHONY : lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/rule
# Convenience name for target.
BLT_WITH_GRAPHICS: lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/rule
.PHONY : BLT_WITH_GRAPHICS
# fast build rule for target.
BLT_WITH_GRAPHICS/fast:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build
.PHONY : BLT_WITH_GRAPHICS/fast
libraries/imgui/backends/imgui_impl_glfw.o: libraries/imgui/backends/imgui_impl_glfw.cpp.o
.PHONY : libraries/imgui/backends/imgui_impl_glfw.o
# target to build an object file
libraries/imgui/backends/imgui_impl_glfw.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o
.PHONY : libraries/imgui/backends/imgui_impl_glfw.cpp.o
libraries/imgui/backends/imgui_impl_glfw.i: libraries/imgui/backends/imgui_impl_glfw.cpp.i
.PHONY : libraries/imgui/backends/imgui_impl_glfw.i
# target to preprocess a source file
libraries/imgui/backends/imgui_impl_glfw.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.i
.PHONY : libraries/imgui/backends/imgui_impl_glfw.cpp.i
libraries/imgui/backends/imgui_impl_glfw.s: libraries/imgui/backends/imgui_impl_glfw.cpp.s
.PHONY : libraries/imgui/backends/imgui_impl_glfw.s
# target to generate assembly for a file
libraries/imgui/backends/imgui_impl_glfw.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.s
.PHONY : libraries/imgui/backends/imgui_impl_glfw.cpp.s
libraries/imgui/backends/imgui_impl_opengl3.o: libraries/imgui/backends/imgui_impl_opengl3.cpp.o
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.o
# target to build an object file
libraries/imgui/backends/imgui_impl_opengl3.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.cpp.o
libraries/imgui/backends/imgui_impl_opengl3.i: libraries/imgui/backends/imgui_impl_opengl3.cpp.i
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.i
# target to preprocess a source file
libraries/imgui/backends/imgui_impl_opengl3.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.i
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.cpp.i
libraries/imgui/backends/imgui_impl_opengl3.s: libraries/imgui/backends/imgui_impl_opengl3.cpp.s
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.s
# target to generate assembly for a file
libraries/imgui/backends/imgui_impl_opengl3.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.s
.PHONY : libraries/imgui/backends/imgui_impl_opengl3.cpp.s
libraries/imgui/imgui.o: libraries/imgui/imgui.cpp.o
.PHONY : libraries/imgui/imgui.o
# target to build an object file
libraries/imgui/imgui.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o
.PHONY : libraries/imgui/imgui.cpp.o
libraries/imgui/imgui.i: libraries/imgui/imgui.cpp.i
.PHONY : libraries/imgui/imgui.i
# target to preprocess a source file
libraries/imgui/imgui.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.i
.PHONY : libraries/imgui/imgui.cpp.i
libraries/imgui/imgui.s: libraries/imgui/imgui.cpp.s
.PHONY : libraries/imgui/imgui.s
# target to generate assembly for a file
libraries/imgui/imgui.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.s
.PHONY : libraries/imgui/imgui.cpp.s
libraries/imgui/imgui_demo.o: libraries/imgui/imgui_demo.cpp.o
.PHONY : libraries/imgui/imgui_demo.o
# target to build an object file
libraries/imgui/imgui_demo.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o
.PHONY : libraries/imgui/imgui_demo.cpp.o
libraries/imgui/imgui_demo.i: libraries/imgui/imgui_demo.cpp.i
.PHONY : libraries/imgui/imgui_demo.i
# target to preprocess a source file
libraries/imgui/imgui_demo.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.i
.PHONY : libraries/imgui/imgui_demo.cpp.i
libraries/imgui/imgui_demo.s: libraries/imgui/imgui_demo.cpp.s
.PHONY : libraries/imgui/imgui_demo.s
# target to generate assembly for a file
libraries/imgui/imgui_demo.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.s
.PHONY : libraries/imgui/imgui_demo.cpp.s
libraries/imgui/imgui_draw.o: libraries/imgui/imgui_draw.cpp.o
.PHONY : libraries/imgui/imgui_draw.o
# target to build an object file
libraries/imgui/imgui_draw.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o
.PHONY : libraries/imgui/imgui_draw.cpp.o
libraries/imgui/imgui_draw.i: libraries/imgui/imgui_draw.cpp.i
.PHONY : libraries/imgui/imgui_draw.i
# target to preprocess a source file
libraries/imgui/imgui_draw.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.i
.PHONY : libraries/imgui/imgui_draw.cpp.i
libraries/imgui/imgui_draw.s: libraries/imgui/imgui_draw.cpp.s
.PHONY : libraries/imgui/imgui_draw.s
# target to generate assembly for a file
libraries/imgui/imgui_draw.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.s
.PHONY : libraries/imgui/imgui_draw.cpp.s
libraries/imgui/imgui_tables.o: libraries/imgui/imgui_tables.cpp.o
.PHONY : libraries/imgui/imgui_tables.o
# target to build an object file
libraries/imgui/imgui_tables.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o
.PHONY : libraries/imgui/imgui_tables.cpp.o
libraries/imgui/imgui_tables.i: libraries/imgui/imgui_tables.cpp.i
.PHONY : libraries/imgui/imgui_tables.i
# target to preprocess a source file
libraries/imgui/imgui_tables.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.i
.PHONY : libraries/imgui/imgui_tables.cpp.i
libraries/imgui/imgui_tables.s: libraries/imgui/imgui_tables.cpp.s
.PHONY : libraries/imgui/imgui_tables.s
# target to generate assembly for a file
libraries/imgui/imgui_tables.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.s
.PHONY : libraries/imgui/imgui_tables.cpp.s
libraries/imgui/imgui_widgets.o: libraries/imgui/imgui_widgets.cpp.o
.PHONY : libraries/imgui/imgui_widgets.o
# target to build an object file
libraries/imgui/imgui_widgets.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o
.PHONY : libraries/imgui/imgui_widgets.cpp.o
libraries/imgui/imgui_widgets.i: libraries/imgui/imgui_widgets.cpp.i
.PHONY : libraries/imgui/imgui_widgets.i
# target to preprocess a source file
libraries/imgui/imgui_widgets.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.i
.PHONY : libraries/imgui/imgui_widgets.cpp.i
libraries/imgui/imgui_widgets.s: libraries/imgui/imgui_widgets.cpp.s
.PHONY : libraries/imgui/imgui_widgets.s
# target to generate assembly for a file
libraries/imgui/imgui_widgets.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.s
.PHONY : libraries/imgui/imgui_widgets.cpp.s
src/blt/gfx/framebuffer.o: src/blt/gfx/framebuffer.cpp.o
.PHONY : src/blt/gfx/framebuffer.o
# target to build an object file
src/blt/gfx/framebuffer.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.o
.PHONY : src/blt/gfx/framebuffer.cpp.o
src/blt/gfx/framebuffer.i: src/blt/gfx/framebuffer.cpp.i
.PHONY : src/blt/gfx/framebuffer.i
# target to preprocess a source file
src/blt/gfx/framebuffer.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.i
.PHONY : src/blt/gfx/framebuffer.cpp.i
src/blt/gfx/framebuffer.s: src/blt/gfx/framebuffer.cpp.s
.PHONY : src/blt/gfx/framebuffer.s
# target to generate assembly for a file
src/blt/gfx/framebuffer.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/framebuffer.cpp.s
.PHONY : src/blt/gfx/framebuffer.cpp.s
src/blt/gfx/glad.o: src/blt/gfx/glad.cpp.o
.PHONY : src/blt/gfx/glad.o
# target to build an object file
src/blt/gfx/glad.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o
.PHONY : src/blt/gfx/glad.cpp.o
src/blt/gfx/glad.i: src/blt/gfx/glad.cpp.i
.PHONY : src/blt/gfx/glad.i
# target to preprocess a source file
src/blt/gfx/glad.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.i
.PHONY : src/blt/gfx/glad.cpp.i
src/blt/gfx/glad.s: src/blt/gfx/glad.cpp.s
.PHONY : src/blt/gfx/glad.s
# target to generate assembly for a file
src/blt/gfx/glad.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.s
.PHONY : src/blt/gfx/glad.cpp.s
src/blt/gfx/model.o: src/blt/gfx/model.cpp.o
.PHONY : src/blt/gfx/model.o
# target to build an object file
src/blt/gfx/model.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o
.PHONY : src/blt/gfx/model.cpp.o
src/blt/gfx/model.i: src/blt/gfx/model.cpp.i
.PHONY : src/blt/gfx/model.i
# target to preprocess a source file
src/blt/gfx/model.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.i
.PHONY : src/blt/gfx/model.cpp.i
src/blt/gfx/model.s: src/blt/gfx/model.cpp.s
.PHONY : src/blt/gfx/model.s
# target to generate assembly for a file
src/blt/gfx/model.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.s
.PHONY : src/blt/gfx/model.cpp.s
src/blt/gfx/renderer/batch_2d_renderer.o: src/blt/gfx/renderer/batch_2d_renderer.cpp.o
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.o
# target to build an object file
src/blt/gfx/renderer/batch_2d_renderer.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.cpp.o
src/blt/gfx/renderer/batch_2d_renderer.i: src/blt/gfx/renderer/batch_2d_renderer.cpp.i
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.i
# target to preprocess a source file
src/blt/gfx/renderer/batch_2d_renderer.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.i
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.cpp.i
src/blt/gfx/renderer/batch_2d_renderer.s: src/blt/gfx/renderer/batch_2d_renderer.cpp.s
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.s
# target to generate assembly for a file
src/blt/gfx/renderer/batch_2d_renderer.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.s
.PHONY : src/blt/gfx/renderer/batch_2d_renderer.cpp.s
src/blt/gfx/renderer/camera.o: src/blt/gfx/renderer/camera.cpp.o
.PHONY : src/blt/gfx/renderer/camera.o
# target to build an object file
src/blt/gfx/renderer/camera.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o
.PHONY : src/blt/gfx/renderer/camera.cpp.o
src/blt/gfx/renderer/camera.i: src/blt/gfx/renderer/camera.cpp.i
.PHONY : src/blt/gfx/renderer/camera.i
# target to preprocess a source file
src/blt/gfx/renderer/camera.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.i
.PHONY : src/blt/gfx/renderer/camera.cpp.i
src/blt/gfx/renderer/camera.s: src/blt/gfx/renderer/camera.cpp.s
.PHONY : src/blt/gfx/renderer/camera.s
# target to generate assembly for a file
src/blt/gfx/renderer/camera.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.s
.PHONY : src/blt/gfx/renderer/camera.cpp.s
src/blt/gfx/renderer/resource_manager.o: src/blt/gfx/renderer/resource_manager.cpp.o
.PHONY : src/blt/gfx/renderer/resource_manager.o
# target to build an object file
src/blt/gfx/renderer/resource_manager.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o
.PHONY : src/blt/gfx/renderer/resource_manager.cpp.o
src/blt/gfx/renderer/resource_manager.i: src/blt/gfx/renderer/resource_manager.cpp.i
.PHONY : src/blt/gfx/renderer/resource_manager.i
# target to preprocess a source file
src/blt/gfx/renderer/resource_manager.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.i
.PHONY : src/blt/gfx/renderer/resource_manager.cpp.i
src/blt/gfx/renderer/resource_manager.s: src/blt/gfx/renderer/resource_manager.cpp.s
.PHONY : src/blt/gfx/renderer/resource_manager.s
# target to generate assembly for a file
src/blt/gfx/renderer/resource_manager.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.s
.PHONY : src/blt/gfx/renderer/resource_manager.cpp.s
src/blt/gfx/shader.o: src/blt/gfx/shader.cpp.o
.PHONY : src/blt/gfx/shader.o
# target to build an object file
src/blt/gfx/shader.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o
.PHONY : src/blt/gfx/shader.cpp.o
src/blt/gfx/shader.i: src/blt/gfx/shader.cpp.i
.PHONY : src/blt/gfx/shader.i
# target to preprocess a source file
src/blt/gfx/shader.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.i
.PHONY : src/blt/gfx/shader.cpp.i
src/blt/gfx/shader.s: src/blt/gfx/shader.cpp.s
.PHONY : src/blt/gfx/shader.s
# target to generate assembly for a file
src/blt/gfx/shader.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.s
.PHONY : src/blt/gfx/shader.cpp.s
src/blt/gfx/sound/sound.o: src/blt/gfx/sound/sound.cpp.o
.PHONY : src/blt/gfx/sound/sound.o
# target to build an object file
src/blt/gfx/sound/sound.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o
.PHONY : src/blt/gfx/sound/sound.cpp.o
src/blt/gfx/sound/sound.i: src/blt/gfx/sound/sound.cpp.i
.PHONY : src/blt/gfx/sound/sound.i
# target to preprocess a source file
src/blt/gfx/sound/sound.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.i
.PHONY : src/blt/gfx/sound/sound.cpp.i
src/blt/gfx/sound/sound.s: src/blt/gfx/sound/sound.cpp.s
.PHONY : src/blt/gfx/sound/sound.s
# target to generate assembly for a file
src/blt/gfx/sound/sound.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.s
.PHONY : src/blt/gfx/sound/sound.cpp.s
src/blt/gfx/state.o: src/blt/gfx/state.cpp.o
.PHONY : src/blt/gfx/state.o
# target to build an object file
src/blt/gfx/state.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o
.PHONY : src/blt/gfx/state.cpp.o
src/blt/gfx/state.i: src/blt/gfx/state.cpp.i
.PHONY : src/blt/gfx/state.i
# target to preprocess a source file
src/blt/gfx/state.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.i
.PHONY : src/blt/gfx/state.cpp.i
src/blt/gfx/state.s: src/blt/gfx/state.cpp.s
.PHONY : src/blt/gfx/state.s
# target to generate assembly for a file
src/blt/gfx/state.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.s
.PHONY : src/blt/gfx/state.cpp.s
src/blt/gfx/stb/stb_vorbis.o: src/blt/gfx/stb/stb_vorbis.cpp.o
.PHONY : src/blt/gfx/stb/stb_vorbis.o
# target to build an object file
src/blt/gfx/stb/stb_vorbis.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o
.PHONY : src/blt/gfx/stb/stb_vorbis.cpp.o
src/blt/gfx/stb/stb_vorbis.i: src/blt/gfx/stb/stb_vorbis.cpp.i
.PHONY : src/blt/gfx/stb/stb_vorbis.i
# target to preprocess a source file
src/blt/gfx/stb/stb_vorbis.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.i
.PHONY : src/blt/gfx/stb/stb_vorbis.cpp.i
src/blt/gfx/stb/stb_vorbis.s: src/blt/gfx/stb/stb_vorbis.cpp.s
.PHONY : src/blt/gfx/stb/stb_vorbis.s
# target to generate assembly for a file
src/blt/gfx/stb/stb_vorbis.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.s
.PHONY : src/blt/gfx/stb/stb_vorbis.cpp.s
src/blt/gfx/texture.o: src/blt/gfx/texture.cpp.o
.PHONY : src/blt/gfx/texture.o
# target to build an object file
src/blt/gfx/texture.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o
.PHONY : src/blt/gfx/texture.cpp.o
src/blt/gfx/texture.i: src/blt/gfx/texture.cpp.i
.PHONY : src/blt/gfx/texture.i
# target to preprocess a source file
src/blt/gfx/texture.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.i
.PHONY : src/blt/gfx/texture.cpp.i
src/blt/gfx/texture.s: src/blt/gfx/texture.cpp.s
.PHONY : src/blt/gfx/texture.s
# target to generate assembly for a file
src/blt/gfx/texture.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.s
.PHONY : src/blt/gfx/texture.cpp.s
src/blt/gfx/window.o: src/blt/gfx/window.cpp.o
.PHONY : src/blt/gfx/window.o
# target to build an object file
src/blt/gfx/window.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o
.PHONY : src/blt/gfx/window.cpp.o
src/blt/gfx/window.i: src/blt/gfx/window.cpp.i
.PHONY : src/blt/gfx/window.i
# target to preprocess a source file
src/blt/gfx/window.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.i
.PHONY : src/blt/gfx/window.cpp.i
src/blt/gfx/window.s: src/blt/gfx/window.cpp.s
.PHONY : src/blt/gfx/window.s
# target to generate assembly for a file
src/blt/gfx/window.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.s
.PHONY : src/blt/gfx/window.cpp.s
src/blt/imgui/imgui_utils.o: src/blt/imgui/imgui_utils.cpp.o
.PHONY : src/blt/imgui/imgui_utils.o
# target to build an object file
src/blt/imgui/imgui_utils.cpp.o:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o
.PHONY : src/blt/imgui/imgui_utils.cpp.o
src/blt/imgui/imgui_utils.i: src/blt/imgui/imgui_utils.cpp.i
.PHONY : src/blt/imgui/imgui_utils.i
# target to preprocess a source file
src/blt/imgui/imgui_utils.cpp.i:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.i
.PHONY : src/blt/imgui/imgui_utils.cpp.i
src/blt/imgui/imgui_utils.s: src/blt/imgui/imgui_utils.cpp.s
.PHONY : src/blt/imgui/imgui_utils.s
# target to generate assembly for a file
src/blt/imgui/imgui_utils.cpp.s:
cd /home/brett/Documents/code/c++/graphs/embuild && $(MAKE) $(MAKESILENT) -f lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make lib/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.s
.PHONY : src/blt/imgui/imgui_utils.cpp.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... package"
@echo "... package_source"
@echo "... rebuild_cache"
@echo "... BLT_WITH_GRAPHICS"
@echo "... libraries/imgui/backends/imgui_impl_glfw.o"
@echo "... libraries/imgui/backends/imgui_impl_glfw.i"
@echo "... libraries/imgui/backends/imgui_impl_glfw.s"
@echo "... libraries/imgui/backends/imgui_impl_opengl3.o"
@echo "... libraries/imgui/backends/imgui_impl_opengl3.i"
@echo "... libraries/imgui/backends/imgui_impl_opengl3.s"
@echo "... libraries/imgui/imgui.o"
@echo "... libraries/imgui/imgui.i"
@echo "... libraries/imgui/imgui.s"
@echo "... libraries/imgui/imgui_demo.o"
@echo "... libraries/imgui/imgui_demo.i"
@echo "... libraries/imgui/imgui_demo.s"
@echo "... libraries/imgui/imgui_draw.o"
@echo "... libraries/imgui/imgui_draw.i"
@echo "... libraries/imgui/imgui_draw.s"
@echo "... libraries/imgui/imgui_tables.o"
@echo "... libraries/imgui/imgui_tables.i"
@echo "... libraries/imgui/imgui_tables.s"
@echo "... libraries/imgui/imgui_widgets.o"
@echo "... libraries/imgui/imgui_widgets.i"
@echo "... libraries/imgui/imgui_widgets.s"
@echo "... src/blt/gfx/framebuffer.o"
@echo "... src/blt/gfx/framebuffer.i"
@echo "... src/blt/gfx/framebuffer.s"
@echo "... src/blt/gfx/glad.o"
@echo "... src/blt/gfx/glad.i"
@echo "... src/blt/gfx/glad.s"
@echo "... src/blt/gfx/model.o"
@echo "... src/blt/gfx/model.i"
@echo "... src/blt/gfx/model.s"
@echo "... src/blt/gfx/renderer/batch_2d_renderer.o"
@echo "... src/blt/gfx/renderer/batch_2d_renderer.i"
@echo "... src/blt/gfx/renderer/batch_2d_renderer.s"
@echo "... src/blt/gfx/renderer/camera.o"
@echo "... src/blt/gfx/renderer/camera.i"
@echo "... src/blt/gfx/renderer/camera.s"
@echo "... src/blt/gfx/renderer/resource_manager.o"
@echo "... src/blt/gfx/renderer/resource_manager.i"
@echo "... src/blt/gfx/renderer/resource_manager.s"
@echo "... src/blt/gfx/shader.o"
@echo "... src/blt/gfx/shader.i"
@echo "... src/blt/gfx/shader.s"
@echo "... src/blt/gfx/sound/sound.o"
@echo "... src/blt/gfx/sound/sound.i"
@echo "... src/blt/gfx/sound/sound.s"
@echo "... src/blt/gfx/state.o"
@echo "... src/blt/gfx/state.i"
@echo "... src/blt/gfx/state.s"
@echo "... src/blt/gfx/stb/stb_vorbis.o"
@echo "... src/blt/gfx/stb/stb_vorbis.i"
@echo "... src/blt/gfx/stb/stb_vorbis.s"
@echo "... src/blt/gfx/texture.o"
@echo "... src/blt/gfx/texture.i"
@echo "... src/blt/gfx/texture.s"
@echo "... src/blt/gfx/window.o"
@echo "... src/blt/gfx/window.i"
@echo "... src/blt/gfx/window.s"
@echo "... src/blt/imgui/imgui_utils.o"
@echo "... src/blt/imgui/imgui_utils.i"
@echo "... src/blt/imgui/imgui_utils.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/brett/Documents/code/c++/graphs/embuild && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -1,49 +0,0 @@
# Install script for directory: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/home/brett/Documents/git/emsdk/upstream/emscripten/cache/sysroot")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake")
endif()

View File

@ -1,33 +0,0 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/filesystem.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/loader.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt_block.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/error.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/error.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/error.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/simd.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d"
"/home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o" "gcc" "lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -1,353 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Produce verbose output by default.
VERBOSE = 1
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/graphs
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/graphs/embuild
# Include any dependencies generated for this target.
include lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.make
# Include the progress variables for this target.
include lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/progress.make
# Include the compile flags for this target's objects.
include lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/assert.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp > CMakeFiles/BLT.dir/src/blt/std/assert.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/assert.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp -o CMakeFiles/BLT.dir/src/blt/std/assert.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/error.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/error.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/error.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/error.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/error.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/error.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/error.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/error.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/error.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/error.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/error.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/error.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/error.cpp > CMakeFiles/BLT.dir/src/blt/std/error.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/error.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/error.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/error.cpp -o CMakeFiles/BLT.dir/src/blt/std/error.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/format.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/format.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp > CMakeFiles/BLT.dir/src/blt/std/format.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/format.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp -o CMakeFiles/BLT.dir/src/blt/std/format.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/logging.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp > CMakeFiles/BLT.dir/src/blt/std/logging.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/logging.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp -o CMakeFiles/BLT.dir/src/blt/std/logging.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/simd.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/simd.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/simd.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/simd.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/simd.cpp > CMakeFiles/BLT.dir/src/blt/std/simd.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/simd.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/simd.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/simd.cpp -o CMakeFiles/BLT.dir/src/blt/std/simd.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/string.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/string.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp > CMakeFiles/BLT.dir/src/blt/std/string.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/string.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp -o CMakeFiles/BLT.dir/src/blt/std/string.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/system.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/system.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp > CMakeFiles/BLT.dir/src/blt/std/system.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/system.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp -o CMakeFiles/BLT.dir/src/blt/std/system.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o -MF CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp > CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp -o CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o -MF CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp > CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp -o CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/filesystem.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o -MF CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/filesystem.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/filesystem.cpp > CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/filesystem.cpp -o CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/loader.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o -MF CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/loader.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/loader.cpp > CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/loader.cpp -o CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o -MF CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt.cpp > CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt.cpp -o CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt_block.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o -MF CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt_block.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt_block.cpp > CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt_block.cpp -o CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o -MF CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp > CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp -o CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.s
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/flags.make
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/includes_CXX.rsp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o -MF CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o -c /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.i"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp > CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.i
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.s"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp -o CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.s
# Object files for target BLT
BLT_OBJECTS = \
"CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/std/error.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/std/format.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/std/string.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/std/system.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o" \
"CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o"
# External object files for target BLT
BLT_EXTERNAL_OBJECTS =
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/error.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/build.make
lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Linking CXX static library libBLT.a"
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && $(CMAKE_COMMAND) -P CMakeFiles/BLT.dir/cmake_clean_target.cmake
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/BLT.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/build: lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a
.PHONY : lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/build
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/clean:
cd /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT && $(CMAKE_COMMAND) -P CMakeFiles/BLT.dir/cmake_clean.cmake
.PHONY : lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/clean
lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/depend:
cd /home/brett/Documents/code/c++/graphs/embuild && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/graphs /home/brett/Documents/code/c++/graphs/lib/BLT-With-Graphics-Template/libraries/BLT /home/brett/Documents/code/c++/graphs/embuild /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT /home/brett/Documents/code/c++/graphs/embuild/lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : lib/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/depend

View File

@ -1,39 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o"
"CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o"
"CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o"
"CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o"
"CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o"
"CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o"
"CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o"
"CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o"
"CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o"
"CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/std/error.cpp.o"
"CMakeFiles/BLT.dir/src/blt/std/error.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/std/format.cpp.o"
"CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o"
"CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o"
"CMakeFiles/BLT.dir/src/blt/std/simd.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/std/string.cpp.o"
"CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d"
"CMakeFiles/BLT.dir/src/blt/std/system.cpp.o"
"CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d"
"libBLT.a"
"libBLT.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/BLT.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -1,2 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for BLT.

View File

@ -1,2 +0,0 @@
# Empty dependencies file for BLT.
# This may be replaced when dependencies are built.

View File

@ -1,10 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# compile CXX with /home/brett/Documents/git/emsdk/upstream/emscripten/em++
CXX_DEFINES =
CXX_INCLUDES = @CMakeFiles/BLT.dir/includes_CXX.rsp
CXX_FLAGS = -O2 -g -DNDEBUG -Wall -Wextra -Wpedantic -fdiagnostics-color=always -std=gnu++17

Some files were not shown because too many files have changed in this diff Show More