Merge pull request #9 from DouweRavers/develop

Develop
This commit is contained in:
Douwe Ravers
2025-08-13 21:14:16 +02:00
committed by GitHub
35 changed files with 14 additions and 3409 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
.vscode
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
CMakeUserPresets.json

111
.vscode/settings.json vendored
View File

@@ -1,111 +0,0 @@
{
"files.exclude": {
".*": true,
"LICENSE": true,
"*.md": true
},
"files.associations": {
"__bit_reference": "cpp",
"__hash_table": "cpp",
"__string": "cpp",
"__tree": "cpp",
"algorithm": "cpp",
"map": "cpp",
"set": "cpp",
"string": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"bitset": "cpp",
"__locale": "cpp",
"__config": "cpp",
"__debug": "cpp",
"__errc": "cpp",
"__functional_base": "cpp",
"__mutex_base": "cpp",
"__node_handle": "cpp",
"__nullptr": "cpp",
"__split_buffer": "cpp",
"__sso_allocator": "cpp",
"__std_stream": "cpp",
"__threading_support": "cpp",
"__tuple": "cpp",
"any": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"cctype": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"compare": "cpp",
"complex": "cpp",
"condition_variable": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"exception": "cpp",
"coroutine": "cpp",
"forward_list": "cpp",
"fstream": "cpp",
"functional": "cpp",
"future": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"list": "cpp",
"locale": "cpp",
"memory": "cpp",
"mutex": "cpp",
"new": "cpp",
"numeric": "cpp",
"optional": "cpp",
"ostream": "cpp",
"queue": "cpp",
"random": "cpp",
"ratio": "cpp",
"regex": "cpp",
"span": "cpp",
"sstream": "cpp",
"stack": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"strstream": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"utility": "cpp",
"valarray": "cpp",
"variant": "cpp",
"vector": "cpp",
"concepts": "cpp",
"memory_resource": "cpp",
"source_location": "cpp",
"format": "cpp",
"numbers": "cpp",
"semaphore": "cpp",
"shared_mutex": "cpp",
"stop_token": "cpp",
"thread": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp"
},
"C_Cpp.errorSquiggles": "disabled"
}

View File

@@ -1,369 +0,0 @@
# This is the CMakeCache file.
# For build in directory: /home/douwe/Projects/Screeps
# 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
########################
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
//Emscripten ar
CMAKE_AR:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emar
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=Release
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//Path to the emulator for the target system.
CMAKE_CROSSCOMPILING_EMULATOR:FILEPATH=/usr/bin/nodejs
//Emscripten ar
CMAKE_CXX_COMPILER_AR:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emar
//`clang-scan-deps` dependency scanner
CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS:FILEPATH=CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-NOTFOUND
//Emscripten ranlib
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emranlib
//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
//Emscripten-overridden CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-DNDEBUG -Os
//Emscripten-overridden CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -O2
//Emscripten-overridden CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2
//Emscripten ar
CMAKE_C_COMPILER_AR:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emar
//Emscripten ranlib
CMAKE_C_COMPILER_RANLIB:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emranlib
//Emscripten-overridden CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL:STRING=-DNDEBUG -Os
//Emscripten-overridden CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -O2
//Emscripten-overridden CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2
//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=
//Emscripten-overridden CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=-Os
//Emscripten-overridden CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=-O2
//Emscripten-overridden CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/douwe/Projects/Screeps/CMakeFiles/pkgRedirects
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//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=
//Emscripten-overridden CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=-Os
//Emscripten-overridden CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=-O2
//Emscripten-overridden CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=example
//Emscripten ranlib
CMAKE_RANLIB:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emranlib
//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=
//Emscripten-overridden CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=-Os
//Emscripten-overridden CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=-O2
//Emscripten-overridden CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//Path to a program.
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
//No help, variable specified on the command line.
CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=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
//If true, we are targeting Emscripten output.
EMSCRIPTEN:BOOL=1
//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
//Path to a program.
NODE_JS_EXECUTABLE:FILEPATH=/usr/bin/nodejs
//Enable precompiled headers
SCREEPSXX_ENABLE_PCH:BOOL=ON
//Value Computed by CMake
example_BINARY_DIR:STATIC=/home/douwe/Projects/Screeps
//Value Computed by CMake
example_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
example_SOURCE_DIR:STATIC=/home/douwe/Projects/Screeps
//Value Computed by CMake
screepsxx_BINARY_DIR:STATIC=/home/douwe/Projects/Screeps/screepsxx
//Value Computed by CMake
screepsxx_IS_TOP_LEVEL:STATIC=OFF
//Value Computed by CMake
screepsxx_SOURCE_DIR:STATIC=/home/douwe/Projects/Screeps/screepsxx
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/douwe/Projects/Screeps
//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=28
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
//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_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS
CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_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/douwe/Projects/Screeps
//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
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_READELF
CMAKE_READELF-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.28
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_TAPI
CMAKE_TAPI-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1

View File

@@ -1,85 +0,0 @@
set(CMAKE_CXX_COMPILER "/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "Clang")
set(CMAKE_CXX_COMPILER_VERSION "12.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")
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 "")
set(CMAKE_CXX23_COMPILE_FEATURES "")
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/douwe/Projects/Screeps/emsdk/upstream/emscripten/emar")
set(CMAKE_CXX_COMPILER_AR "/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emar")
set(CMAKE_RANLIB "/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emranlib")
set(CMAKE_CXX_COMPILER_RANLIB "/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emranlib")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_MT "")
set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND")
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;ccm;cxxm;c++m)
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)
set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED )
# Save compiler ABI information.
set(CMAKE_CXX_SIZEOF_DATA_PTR "4")
set(CMAKE_CXX_COMPILER_ABI "")
set(CMAKE_CXX_BYTE_ORDER "")
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 "")
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.11.0-26-generic")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "6.11.0-26-generic")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
include("/home/douwe/Projects/Screeps/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,12 +0,0 @@
---
events:
-
kind: "message-v1"
backtrace:
- "/usr/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:228 (message)"
- "CMakeLists.txt:3 (project)"
message: |
The target system is: Emscripten - 1 - x86
The host system is: Linux - 6.11.0-26-generic - x86_64
...

View File

@@ -1,16 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/douwe/Projects/Screeps")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/douwe/Projects/Screeps")
# 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,44 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# 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"
"CMakeFiles/3.28.3/CMakeCXXCompiler.cmake"
"CMakeFiles/3.28.3/CMakeSystem.cmake"
"CMakeLists.txt"
"emsdk/upstream/emscripten/cmake/Modules/CMakeSystemSpecificInformation.cmake"
"emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake"
"screepsxx/CMakeLists.txt"
"/usr/share/cmake-3.28/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.28/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/usr/share/cmake-3.28/Modules/Compiler/Clang-CXX.cmake"
"/usr/share/cmake-3.28/Modules/Compiler/Clang.cmake"
"/usr/share/cmake-3.28/Modules/Compiler/GNU.cmake"
)
# 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"
"screepsxx/CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/app.dir/DependInfo.cmake"
"screepsxx/CMakeFiles/screepsxx.dir/DependInfo.cmake"
)

View File

@@ -1,155 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# 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/douwe/Projects/Screeps
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/douwe/Projects/Screeps
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/app.dir/all
all: screepsxx/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall: screepsxx/preinstall
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/app.dir/clean
clean: screepsxx/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory screepsxx
# Recursive "all" directory target.
screepsxx/all: screepsxx/CMakeFiles/screepsxx.dir/all
.PHONY : screepsxx/all
# Recursive "preinstall" directory target.
screepsxx/preinstall:
.PHONY : screepsxx/preinstall
# Recursive "clean" directory target.
screepsxx/clean: screepsxx/CMakeFiles/screepsxx.dir/clean
.PHONY : screepsxx/clean
#=============================================================================
# Target rules for target CMakeFiles/app.dir
# All Build rule for target.
CMakeFiles/app.dir/all: screepsxx/CMakeFiles/screepsxx.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=1,2,3,4 "Built target app"
.PHONY : CMakeFiles/app.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/app.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles 37
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/app.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles 0
.PHONY : CMakeFiles/app.dir/rule
# Convenience name for target.
app: CMakeFiles/app.dir/rule
.PHONY : app
# clean rule for target.
CMakeFiles/app.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/clean
.PHONY : CMakeFiles/app.dir/clean
#=============================================================================
# Target rules for target screepsxx/CMakeFiles/screepsxx.dir
# All Build rule for target.
screepsxx/CMakeFiles/screepsxx.dir/all:
$(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/depend
$(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37 "Built target screepsxx"
.PHONY : screepsxx/CMakeFiles/screepsxx.dir/all
# Build rule for subdir invocation for target.
screepsxx/CMakeFiles/screepsxx.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles 33
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 screepsxx/CMakeFiles/screepsxx.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles 0
.PHONY : screepsxx/CMakeFiles/screepsxx.dir/rule
# Convenience name for target.
screepsxx: screepsxx/CMakeFiles/screepsxx.dir/rule
.PHONY : screepsxx
# clean rule for target.
screepsxx/CMakeFiles/screepsxx.dir/clean:
$(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/clean
.PHONY : screepsxx/CMakeFiles/screepsxx.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,6 +0,0 @@
/home/douwe/Projects/Screeps/CMakeFiles/app.dir
/home/douwe/Projects/Screeps/CMakeFiles/edit_cache.dir
/home/douwe/Projects/Screeps/CMakeFiles/rebuild_cache.dir
/home/douwe/Projects/Screeps/screepsxx/CMakeFiles/screepsxx.dir
/home/douwe/Projects/Screeps/screepsxx/CMakeFiles/edit_cache.dir
/home/douwe/Projects/Screeps/screepsxx/CMakeFiles/rebuild_cache.dir

View File

@@ -1,25 +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/douwe/Projects/Screeps/src/harvester.cpp" "CMakeFiles/app.dir/src/harvester.cpp.o" "gcc" "CMakeFiles/app.dir/src/harvester.cpp.o.d"
"/home/douwe/Projects/Screeps/src/loop.cpp" "CMakeFiles/app.dir/src/loop.cpp.o" "gcc" "CMakeFiles/app.dir/src/loop.cpp.o.d"
"/home/douwe/Projects/Screeps/src/spawn.cpp" "CMakeFiles/app.dir/src/spawn.cpp.o" "gcc" "CMakeFiles/app.dir/src/spawn.cpp.o.d"
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -1,152 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# 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/douwe/Projects/Screeps
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/douwe/Projects/Screeps
# Include any dependencies generated for this target.
include CMakeFiles/app.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include CMakeFiles/app.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/app.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/app.dir/flags.make
CMakeFiles/app.dir/src/harvester.cpp.o: CMakeFiles/app.dir/flags.make
CMakeFiles/app.dir/src/harvester.cpp.o: CMakeFiles/app.dir/includes_CXX.rsp
CMakeFiles/app.dir/src/harvester.cpp.o: src/harvester.cpp
CMakeFiles/app.dir/src/harvester.cpp.o: CMakeFiles/app.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/app.dir/src/harvester.cpp.o"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/app.dir/src/harvester.cpp.o -MF CMakeFiles/app.dir/src/harvester.cpp.o.d -o CMakeFiles/app.dir/src/harvester.cpp.o -c /home/douwe/Projects/Screeps/src/harvester.cpp
CMakeFiles/app.dir/src/harvester.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/app.dir/src/harvester.cpp.i"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/douwe/Projects/Screeps/src/harvester.cpp > CMakeFiles/app.dir/src/harvester.cpp.i
CMakeFiles/app.dir/src/harvester.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/app.dir/src/harvester.cpp.s"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/douwe/Projects/Screeps/src/harvester.cpp -o CMakeFiles/app.dir/src/harvester.cpp.s
CMakeFiles/app.dir/src/loop.cpp.o: CMakeFiles/app.dir/flags.make
CMakeFiles/app.dir/src/loop.cpp.o: CMakeFiles/app.dir/includes_CXX.rsp
CMakeFiles/app.dir/src/loop.cpp.o: src/loop.cpp
CMakeFiles/app.dir/src/loop.cpp.o: CMakeFiles/app.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/app.dir/src/loop.cpp.o"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/app.dir/src/loop.cpp.o -MF CMakeFiles/app.dir/src/loop.cpp.o.d -o CMakeFiles/app.dir/src/loop.cpp.o -c /home/douwe/Projects/Screeps/src/loop.cpp
CMakeFiles/app.dir/src/loop.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/app.dir/src/loop.cpp.i"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/douwe/Projects/Screeps/src/loop.cpp > CMakeFiles/app.dir/src/loop.cpp.i
CMakeFiles/app.dir/src/loop.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/app.dir/src/loop.cpp.s"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/douwe/Projects/Screeps/src/loop.cpp -o CMakeFiles/app.dir/src/loop.cpp.s
CMakeFiles/app.dir/src/spawn.cpp.o: CMakeFiles/app.dir/flags.make
CMakeFiles/app.dir/src/spawn.cpp.o: CMakeFiles/app.dir/includes_CXX.rsp
CMakeFiles/app.dir/src/spawn.cpp.o: src/spawn.cpp
CMakeFiles/app.dir/src/spawn.cpp.o: CMakeFiles/app.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/app.dir/src/spawn.cpp.o"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/app.dir/src/spawn.cpp.o -MF CMakeFiles/app.dir/src/spawn.cpp.o.d -o CMakeFiles/app.dir/src/spawn.cpp.o -c /home/douwe/Projects/Screeps/src/spawn.cpp
CMakeFiles/app.dir/src/spawn.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/app.dir/src/spawn.cpp.i"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/douwe/Projects/Screeps/src/spawn.cpp > CMakeFiles/app.dir/src/spawn.cpp.i
CMakeFiles/app.dir/src/spawn.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/app.dir/src/spawn.cpp.s"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/douwe/Projects/Screeps/src/spawn.cpp -o CMakeFiles/app.dir/src/spawn.cpp.s
# Object files for target app
app_OBJECTS = \
"CMakeFiles/app.dir/src/harvester.cpp.o" \
"CMakeFiles/app.dir/src/loop.cpp.o" \
"CMakeFiles/app.dir/src/spawn.cpp.o"
# External object files for target app
app_EXTERNAL_OBJECTS =
app.js: CMakeFiles/app.dir/src/harvester.cpp.o
app.js: CMakeFiles/app.dir/src/loop.cpp.o
app.js: CMakeFiles/app.dir/src/spawn.cpp.o
app.js: CMakeFiles/app.dir/build.make
app.js: screepsxx/libscreepsxx.a
app.js: CMakeFiles/app.dir/linkLibs.rsp
app.js: CMakeFiles/app.dir/objects1.rsp
app.js: CMakeFiles/app.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable app.js"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/app.dir/link.txt --verbose=$(VERBOSE)
/usr/bin/cmake -E copy /home/douwe/Projects/Screeps/app.wasm /home/douwe/Projects/Screeps/dist/app_module.wasm
/usr/bin/cmake -E copy /home/douwe/Projects/Screeps/app.js /home/douwe/Projects/Screeps/dist/app_loader.js
/usr/bin/cmake -E copy /home/douwe/Projects/Screeps/js/main.js /home/douwe/Projects/Screeps/dist/main.js
/usr/bin/cmake -E copy /home/douwe/Projects/Screeps/js/wasm_loader.js /home/douwe/Projects/Screeps/dist/wasm_loader.js
# Rule to build all files generated by this target.
CMakeFiles/app.dir/build: app.js
.PHONY : CMakeFiles/app.dir/build
CMakeFiles/app.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/app.dir/cmake_clean.cmake
.PHONY : CMakeFiles/app.dir/clean
CMakeFiles/app.dir/depend:
cd /home/douwe/Projects/Screeps && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/douwe/Projects/Screeps /home/douwe/Projects/Screeps /home/douwe/Projects/Screeps /home/douwe/Projects/Screeps /home/douwe/Projects/Screeps/CMakeFiles/app.dir/DependInfo.cmake "--color=$(COLOR)"
.PHONY : CMakeFiles/app.dir/depend

View File

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

View File

@@ -1,539 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
CMakeFiles/app.dir/src/harvester.cpp.o
/home/douwe/Projects/Screeps/src/harvester.cpp
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h
/home/douwe/Projects/Screeps/include/creeps/harvester.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Creep.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JSON.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomPosition.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Source.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Store.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureController.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureExtension.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureTower.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
CMakeFiles/app.dir/src/loop.cpp.o
/home/douwe/Projects/Screeps/src/loop.cpp
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/bind.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h
/home/douwe/Projects/Screeps/include/Constants.hpp
/home/douwe/Projects/Screeps/include/creeps/harvester.hpp
/home/douwe/Projects/Screeps/include/structures/spawn.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Context.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Creep.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JSON.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Memory.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/PathFinder.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RawMemory.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
CMakeFiles/app.dir/src/spawn.cpp.o
/home/douwe/Projects/Screeps/src/spawn.cpp
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h
/home/douwe/Projects/Screeps/include/Constants.hpp
/home/douwe/Projects/Screeps/include/structures/spawn.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp

View File

@@ -1,912 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
CMakeFiles/app.dir/src/harvester.cpp.o: src/harvester.cpp \
emsdk/upstream/emscripten/system/include/compat/ctype.h \
emsdk/upstream/emscripten/system/include/compat/math.h \
emsdk/upstream/emscripten/system/include/compat/stdarg.h \
emsdk/upstream/emscripten/system/include/compat/stdlib.h \
emsdk/upstream/emscripten/system/include/compat/string.h \
emsdk/upstream/emscripten/system/include/compat/time.h \
emsdk/upstream/emscripten/system/include/compat/wchar.h \
emsdk/upstream/emscripten/system/include/compat/wctype.h \
emsdk/upstream/emscripten/system/include/compat/xlocale.h \
emsdk/upstream/emscripten/system/include/emscripten.h \
emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \
emsdk/upstream/emscripten/system/include/emscripten/em_js.h \
emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \
emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \
emsdk/upstream/emscripten/system/include/emscripten/val.h \
emsdk/upstream/emscripten/system/include/emscripten/wire.h \
emsdk/upstream/emscripten/system/include/libc/alloca.h \
emsdk/upstream/emscripten/system/include/libc/assert.h \
emsdk/upstream/emscripten/system/include/libc/ctype.h \
emsdk/upstream/emscripten/system/include/libc/errno.h \
emsdk/upstream/emscripten/system/include/libc/features.h \
emsdk/upstream/emscripten/system/include/libc/limits.h \
emsdk/upstream/emscripten/system/include/libc/locale.h \
emsdk/upstream/emscripten/system/include/libc/math.h \
emsdk/upstream/emscripten/system/include/libc/nl_types.h \
emsdk/upstream/emscripten/system/include/libc/pthread.h \
emsdk/upstream/emscripten/system/include/libc/sched.h \
emsdk/upstream/emscripten/system/include/libc/stdarg.h \
emsdk/upstream/emscripten/system/include/libc/stddef.h \
emsdk/upstream/emscripten/system/include/libc/stdint.h \
emsdk/upstream/emscripten/system/include/libc/stdio.h \
emsdk/upstream/emscripten/system/include/libc/stdlib.h \
emsdk/upstream/emscripten/system/include/libc/string.h \
emsdk/upstream/emscripten/system/include/libc/strings.h \
emsdk/upstream/emscripten/system/include/libc/time.h \
emsdk/upstream/emscripten/system/include/libc/wchar.h \
emsdk/upstream/emscripten/system/include/libc/wctype.h \
emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \
emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \
emsdk/upstream/emscripten/system/include/libcxx/__config \
emsdk/upstream/emscripten/system/include/libcxx/__debug \
emsdk/upstream/emscripten/system/include/libcxx/__errc \
emsdk/upstream/emscripten/system/include/libcxx/__functional_base \
emsdk/upstream/emscripten/system/include/libcxx/__hash_table \
emsdk/upstream/emscripten/system/include/libcxx/__locale \
emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \
emsdk/upstream/emscripten/system/include/libcxx/__node_handle \
emsdk/upstream/emscripten/system/include/libcxx/__nullptr \
emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \
emsdk/upstream/emscripten/system/include/libcxx/__string \
emsdk/upstream/emscripten/system/include/libcxx/__threading_support \
emsdk/upstream/emscripten/system/include/libcxx/__tree \
emsdk/upstream/emscripten/system/include/libcxx/__tuple \
emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \
emsdk/upstream/emscripten/system/include/libcxx/algorithm \
emsdk/upstream/emscripten/system/include/libcxx/array \
emsdk/upstream/emscripten/system/include/libcxx/atomic \
emsdk/upstream/emscripten/system/include/libcxx/bit \
emsdk/upstream/emscripten/system/include/libcxx/bitset \
emsdk/upstream/emscripten/system/include/libcxx/cassert \
emsdk/upstream/emscripten/system/include/libcxx/cctype \
emsdk/upstream/emscripten/system/include/libcxx/cerrno \
emsdk/upstream/emscripten/system/include/libcxx/chrono \
emsdk/upstream/emscripten/system/include/libcxx/climits \
emsdk/upstream/emscripten/system/include/libcxx/clocale \
emsdk/upstream/emscripten/system/include/libcxx/cmath \
emsdk/upstream/emscripten/system/include/libcxx/cstdarg \
emsdk/upstream/emscripten/system/include/libcxx/cstddef \
emsdk/upstream/emscripten/system/include/libcxx/cstdint \
emsdk/upstream/emscripten/system/include/libcxx/cstdio \
emsdk/upstream/emscripten/system/include/libcxx/cstdlib \
emsdk/upstream/emscripten/system/include/libcxx/cstring \
emsdk/upstream/emscripten/system/include/libcxx/ctime \
emsdk/upstream/emscripten/system/include/libcxx/ctype.h \
emsdk/upstream/emscripten/system/include/libcxx/cwchar \
emsdk/upstream/emscripten/system/include/libcxx/cwctype \
emsdk/upstream/emscripten/system/include/libcxx/errno.h \
emsdk/upstream/emscripten/system/include/libcxx/exception \
emsdk/upstream/emscripten/system/include/libcxx/forward_list \
emsdk/upstream/emscripten/system/include/libcxx/functional \
emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
emsdk/upstream/emscripten/system/include/libcxx/ios \
emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
emsdk/upstream/emscripten/system/include/libcxx/istream \
emsdk/upstream/emscripten/system/include/libcxx/iterator \
emsdk/upstream/emscripten/system/include/libcxx/limits \
emsdk/upstream/emscripten/system/include/libcxx/limits.h \
emsdk/upstream/emscripten/system/include/libcxx/locale \
emsdk/upstream/emscripten/system/include/libcxx/locale.h \
emsdk/upstream/emscripten/system/include/libcxx/map \
emsdk/upstream/emscripten/system/include/libcxx/math.h \
emsdk/upstream/emscripten/system/include/libcxx/memory \
emsdk/upstream/emscripten/system/include/libcxx/mutex \
emsdk/upstream/emscripten/system/include/libcxx/new \
emsdk/upstream/emscripten/system/include/libcxx/numeric \
emsdk/upstream/emscripten/system/include/libcxx/optional \
emsdk/upstream/emscripten/system/include/libcxx/ostream \
emsdk/upstream/emscripten/system/include/libcxx/ratio \
emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
emsdk/upstream/emscripten/system/include/libcxx/stdexcept \
emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \
emsdk/upstream/emscripten/system/include/libcxx/streambuf \
emsdk/upstream/emscripten/system/include/libcxx/string \
emsdk/upstream/emscripten/system/include/libcxx/string.h \
emsdk/upstream/emscripten/system/include/libcxx/string_view \
emsdk/upstream/emscripten/system/include/libcxx/system_error \
emsdk/upstream/emscripten/system/include/libcxx/tuple \
emsdk/upstream/emscripten/system/include/libcxx/type_traits \
emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
emsdk/upstream/emscripten/system/include/libcxx/unordered_map \
emsdk/upstream/emscripten/system/include/libcxx/utility \
emsdk/upstream/emscripten/system/include/libcxx/valarray \
emsdk/upstream/emscripten/system/include/libcxx/vector \
emsdk/upstream/emscripten/system/include/libcxx/version \
emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
emsdk/upstream/emscripten/system/include/libcxx/wctype.h \
emsdk/upstream/emscripten/system/include/wasi/api.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
include/creeps/harvester.hpp \
screepsxx/include/Screeps/Constants.hpp \
screepsxx/include/Screeps/Creep.hpp \
screepsxx/include/Screeps/Game.hpp \
screepsxx/include/Screeps/JS.hpp \
screepsxx/include/Screeps/JSON.hpp \
screepsxx/include/Screeps/Object.hpp \
screepsxx/include/Screeps/OwnedStructure.hpp \
screepsxx/include/Screeps/Room.hpp \
screepsxx/include/Screeps/RoomObject.hpp \
screepsxx/include/Screeps/RoomPosition.hpp \
screepsxx/include/Screeps/Source.hpp \
screepsxx/include/Screeps/Store.hpp \
screepsxx/include/Screeps/Structure.hpp \
screepsxx/include/Screeps/StructureController.hpp \
screepsxx/include/Screeps/StructureExtension.hpp \
screepsxx/include/Screeps/StructureSpawn.hpp \
screepsxx/include/Screeps/StructureTower.hpp \
screepsxx/include/nlohmann/adl_serializer.hpp \
screepsxx/include/nlohmann/byte_container_with_subtype.hpp \
screepsxx/include/nlohmann/detail/conversions/from_json.hpp \
screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \
screepsxx/include/nlohmann/detail/conversions/to_json.hpp \
screepsxx/include/nlohmann/detail/exceptions.hpp \
screepsxx/include/nlohmann/detail/hash.hpp \
screepsxx/include/nlohmann/detail/input/binary_reader.hpp \
screepsxx/include/nlohmann/detail/input/input_adapters.hpp \
screepsxx/include/nlohmann/detail/input/json_sax.hpp \
screepsxx/include/nlohmann/detail/input/lexer.hpp \
screepsxx/include/nlohmann/detail/input/parser.hpp \
screepsxx/include/nlohmann/detail/input/position_t.hpp \
screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \
screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \
screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \
screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \
screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \
screepsxx/include/nlohmann/detail/json_pointer.hpp \
screepsxx/include/nlohmann/detail/json_ref.hpp \
screepsxx/include/nlohmann/detail/macro_scope.hpp \
screepsxx/include/nlohmann/detail/macro_unscope.hpp \
screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \
screepsxx/include/nlohmann/detail/meta/detected.hpp \
screepsxx/include/nlohmann/detail/meta/is_sax.hpp \
screepsxx/include/nlohmann/detail/meta/type_traits.hpp \
screepsxx/include/nlohmann/detail/meta/void_t.hpp \
screepsxx/include/nlohmann/detail/output/binary_writer.hpp \
screepsxx/include/nlohmann/detail/output/output_adapters.hpp \
screepsxx/include/nlohmann/detail/output/serializer.hpp \
screepsxx/include/nlohmann/detail/value_t.hpp \
screepsxx/include/nlohmann/json.hpp \
screepsxx/include/nlohmann/json_fwd.hpp \
screepsxx/include/nlohmann/ordered_map.hpp \
screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \
screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
CMakeFiles/app.dir/src/loop.cpp.o: src/loop.cpp \
emsdk/upstream/emscripten/system/include/compat/ctype.h \
emsdk/upstream/emscripten/system/include/compat/math.h \
emsdk/upstream/emscripten/system/include/compat/stdarg.h \
emsdk/upstream/emscripten/system/include/compat/stdlib.h \
emsdk/upstream/emscripten/system/include/compat/string.h \
emsdk/upstream/emscripten/system/include/compat/time.h \
emsdk/upstream/emscripten/system/include/compat/wchar.h \
emsdk/upstream/emscripten/system/include/compat/wctype.h \
emsdk/upstream/emscripten/system/include/compat/xlocale.h \
emsdk/upstream/emscripten/system/include/emscripten.h \
emsdk/upstream/emscripten/system/include/emscripten/bind.h \
emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \
emsdk/upstream/emscripten/system/include/emscripten/em_js.h \
emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \
emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \
emsdk/upstream/emscripten/system/include/emscripten/val.h \
emsdk/upstream/emscripten/system/include/emscripten/wire.h \
emsdk/upstream/emscripten/system/include/libc/alloca.h \
emsdk/upstream/emscripten/system/include/libc/assert.h \
emsdk/upstream/emscripten/system/include/libc/ctype.h \
emsdk/upstream/emscripten/system/include/libc/errno.h \
emsdk/upstream/emscripten/system/include/libc/features.h \
emsdk/upstream/emscripten/system/include/libc/limits.h \
emsdk/upstream/emscripten/system/include/libc/locale.h \
emsdk/upstream/emscripten/system/include/libc/math.h \
emsdk/upstream/emscripten/system/include/libc/nl_types.h \
emsdk/upstream/emscripten/system/include/libc/pthread.h \
emsdk/upstream/emscripten/system/include/libc/sched.h \
emsdk/upstream/emscripten/system/include/libc/stdarg.h \
emsdk/upstream/emscripten/system/include/libc/stddef.h \
emsdk/upstream/emscripten/system/include/libc/stdint.h \
emsdk/upstream/emscripten/system/include/libc/stdio.h \
emsdk/upstream/emscripten/system/include/libc/stdlib.h \
emsdk/upstream/emscripten/system/include/libc/string.h \
emsdk/upstream/emscripten/system/include/libc/strings.h \
emsdk/upstream/emscripten/system/include/libc/time.h \
emsdk/upstream/emscripten/system/include/libc/wchar.h \
emsdk/upstream/emscripten/system/include/libc/wctype.h \
emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \
emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \
emsdk/upstream/emscripten/system/include/libcxx/__config \
emsdk/upstream/emscripten/system/include/libcxx/__debug \
emsdk/upstream/emscripten/system/include/libcxx/__errc \
emsdk/upstream/emscripten/system/include/libcxx/__functional_base \
emsdk/upstream/emscripten/system/include/libcxx/__hash_table \
emsdk/upstream/emscripten/system/include/libcxx/__locale \
emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \
emsdk/upstream/emscripten/system/include/libcxx/__node_handle \
emsdk/upstream/emscripten/system/include/libcxx/__nullptr \
emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \
emsdk/upstream/emscripten/system/include/libcxx/__string \
emsdk/upstream/emscripten/system/include/libcxx/__threading_support \
emsdk/upstream/emscripten/system/include/libcxx/__tree \
emsdk/upstream/emscripten/system/include/libcxx/__tuple \
emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \
emsdk/upstream/emscripten/system/include/libcxx/algorithm \
emsdk/upstream/emscripten/system/include/libcxx/array \
emsdk/upstream/emscripten/system/include/libcxx/atomic \
emsdk/upstream/emscripten/system/include/libcxx/bit \
emsdk/upstream/emscripten/system/include/libcxx/bitset \
emsdk/upstream/emscripten/system/include/libcxx/cassert \
emsdk/upstream/emscripten/system/include/libcxx/cctype \
emsdk/upstream/emscripten/system/include/libcxx/cerrno \
emsdk/upstream/emscripten/system/include/libcxx/chrono \
emsdk/upstream/emscripten/system/include/libcxx/climits \
emsdk/upstream/emscripten/system/include/libcxx/clocale \
emsdk/upstream/emscripten/system/include/libcxx/cmath \
emsdk/upstream/emscripten/system/include/libcxx/cstdarg \
emsdk/upstream/emscripten/system/include/libcxx/cstddef \
emsdk/upstream/emscripten/system/include/libcxx/cstdint \
emsdk/upstream/emscripten/system/include/libcxx/cstdio \
emsdk/upstream/emscripten/system/include/libcxx/cstdlib \
emsdk/upstream/emscripten/system/include/libcxx/cstring \
emsdk/upstream/emscripten/system/include/libcxx/ctime \
emsdk/upstream/emscripten/system/include/libcxx/ctype.h \
emsdk/upstream/emscripten/system/include/libcxx/cwchar \
emsdk/upstream/emscripten/system/include/libcxx/cwctype \
emsdk/upstream/emscripten/system/include/libcxx/errno.h \
emsdk/upstream/emscripten/system/include/libcxx/exception \
emsdk/upstream/emscripten/system/include/libcxx/forward_list \
emsdk/upstream/emscripten/system/include/libcxx/functional \
emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
emsdk/upstream/emscripten/system/include/libcxx/ios \
emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
emsdk/upstream/emscripten/system/include/libcxx/istream \
emsdk/upstream/emscripten/system/include/libcxx/iterator \
emsdk/upstream/emscripten/system/include/libcxx/limits \
emsdk/upstream/emscripten/system/include/libcxx/limits.h \
emsdk/upstream/emscripten/system/include/libcxx/locale \
emsdk/upstream/emscripten/system/include/libcxx/locale.h \
emsdk/upstream/emscripten/system/include/libcxx/map \
emsdk/upstream/emscripten/system/include/libcxx/math.h \
emsdk/upstream/emscripten/system/include/libcxx/memory \
emsdk/upstream/emscripten/system/include/libcxx/mutex \
emsdk/upstream/emscripten/system/include/libcxx/new \
emsdk/upstream/emscripten/system/include/libcxx/numeric \
emsdk/upstream/emscripten/system/include/libcxx/optional \
emsdk/upstream/emscripten/system/include/libcxx/ostream \
emsdk/upstream/emscripten/system/include/libcxx/ratio \
emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
emsdk/upstream/emscripten/system/include/libcxx/stdexcept \
emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \
emsdk/upstream/emscripten/system/include/libcxx/streambuf \
emsdk/upstream/emscripten/system/include/libcxx/string \
emsdk/upstream/emscripten/system/include/libcxx/string.h \
emsdk/upstream/emscripten/system/include/libcxx/string_view \
emsdk/upstream/emscripten/system/include/libcxx/system_error \
emsdk/upstream/emscripten/system/include/libcxx/tuple \
emsdk/upstream/emscripten/system/include/libcxx/type_traits \
emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
emsdk/upstream/emscripten/system/include/libcxx/unordered_map \
emsdk/upstream/emscripten/system/include/libcxx/utility \
emsdk/upstream/emscripten/system/include/libcxx/valarray \
emsdk/upstream/emscripten/system/include/libcxx/vector \
emsdk/upstream/emscripten/system/include/libcxx/version \
emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
emsdk/upstream/emscripten/system/include/libcxx/wctype.h \
emsdk/upstream/emscripten/system/include/wasi/api.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
include/Constants.hpp \
include/creeps/harvester.hpp \
include/structures/spawn.hpp \
screepsxx/include/Screeps/Constants.hpp \
screepsxx/include/Screeps/Context.hpp \
screepsxx/include/Screeps/Creep.hpp \
screepsxx/include/Screeps/Game.hpp \
screepsxx/include/Screeps/JS.hpp \
screepsxx/include/Screeps/JSON.hpp \
screepsxx/include/Screeps/Memory.hpp \
screepsxx/include/Screeps/Object.hpp \
screepsxx/include/Screeps/OwnedStructure.hpp \
screepsxx/include/Screeps/PathFinder.hpp \
screepsxx/include/Screeps/RawMemory.hpp \
screepsxx/include/Screeps/RoomObject.hpp \
screepsxx/include/Screeps/Structure.hpp \
screepsxx/include/Screeps/StructureSpawn.hpp \
screepsxx/include/nlohmann/adl_serializer.hpp \
screepsxx/include/nlohmann/byte_container_with_subtype.hpp \
screepsxx/include/nlohmann/detail/conversions/from_json.hpp \
screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \
screepsxx/include/nlohmann/detail/conversions/to_json.hpp \
screepsxx/include/nlohmann/detail/exceptions.hpp \
screepsxx/include/nlohmann/detail/hash.hpp \
screepsxx/include/nlohmann/detail/input/binary_reader.hpp \
screepsxx/include/nlohmann/detail/input/input_adapters.hpp \
screepsxx/include/nlohmann/detail/input/json_sax.hpp \
screepsxx/include/nlohmann/detail/input/lexer.hpp \
screepsxx/include/nlohmann/detail/input/parser.hpp \
screepsxx/include/nlohmann/detail/input/position_t.hpp \
screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \
screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \
screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \
screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \
screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \
screepsxx/include/nlohmann/detail/json_pointer.hpp \
screepsxx/include/nlohmann/detail/json_ref.hpp \
screepsxx/include/nlohmann/detail/macro_scope.hpp \
screepsxx/include/nlohmann/detail/macro_unscope.hpp \
screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \
screepsxx/include/nlohmann/detail/meta/detected.hpp \
screepsxx/include/nlohmann/detail/meta/is_sax.hpp \
screepsxx/include/nlohmann/detail/meta/type_traits.hpp \
screepsxx/include/nlohmann/detail/meta/void_t.hpp \
screepsxx/include/nlohmann/detail/output/binary_writer.hpp \
screepsxx/include/nlohmann/detail/output/output_adapters.hpp \
screepsxx/include/nlohmann/detail/output/serializer.hpp \
screepsxx/include/nlohmann/detail/value_t.hpp \
screepsxx/include/nlohmann/json.hpp \
screepsxx/include/nlohmann/json_fwd.hpp \
screepsxx/include/nlohmann/ordered_map.hpp \
screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \
screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
CMakeFiles/app.dir/src/spawn.cpp.o: src/spawn.cpp \
emsdk/upstream/emscripten/system/include/compat/ctype.h \
emsdk/upstream/emscripten/system/include/compat/math.h \
emsdk/upstream/emscripten/system/include/compat/stdarg.h \
emsdk/upstream/emscripten/system/include/compat/stdlib.h \
emsdk/upstream/emscripten/system/include/compat/string.h \
emsdk/upstream/emscripten/system/include/compat/time.h \
emsdk/upstream/emscripten/system/include/compat/wchar.h \
emsdk/upstream/emscripten/system/include/compat/wctype.h \
emsdk/upstream/emscripten/system/include/compat/xlocale.h \
emsdk/upstream/emscripten/system/include/emscripten.h \
emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \
emsdk/upstream/emscripten/system/include/emscripten/em_js.h \
emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \
emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \
emsdk/upstream/emscripten/system/include/emscripten/val.h \
emsdk/upstream/emscripten/system/include/emscripten/wire.h \
emsdk/upstream/emscripten/system/include/libc/alloca.h \
emsdk/upstream/emscripten/system/include/libc/assert.h \
emsdk/upstream/emscripten/system/include/libc/ctype.h \
emsdk/upstream/emscripten/system/include/libc/errno.h \
emsdk/upstream/emscripten/system/include/libc/features.h \
emsdk/upstream/emscripten/system/include/libc/limits.h \
emsdk/upstream/emscripten/system/include/libc/locale.h \
emsdk/upstream/emscripten/system/include/libc/math.h \
emsdk/upstream/emscripten/system/include/libc/nl_types.h \
emsdk/upstream/emscripten/system/include/libc/pthread.h \
emsdk/upstream/emscripten/system/include/libc/sched.h \
emsdk/upstream/emscripten/system/include/libc/stdarg.h \
emsdk/upstream/emscripten/system/include/libc/stddef.h \
emsdk/upstream/emscripten/system/include/libc/stdint.h \
emsdk/upstream/emscripten/system/include/libc/stdio.h \
emsdk/upstream/emscripten/system/include/libc/stdlib.h \
emsdk/upstream/emscripten/system/include/libc/string.h \
emsdk/upstream/emscripten/system/include/libc/strings.h \
emsdk/upstream/emscripten/system/include/libc/time.h \
emsdk/upstream/emscripten/system/include/libc/wchar.h \
emsdk/upstream/emscripten/system/include/libc/wctype.h \
emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \
emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \
emsdk/upstream/emscripten/system/include/libcxx/__config \
emsdk/upstream/emscripten/system/include/libcxx/__debug \
emsdk/upstream/emscripten/system/include/libcxx/__errc \
emsdk/upstream/emscripten/system/include/libcxx/__functional_base \
emsdk/upstream/emscripten/system/include/libcxx/__hash_table \
emsdk/upstream/emscripten/system/include/libcxx/__locale \
emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \
emsdk/upstream/emscripten/system/include/libcxx/__node_handle \
emsdk/upstream/emscripten/system/include/libcxx/__nullptr \
emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \
emsdk/upstream/emscripten/system/include/libcxx/__string \
emsdk/upstream/emscripten/system/include/libcxx/__threading_support \
emsdk/upstream/emscripten/system/include/libcxx/__tree \
emsdk/upstream/emscripten/system/include/libcxx/__tuple \
emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \
emsdk/upstream/emscripten/system/include/libcxx/algorithm \
emsdk/upstream/emscripten/system/include/libcxx/array \
emsdk/upstream/emscripten/system/include/libcxx/atomic \
emsdk/upstream/emscripten/system/include/libcxx/bit \
emsdk/upstream/emscripten/system/include/libcxx/bitset \
emsdk/upstream/emscripten/system/include/libcxx/cassert \
emsdk/upstream/emscripten/system/include/libcxx/cctype \
emsdk/upstream/emscripten/system/include/libcxx/cerrno \
emsdk/upstream/emscripten/system/include/libcxx/chrono \
emsdk/upstream/emscripten/system/include/libcxx/climits \
emsdk/upstream/emscripten/system/include/libcxx/clocale \
emsdk/upstream/emscripten/system/include/libcxx/cmath \
emsdk/upstream/emscripten/system/include/libcxx/cstdarg \
emsdk/upstream/emscripten/system/include/libcxx/cstddef \
emsdk/upstream/emscripten/system/include/libcxx/cstdint \
emsdk/upstream/emscripten/system/include/libcxx/cstdio \
emsdk/upstream/emscripten/system/include/libcxx/cstdlib \
emsdk/upstream/emscripten/system/include/libcxx/cstring \
emsdk/upstream/emscripten/system/include/libcxx/ctime \
emsdk/upstream/emscripten/system/include/libcxx/ctype.h \
emsdk/upstream/emscripten/system/include/libcxx/cwchar \
emsdk/upstream/emscripten/system/include/libcxx/cwctype \
emsdk/upstream/emscripten/system/include/libcxx/errno.h \
emsdk/upstream/emscripten/system/include/libcxx/exception \
emsdk/upstream/emscripten/system/include/libcxx/forward_list \
emsdk/upstream/emscripten/system/include/libcxx/functional \
emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
emsdk/upstream/emscripten/system/include/libcxx/ios \
emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
emsdk/upstream/emscripten/system/include/libcxx/istream \
emsdk/upstream/emscripten/system/include/libcxx/iterator \
emsdk/upstream/emscripten/system/include/libcxx/limits \
emsdk/upstream/emscripten/system/include/libcxx/limits.h \
emsdk/upstream/emscripten/system/include/libcxx/locale \
emsdk/upstream/emscripten/system/include/libcxx/locale.h \
emsdk/upstream/emscripten/system/include/libcxx/map \
emsdk/upstream/emscripten/system/include/libcxx/math.h \
emsdk/upstream/emscripten/system/include/libcxx/memory \
emsdk/upstream/emscripten/system/include/libcxx/mutex \
emsdk/upstream/emscripten/system/include/libcxx/new \
emsdk/upstream/emscripten/system/include/libcxx/numeric \
emsdk/upstream/emscripten/system/include/libcxx/optional \
emsdk/upstream/emscripten/system/include/libcxx/ostream \
emsdk/upstream/emscripten/system/include/libcxx/ratio \
emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
emsdk/upstream/emscripten/system/include/libcxx/stdexcept \
emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \
emsdk/upstream/emscripten/system/include/libcxx/streambuf \
emsdk/upstream/emscripten/system/include/libcxx/string \
emsdk/upstream/emscripten/system/include/libcxx/string.h \
emsdk/upstream/emscripten/system/include/libcxx/string_view \
emsdk/upstream/emscripten/system/include/libcxx/system_error \
emsdk/upstream/emscripten/system/include/libcxx/tuple \
emsdk/upstream/emscripten/system/include/libcxx/type_traits \
emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
emsdk/upstream/emscripten/system/include/libcxx/unordered_map \
emsdk/upstream/emscripten/system/include/libcxx/utility \
emsdk/upstream/emscripten/system/include/libcxx/valarray \
emsdk/upstream/emscripten/system/include/libcxx/vector \
emsdk/upstream/emscripten/system/include/libcxx/version \
emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
emsdk/upstream/emscripten/system/include/libcxx/wctype.h \
emsdk/upstream/emscripten/system/include/wasi/api.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
include/Constants.hpp \
include/structures/spawn.hpp \
screepsxx/include/Screeps/Constants.hpp \
screepsxx/include/Screeps/Game.hpp \
screepsxx/include/Screeps/JS.hpp \
screepsxx/include/Screeps/Object.hpp \
screepsxx/include/Screeps/OwnedStructure.hpp \
screepsxx/include/Screeps/Room.hpp \
screepsxx/include/Screeps/RoomObject.hpp \
screepsxx/include/Screeps/Structure.hpp \
screepsxx/include/Screeps/StructureSpawn.hpp \
screepsxx/include/nlohmann/adl_serializer.hpp \
screepsxx/include/nlohmann/byte_container_with_subtype.hpp \
screepsxx/include/nlohmann/detail/conversions/from_json.hpp \
screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \
screepsxx/include/nlohmann/detail/conversions/to_json.hpp \
screepsxx/include/nlohmann/detail/exceptions.hpp \
screepsxx/include/nlohmann/detail/hash.hpp \
screepsxx/include/nlohmann/detail/input/binary_reader.hpp \
screepsxx/include/nlohmann/detail/input/input_adapters.hpp \
screepsxx/include/nlohmann/detail/input/json_sax.hpp \
screepsxx/include/nlohmann/detail/input/lexer.hpp \
screepsxx/include/nlohmann/detail/input/parser.hpp \
screepsxx/include/nlohmann/detail/input/position_t.hpp \
screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \
screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \
screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \
screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \
screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \
screepsxx/include/nlohmann/detail/json_pointer.hpp \
screepsxx/include/nlohmann/detail/json_ref.hpp \
screepsxx/include/nlohmann/detail/macro_scope.hpp \
screepsxx/include/nlohmann/detail/macro_unscope.hpp \
screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \
screepsxx/include/nlohmann/detail/meta/detected.hpp \
screepsxx/include/nlohmann/detail/meta/is_sax.hpp \
screepsxx/include/nlohmann/detail/meta/type_traits.hpp \
screepsxx/include/nlohmann/detail/meta/void_t.hpp \
screepsxx/include/nlohmann/detail/output/binary_writer.hpp \
screepsxx/include/nlohmann/detail/output/output_adapters.hpp \
screepsxx/include/nlohmann/detail/output/serializer.hpp \
screepsxx/include/nlohmann/detail/value_t.hpp \
screepsxx/include/nlohmann/json.hpp \
screepsxx/include/nlohmann/json_fwd.hpp \
screepsxx/include/nlohmann/ordered_map.hpp \
screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \
screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
screepsxx/include/Screeps/PathFinder.hpp:
screepsxx/include/Screeps/Context.hpp:
screepsxx/include/Screeps/RawMemory.hpp:
emsdk/upstream/emscripten/system/include/emscripten/bind.h:
src/loop.cpp:
screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp:
screepsxx/include/nlohmann/ordered_map.hpp:
screepsxx/include/nlohmann/json_fwd.hpp:
screepsxx/include/nlohmann/detail/output/serializer.hpp:
screepsxx/include/nlohmann/detail/output/output_adapters.hpp:
screepsxx/include/nlohmann/detail/meta/void_t.hpp:
screepsxx/include/nlohmann/detail/meta/type_traits.hpp:
screepsxx/include/nlohmann/detail/meta/detected.hpp:
screepsxx/include/nlohmann/detail/macro_unscope.hpp:
screepsxx/include/nlohmann/detail/macro_scope.hpp:
screepsxx/include/nlohmann/detail/json_pointer.hpp:
screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp:
screepsxx/include/nlohmann/detail/input/position_t.hpp:
screepsxx/include/nlohmann/detail/input/json_sax.hpp:
screepsxx/include/nlohmann/detail/input/binary_reader.hpp:
screepsxx/include/nlohmann/detail/conversions/to_json.hpp:
screepsxx/include/nlohmann/detail/conversions/to_chars.hpp:
screepsxx/include/nlohmann/byte_container_with_subtype.hpp:
screepsxx/include/nlohmann/adl_serializer.hpp:
screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp:
screepsxx/include/Screeps/StructureExtension.hpp:
screepsxx/include/Screeps/StructureController.hpp:
screepsxx/include/Screeps/Structure.hpp:
screepsxx/include/Screeps/RoomPosition.hpp:
screepsxx/include/Screeps/Room.hpp:
screepsxx/include/Screeps/OwnedStructure.hpp:
screepsxx/include/Screeps/JSON.hpp:
screepsxx/include/Screeps/Game.hpp:
screepsxx/include/nlohmann/detail/exceptions.hpp:
emsdk/upstream/emscripten/system/include/libcxx/bitset:
screepsxx/include/Screeps/Creep.hpp:
screepsxx/include/Screeps/RoomObject.hpp:
emsdk/upstream/emscripten/system/include/libcxx/algorithm:
emsdk/upstream/emscripten/system/include/libcxx/__tuple:
emsdk/upstream/emscripten/system/include/libcxx/iosfwd:
emsdk/upstream/emscripten/system/include/libcxx/__threading_support:
emsdk/upstream/emscripten/system/include/libcxx/stddef.h:
emsdk/upstream/emscripten/system/include/libcxx/__locale:
emsdk/upstream/emscripten/system/include/libcxx/__hash_table:
emsdk/upstream/emscripten/system/include/libcxx/__functional_base:
emsdk/upstream/emscripten/system/include/emscripten/wire.h:
emsdk/upstream/emscripten/system/include/libcxx/__undef_macros:
emsdk/upstream/emscripten/system/include/libc/nl_types.h:
emsdk/upstream/emscripten/system/include/compat/wchar.h:
emsdk/upstream/emscripten/system/include/libc/wctype.h:
emsdk/upstream/emscripten/system/include/compat/math.h:
emsdk/upstream/emscripten/system/include/libcxx/cstdio:
emsdk/upstream/emscripten/system/include/libcxx/__bit_reference:
screepsxx/include/Screeps/StructureTower.hpp:
include/creeps/harvester.hpp:
emsdk/upstream/emscripten/system/include/libcxx/exception:
screepsxx/include/nlohmann/detail/hash.hpp:
emsdk/upstream/emscripten/system/include/libc/stdint.h:
emsdk/upstream/emscripten/system/include/libcxx/functional:
include/Constants.hpp:
emsdk/upstream/emscripten/system/include/emscripten/em_js.h:
emsdk/upstream/emscripten/system/include/libcxx/utility:
emsdk/upstream/emscripten/system/include/compat/xlocale.h:
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h:
screepsxx/include/nlohmann/detail/json_ref.hpp:
emsdk/upstream/emscripten/system/include/libcxx/__errc:
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h:
screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp:
emsdk/upstream/emscripten/system/include/libc/sched.h:
emsdk/upstream/emscripten/system/include/libcxx/wctype.h:
screepsxx/include/nlohmann/detail/input/input_adapters.hpp:
screepsxx/include/Screeps/Source.hpp:
emsdk/upstream/emscripten/system/include/emscripten/em_asm.h:
screepsxx/include/nlohmann/json.hpp:
screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:
emsdk/upstream/emscripten/system/include/libc/time.h:
emsdk/upstream/emscripten/system/include/compat/string.h:
emsdk/upstream/emscripten/system/include/libcxx/__tree:
emsdk/upstream/emscripten/system/include/compat/ctype.h:
screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp:
emsdk/upstream/emscripten/system/include/emscripten/val.h:
emsdk/upstream/emscripten/system/include/libc/stdlib.h:
emsdk/upstream/emscripten/system/include/libcxx/__string:
emsdk/upstream/emscripten/system/include/compat/stdarg.h:
emsdk/upstream/emscripten/system/include/libcxx/stdlib.h:
emsdk/upstream/emscripten/system/include/libcxx/wchar.h:
src/harvester.cpp:
emsdk/upstream/emscripten/system/include/libcxx/ios:
emsdk/upstream/emscripten/system/include/emscripten.h:
emsdk/upstream/emscripten/system/include/libcxx/math.h:
screepsxx/include/Screeps/Object.hpp:
emsdk/upstream/emscripten/system/include/libc/alloca.h:
screepsxx/include/nlohmann/detail/meta/cpp_future.hpp:
emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h:
emsdk/upstream/emscripten/system/include/libcxx/__nullptr:
emsdk/upstream/emscripten/system/include/libc/assert.h:
emsdk/upstream/emscripten/system/include/emscripten/em_macros.h:
screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp:
emsdk/upstream/emscripten/system/include/libcxx/cerrno:
emsdk/upstream/emscripten/system/include/emscripten/emscripten.h:
emsdk/upstream/emscripten/system/include/libc/limits.h:
emsdk/upstream/emscripten/system/include/libcxx/cstdint:
emsdk/upstream/emscripten/system/include/libc/stdio.h:
emsdk/upstream/emscripten/system/include/libc/math.h:
emsdk/upstream/emscripten/system/include/libc/ctype.h:
emsdk/upstream/emscripten/system/include/libcxx/cctype:
emsdk/upstream/emscripten/system/include/libc/stddef.h:
emsdk/upstream/emscripten/system/include/libc/pthread.h:
emsdk/upstream/emscripten/system/include/compat/wctype.h:
emsdk/upstream/emscripten/system/include/libcxx/cstdarg:
emsdk/upstream/emscripten/system/include/compat/time.h:
emsdk/upstream/emscripten/system/include/libcxx/__mutex_base:
emsdk/upstream/emscripten/system/include/libc/string.h:
emsdk/upstream/emscripten/system/include/libcxx/array:
emsdk/upstream/emscripten/system/include/libc/features.h:
screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp:
screepsxx/include/nlohmann/detail/input/lexer.hpp:
emsdk/upstream/emscripten/system/include/libcxx/typeinfo:
screepsxx/include/nlohmann/detail/value_t.hpp:
emsdk/upstream/emscripten/system/include/libc/locale.h:
emsdk/upstream/emscripten/system/include/libcxx/__config:
emsdk/upstream/emscripten/system/include/libcxx/__node_handle:
screepsxx/include/Screeps/StructureSpawn.hpp:
emsdk/upstream/emscripten/system/include/libcxx/climits:
emsdk/upstream/emscripten/system/include/libcxx/stdint.h:
emsdk/upstream/emscripten/system/include/libcxx/type_traits:
emsdk/upstream/emscripten/system/include/libcxx/string.h:
emsdk/upstream/emscripten/system/include/libcxx/__debug:
emsdk/upstream/emscripten/system/include/libc/stdarg.h:
emsdk/upstream/emscripten/system/include/libc/wchar.h:
emsdk/upstream/emscripten/system/include/compat/stdlib.h:
emsdk/upstream/emscripten/system/include/libcxx/map:
emsdk/upstream/emscripten/system/include/libcxx/cassert:
emsdk/upstream/emscripten/system/include/libcxx/string_view:
emsdk/upstream/emscripten/system/include/libcxx/chrono:
emsdk/upstream/emscripten/system/include/libcxx/__split_buffer:
emsdk/upstream/emscripten/system/include/libcxx/clocale:
emsdk/upstream/emscripten/system/include/libcxx/cmath:
emsdk/upstream/emscripten/system/include/libcxx/cstdlib:
emsdk/upstream/emscripten/system/include/libcxx/locale.h:
emsdk/upstream/emscripten/system/include/libcxx/cstring:
emsdk/upstream/emscripten/system/include/libcxx/cwchar:
screepsxx/include/Screeps/Constants.hpp:
emsdk/upstream/emscripten/system/include/libcxx/ctime:
emsdk/upstream/emscripten/system/include/libc/strings.h:
emsdk/upstream/emscripten/system/include/libcxx/memory:
src/spawn.cpp:
screepsxx/include/nlohmann/detail/meta/is_sax.hpp:
screepsxx/include/nlohmann/detail/input/parser.hpp:
emsdk/upstream/emscripten/system/include/libcxx/ctype.h:
emsdk/upstream/emscripten/system/include/libcxx/cwctype:
emsdk/upstream/emscripten/system/include/libc/errno.h:
emsdk/upstream/emscripten/system/include/libcxx/forward_list:
screepsxx/include/Screeps/Memory.hpp:
emsdk/upstream/emscripten/system/include/libcxx/initializer_list:
emsdk/upstream/emscripten/system/include/libcxx/istream:
emsdk/upstream/emscripten/system/include/libcxx/atomic:
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h:
emsdk/upstream/emscripten/system/include/libcxx/iterator:
emsdk/upstream/emscripten/system/include/libcxx/bit:
emsdk/upstream/emscripten/system/include/libcxx/errno.h:
emsdk/upstream/emscripten/system/include/libcxx/cstddef:
emsdk/upstream/emscripten/system/include/libcxx/limits.h:
emsdk/upstream/emscripten/system/include/libcxx/unordered_map:
emsdk/upstream/emscripten/system/include/libcxx/valarray:
emsdk/upstream/emscripten/system/include/libcxx/locale:
screepsxx/include/nlohmann/detail/conversions/from_json.hpp:
emsdk/upstream/emscripten/system/include/libcxx/mutex:
screepsxx/include/Screeps/Store.hpp:
emsdk/upstream/emscripten/system/include/libcxx/new:
emsdk/upstream/emscripten/system/include/libcxx/numeric:
emsdk/upstream/emscripten/system/include/libcxx/optional:
include/structures/spawn.hpp:
screepsxx/include/Screeps/JS.hpp:
emsdk/upstream/emscripten/system/include/libcxx/ostream:
emsdk/upstream/emscripten/system/include/libcxx/ratio:
emsdk/upstream/emscripten/system/include/libcxx/stdexcept:
emsdk/upstream/emscripten/system/include/libcxx/stdio.h:
emsdk/upstream/emscripten/system/include/libcxx/streambuf:
emsdk/upstream/emscripten/system/include/libcxx/string:
screepsxx/include/nlohmann/detail/output/binary_writer.hpp:
emsdk/upstream/emscripten/system/include/libcxx/limits:
emsdk/upstream/emscripten/system/include/wasi/api.h:
emsdk/upstream/emscripten/system/include/libcxx/system_error:
emsdk/upstream/emscripten/system/include/libcxx/tuple:
emsdk/upstream/emscripten/system/include/libcxx/vector:
emsdk/upstream/emscripten/system/include/libcxx/version:
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h:

View File

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

View File

@@ -1,2 +0,0 @@
# Empty dependencies file for app.
# 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.28
# compile CXX with /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++
CXX_DEFINES =
CXX_INCLUDES = @CMakeFiles/app.dir/includes_CXX.rsp
CXX_FLAGS = -DNDEBUG -O2 -std=gnu++17 -sSTRICT=0

View File

@@ -1 +0,0 @@
-I/home/douwe/Projects/Screeps/include -I/home/douwe/Projects/Screeps/screepsxx/include

View File

@@ -1 +0,0 @@
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ -DNDEBUG -O2 -O2 -sASSERTIONS=0 -sMALLOC=emmalloc -sMODULARIZE=1 --no-entry --bind -sEXPORT_ES6=0 -sSTRICT=0 -sALLOW_MEMORY_GROWTH=1 @CMakeFiles/app.dir/objects1.rsp -o app.js @CMakeFiles/app.dir/linkLibs.rsp

View File

@@ -1 +0,0 @@
screepsxx/libscreepsxx.a

View File

@@ -1 +0,0 @@
CMakeFiles/app.dir/src/harvester.cpp.o CMakeFiles/app.dir/src/loop.cpp.o CMakeFiles/app.dir/src/spawn.cpp.o

View File

@@ -1,5 +0,0 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 = 3
CMAKE_PROGRESS_4 = 4

View File

@@ -1,180 +0,0 @@
CMakeFiles/app.dir/src/harvester.cpp.o: \
/home/douwe/Projects/Screeps/src/harvester.cpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Creep.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JSON.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Source.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomPosition.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureController.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureExtension.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureTower.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Store.hpp \
/home/douwe/Projects/Screeps/include/creeps/harvester.hpp

Binary file not shown.

View File

@@ -1,180 +0,0 @@
CMakeFiles/app.dir/src/loop.cpp.o: \
/home/douwe/Projects/Screeps/src/loop.cpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Context.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Memory.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/PathFinder.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RawMemory.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Creep.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JSON.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/bind.h \
/home/douwe/Projects/Screeps/include/Constants.hpp \
/home/douwe/Projects/Screeps/include/creeps/harvester.hpp \
/home/douwe/Projects/Screeps/include/structures/spawn.hpp

Binary file not shown.

View File

@@ -1,173 +0,0 @@
CMakeFiles/app.dir/src/spawn.cpp.o: \
/home/douwe/Projects/Screeps/src/spawn.cpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h \
/home/douwe/Projects/Screeps/include/Constants.hpp \
/home/douwe/Projects/Screeps/include/structures/spawn.hpp

View File

@@ -1,92 +0,0 @@
CMakeFiles/app.dir/src/structures/spawn.cpp.o: \
/home/douwe/Projects/Screeps/src/structures/spawn.cpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp \
/home/douwe/Projects/Screeps/include/structures/spawn.hpp

View File

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

View File

@@ -1 +0,0 @@
37

249
Makefile
View File

@@ -1,249 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# 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/douwe/Projects/Screeps
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/douwe/Projects/Screeps
#=============================================================================
# Targets provided globally by CMake.
# 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
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles /home/douwe/Projects/Screeps//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/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 app
# Build rule for target.
app: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 app
.PHONY : app
# fast build rule for target.
app/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/build
.PHONY : app/fast
#=============================================================================
# Target rules for targets named screepsxx
# Build rule for target.
screepsxx: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 screepsxx
.PHONY : screepsxx
# fast build rule for target.
screepsxx/fast:
$(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/build
.PHONY : screepsxx/fast
src/harvester.o: src/harvester.cpp.o
.PHONY : src/harvester.o
# target to build an object file
src/harvester.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.o
.PHONY : src/harvester.cpp.o
src/harvester.i: src/harvester.cpp.i
.PHONY : src/harvester.i
# target to preprocess a source file
src/harvester.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.i
.PHONY : src/harvester.cpp.i
src/harvester.s: src/harvester.cpp.s
.PHONY : src/harvester.s
# target to generate assembly for a file
src/harvester.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.s
.PHONY : src/harvester.cpp.s
src/loop.o: src/loop.cpp.o
.PHONY : src/loop.o
# target to build an object file
src/loop.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/loop.cpp.o
.PHONY : src/loop.cpp.o
src/loop.i: src/loop.cpp.i
.PHONY : src/loop.i
# target to preprocess a source file
src/loop.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/loop.cpp.i
.PHONY : src/loop.cpp.i
src/loop.s: src/loop.cpp.s
.PHONY : src/loop.s
# target to generate assembly for a file
src/loop.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/loop.cpp.s
.PHONY : src/loop.cpp.s
src/spawn.o: src/spawn.cpp.o
.PHONY : src/spawn.o
# target to build an object file
src/spawn.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/spawn.cpp.o
.PHONY : src/spawn.cpp.o
src/spawn.i: src/spawn.cpp.i
.PHONY : src/spawn.i
# target to preprocess a source file
src/spawn.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/spawn.cpp.i
.PHONY : src/spawn.cpp.i
src/spawn.s: src/spawn.cpp.s
.PHONY : src/spawn.s
# target to generate assembly for a file
src/spawn.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/spawn.cpp.s
.PHONY : src/spawn.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 "... rebuild_cache"
@echo "... app"
@echo "... screepsxx"
@echo "... src/harvester.o"
@echo "... src/harvester.i"
@echo "... src/harvester.s"
@echo "... src/loop.o"
@echo "... src/loop.i"
@echo "... src/loop.s"
@echo "... src/spawn.o"
@echo "... src/spawn.i"
@echo "... src/spawn.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/douwe/Projects/Screeps
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
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/douwe/Projects/Screeps/screepsxx/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/douwe/Projects/Screeps/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")