diff --git a/CMakeLists.txt b/CMakeLists.txt index bc003c5..20b6dae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,10 @@ cmake_minimum_required(VERSION 3.0) project(parksnrec VERSION 0.0.1) +option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF) +option(ENABLE_UBSAN "Enable the ub sanitizer" OFF) +option(ENABLE_TSAN "Enable the thread data race sanitizer" OFF) + set(CMAKE_CXX_STANDARD 17) set(OpenGL_GL_PREFERENCE GLVND) @@ -30,3 +34,18 @@ target_link_libraries(parksnrec BLT) target_link_libraries(parksnrec OpenGL) target_link_libraries(parksnrec assimp) target_compile_options(parksnrec PRIVATE -Wall -Wextra -Wpedantic) + +if (${ENABLE_ADDRSAN} MATCHES ON) + target_compile_options(parksnrec PRIVATE -fsanitize=address) + target_link_options(parksnrec PRIVATE -fsanitize=address) +endif () + +if (${ENABLE_UBSAN} MATCHES ON) + target_compile_options(parksnrec PRIVATE -fsanitize=undefined) + target_link_options(parksnrec PRIVATE -fsanitize=undefined) +endif () + +if (${ENABLE_TSAN} MATCHES ON) + target_compile_options(parksnrec PRIVATE -fsanitize=thread) + target_link_options(parksnrec PRIVATE -fsanitize=thread) +endif () diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/query/cache-v2 b/cmake-build-debug-sanitizer/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-debug-sanitizer/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/query/codemodel-v2 b/cmake-build-debug-sanitizer/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/query/toolchains-v1 b/cmake-build-debug-sanitizer/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/cache-v2-2422d9569074d5761a33.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/cache-v2-2422d9569074d5761a33.json new file mode 100644 index 0000000..5984011 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/cache-v2-2422d9569074d5761a33.json @@ -0,0 +1,4671 @@ +{ + "entries" : + [ + { + "name" : "AMD64", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable building amd64 assembly implementation" + } + ], + "type" : "INTERNAL", + "value" : "FALSE" + }, + { + "name" : "ASM686", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable building i686 assembly implementation" + } + ], + "type" : "INTERNAL", + "value" : "FALSE" + }, + { + "name" : "ASSIMP_ANDROID_JNIIOSYSTEM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Android JNI IOSystem support is active" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_ARCHIVE_OUTPUT_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path for library output files" + } + ], + "type" : "STRING", + "value" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/lib" + }, + { + "name" : "ASSIMP_ASAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable AddressSanitizer." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_ALL_EXPORTERS_BY_DEFAULT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "default value of all ASSIMP_BUILD_XXX_EXPORTER values" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_BUILD_ALL_IMPORTERS_BY_DEFAULT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "default value of all ASSIMP_BUILD_XXX_IMPORTER values" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_BUILD_ARCHITECTURE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "describe the current architecture." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "ASSIMP_BUILD_ASSIMP_TOOLS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the supplementary tools for Assimp are built in addition to the library." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "describe the current compiler." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "ASSIMP_BUILD_DOCS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build documentation using Doxygen." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_DRACO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the Draco libraries are to be built. Primarily for glTF" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_FRAMEWORK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build package as Mac OS X Framework bundle." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_NONFREE_C4D_IMPORTER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the C4D importer, which relies on the non-free Cineware SDK." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_SAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the official samples are built as well (needs Glut)." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the test suite for Assimp is built in addition to the library." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_BUILD_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build your own zlib" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_COVERALLS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable this to measure test coverage." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_DOUBLE_PRECISION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Set to ON to enable double precision processing" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_HEADERCHECK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "adds the target headercheck which compiles every header file, default disabled because it adds many targets" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_HUNTER_ENABLED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Hunter package manager support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_IGNORE_GIT_HASH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Don't call git to get the hash." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_INJECT_DEBUG_POSTFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Inject debug postfix in .a/.so/.dll lib names" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable this if you want to use assimp as a submodule." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_LIBRARY_OUTPUT_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path for library output files" + } + ], + "type" : "STRING", + "value" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/bin" + }, + { + "name" : "ASSIMP_LIBRARY_SUFFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Suffix to append to library names" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "ASSIMP_NO_EXPORT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable Assimp's export functionality." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_OPT_BUILD_PACKAGES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Set to ON to generate CPack configuration files and packaging targets" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_PACKAGE_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "the package-specific version used for uploading the sources" + } + ], + "type" : "STRING", + "value" : "0" + }, + { + "name" : "ASSIMP_RAPIDJSON_NO_MEMBER_ITERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Suppress rapidjson warning on MSVC (NOTE: breaks android build)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_RUNTIME_OUTPUT_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path for runtime output files" + } + ], + "type" : "STRING", + "value" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/bin" + }, + { + "name" : "ASSIMP_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Undefined Behavior sanitizer." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_WARNINGS_AS_ERRORS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Treat all warnings as errors." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "Assimp_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp" + }, + { + "name" : "Assimp_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "Assimp_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/assimp" + }, + { + "name" : "BLT_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT" + }, + { + "name" : "BLT_ENABLE_LOGGING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable blt::logging" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BLT_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "BLT_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;ZLIB::ZLIB;" + }, + { + "name" : "BLT_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/BLT" + }, + { + "name" : "BUILD_NBT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT NBT + eNBT extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PROFILING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT profiler extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_SHARED_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build package with shared libraries." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_STD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT standard utilities." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT test set" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "26" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/c++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/cc" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DEBUG_POSTFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Debug Postfix for lib, samples and tools" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_CONNECT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function connect" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_GETHOSTBYNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function gethostbyname" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_REMOVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function remove" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_SHMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function shmat" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/git/parksandrec" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library ICE" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/opt/clion/bin/ninja/linux/x64/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "9" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "parksnrec" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "DOXYGEN_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Doxygen documentation generation tool (https://www.doxygen.nl)" + } + ], + "type" : "FILEPATH", + "value" : "DOXYGEN_EXECUTABLE-NOTFOUND" + }, + { + "name" : "ENABLE_ADDRSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the address sanitizer" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ENABLE_TSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the thread data race sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the ub sanitizer" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenGL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding OpenGL" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/libOpenGL.so][/usr/lib/libGLX.so][/usr/include][c ][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Threads" + } + ], + "type" : "INTERNAL", + "value" : "[TRUE][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_X11", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding X11" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/libX11.so][c ][v()]" + }, + { + "name" : "FREETYPE_INCLUDE_DIR_freetype2", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/freetype2" + }, + { + "name" : "FREETYPE_INCLUDE_DIR_ft2build", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/freetype2" + }, + { + "name" : "FREETYPE_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "FREETYPE_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "FREETYPE_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfreetype.so" + }, + { + "name" : "Fontconfig_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "Fontconfig_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfontconfig.so" + }, + { + "name" : "GLFW_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8" + }, + { + "name" : "GLFW_BUILD_DOCS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW documentation" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_BUILD_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW example programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW test programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generate installation target" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "GLFW_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8" + }, + { + "name" : "GLFW_USE_OSMESA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use OSMesa for offscreen context creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_USE_WAYLAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use Wayland for window creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_VULKAN_STATIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Assume the Vulkan loader is linked with the application" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "HAVE_FSEEKO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function fseeko" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_OFF64_T", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Result of TRY_COMPILE" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "HAVE_STDDEF_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include stddef.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_STDINT_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include stdint.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_SYS_TYPES_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include sys/types.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "MATH_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libm.so" + }, + { + "name" : "OFF64_T", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CHECK_TYPE_SIZE: sizeof(off64_t)" + } + ], + "type" : "INTERNAL", + "value" : "8" + }, + { + "name" : "OPENGL_EGL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_GLX_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_egl_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libEGL.so" + }, + { + "name" : "OPENGL_glu_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libGLU.so" + }, + { + "name" : "OPENGL_glx_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libGLX.so" + }, + { + "name" : "OPENGL_opengl_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libOpenGL.so" + }, + { + "name" : "OPENGL_xmesa_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "OPENGL_xmesa_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "PKG_CONFIG_ARGN", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Arguments to supply to pkg-config" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "PKG_CONFIG_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "pkg-config executable" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/pkg-config" + }, + { + "name" : "PKG_FONTCONFIG_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread" + }, + { + "name" : "PKG_FONTCONFIG_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread" + }, + { + "name" : "PKG_FONTCONFIG_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PKG_FONTCONFIG_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PKG_FONTCONFIG_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4" + }, + { + "name" : "PKG_FONTCONFIG_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib;-lfontconfig;-lfreetype" + }, + { + "name" : "PKG_FONTCONFIG_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib" + }, + { + "name" : "PKG_FONTCONFIG_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "fontconfig;freetype" + }, + { + "name" : "PKG_FONTCONFIG_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib" + }, + { + "name" : "PKG_FONTCONFIG_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "fontconfig" + }, + { + "name" : "PKG_FONTCONFIG_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib;-lfontconfig;-pthread;-lfreetype;-lbz2;-L/usr/lib;-L/usr/lib;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib;-L/usr/lib;-lz;-lharfbuzz;-pthread;-lm;-L/usr/lib;-lglib-2.0;-lm;-pthread;-L/usr/lib;-lsysprof-capture-4;-pthread;-lpcre2-8;-lgraphite2;-lbrotlidec;-L/usr/lib;-lbrotlicommon;-L/usr/lib;-lexpat;-lm" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread;-pthread;-pthread;-pthread" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "fontconfig;freetype;bz2;z;png16;m;z;m;z;harfbuzz;m;glib-2.0;m;sysprof-capture-4;pcre2-8;graphite2;brotlidec;brotlicommon;expat;m" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "2.14.2" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "RT_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/librt.a" + }, + { + "name" : "X11_ICE_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_ICE_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libICE.so" + }, + { + "name" : "X11_LIB_X11_SOLO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library /usr/lib/libX11.so;/usr/lib/libXext.so" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "X11_SM_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_SM_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libSM.so" + }, + { + "name" : "X11_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libX11.so" + }, + { + "name" : "X11_X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libX11-xcb.so" + }, + { + "name" : "X11_XRes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_XRes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXRes.so" + }, + { + "name" : "X11_XShm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_XSync_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xaccessrules_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xaccessstr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXau.so" + }, + { + "name" : "X11_Xaw_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xaw_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xaw_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXaw.so" + }, + { + "name" : "X11_Xcomposite_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xcomposite_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXcomposite.so" + }, + { + "name" : "X11_Xcursor_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xcursor_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXcursor.so" + }, + { + "name" : "X11_Xdamage_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xdamage_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXdamage.so" + }, + { + "name" : "X11_Xdmcp_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xdmcp_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXdmcp.so" + }, + { + "name" : "X11_Xext_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xext_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXext.so" + }, + { + "name" : "X11_Xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXfixes.so" + }, + { + "name" : "X11_Xft_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xft_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXft.so" + }, + { + "name" : "X11_Xi_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xi_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXi.so" + }, + { + "name" : "X11_Xinerama_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xinerama_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXinerama.so" + }, + { + "name" : "X11_Xkb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xkblib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xlib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xmu_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xmu_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXmu.so" + }, + { + "name" : "X11_Xpm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xpm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXpm.so" + }, + { + "name" : "X11_Xrandr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrandr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXrandr.so" + }, + { + "name" : "X11_Xrender_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrender_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXrender.so" + }, + { + "name" : "X11_Xshape_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xss_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xss_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXss.so" + }, + { + "name" : "X11_Xt_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xt_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXt.so" + }, + { + "name" : "X11_Xtst_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xtst_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXtst.so" + }, + { + "name" : "X11_Xutil_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xv_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xv_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXv.so" + }, + { + "name" : "X11_Xxf86misc_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xxf86misc_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xxf86misc_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xxf86misc_LIB-NOTFOUND" + }, + { + "name" : "X11_Xxf86vm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xxf86vm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXxf86vm.so" + }, + { + "name" : "X11_dpms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb.so" + }, + { + "name" : "X11_xcb_icccm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_icccm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-icccm.so" + }, + { + "name" : "X11_xcb_keysyms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_keysyms_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-keysyms.so" + }, + { + "name" : "X11_xcb_randr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_randr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-randr.so" + }, + { + "name" : "X11_xcb_util_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_util_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-util.so" + }, + { + "name" : "X11_xcb_xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-xfixes.so" + }, + { + "name" : "X11_xcb_xkb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-xkb.so" + }, + { + "name" : "X11_xcb_xtest_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_xtest_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-xtest.so" + }, + { + "name" : "X11_xkbcommon_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xkbcommon_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxkbcommon.so" + }, + { + "name" : "X11_xkbcommon_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xkbcommon_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxkbcommon-x11.so" + }, + { + "name" : "X11_xkbfile_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xkbfile_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxkbfile.so" + }, + { + "name" : "ZLIB_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "ZLIB_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "ZLIB_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "ZLIB_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libz.so" + }, + { + "name" : "Z_HAVE_UNISTD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include unistd.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "__pkg_config_arguments_PKG_FONTCONFIG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;fontconfig" + }, + { + "name" : "__pkg_config_checked_PKG_FONTCONFIG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "assimp_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;zlibstatic;general;rt;" + }, + { + "name" : "parksnrec_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer" + }, + { + "name" : "parksnrec_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "parksnrec_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec" + }, + { + "name" : "pkgcfg_lib_PKG_FONTCONFIG_fontconfig", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfontconfig.so" + }, + { + "name" : "pkgcfg_lib_PKG_FONTCONFIG_freetype", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfreetype.so" + }, + { + "name" : "prefix_result", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib" + }, + { + "name" : "zlib_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib" + }, + { + "name" : "zlib_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "zlib_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/assimp/contrib/zlib" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/cmakeFiles-v1-2627c1410aad9f372ae2.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/cmakeFiles-v1-2627c1410aad9f372ae2.json new file mode 100644 index 0000000..c506868 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/cmakeFiles-v1-2627c1410aad9f372ae2.json @@ -0,0 +1,477 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindOpenGL.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libs/BLT/CMakeLists.txt" + }, + { + "path" : "libs/BLT/include/blt/config.h.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libs/glfw/glfw-3.3.8/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindDoxygen.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindX11.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindFreetype.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindFontconfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/glfw3Config.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/glfw_config.h.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/glfw3.pc.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/cmake_uninstall.cmake.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + }, + { + "path" : "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt" + }, + { + "path" : "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt" + }, + { + "path" : "libs/assimp/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "path" : "libs/assimp/cmake-modules/FindPkgMacros.cmake" + }, + { + "path" : "libs/assimp/cmake-modules/PrecompiledHeader.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "path" : "libs/assimp/cmake-modules/assimp-plain-config.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckTypeSize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + }, + { + "path" : "libs/assimp/assimp.pc.in" + }, + { + "path" : "libs/assimp/revision.h.in" + }, + { + "path" : "libs/assimp/include/assimp/config.h.in" + }, + { + "path" : "libs/assimp/contrib/zlib/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckTypeSize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake" + }, + { + "path" : "libs/assimp/contrib/zlib/zlib.pc.cmakein" + }, + { + "path" : "libs/assimp/contrib/zlib/zconf.h.cmakein" + }, + { + "path" : "libs/assimp/code/CMakeLists.txt" + }, + { + "path" : "libs/assimp/cmake-modules/FindRT.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer", + "source" : "/home/brett/git/parksandrec" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/codemodel-v2-438b572e1fa3023d0d11.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/codemodel-v2-438b572e1fa3023d0d11.json new file mode 100644 index 0000000..f5a31da --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/codemodel-v2-438b572e1fa3023d0d11.json @@ -0,0 +1,565 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1, + 2, + 6 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 20 + ] + }, + { + "build" : "libs/BLT", + "jsonFile" : "directory-libs.BLT-Debug-80d73d68b6498bb1b317.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "libs/BLT", + "targetIndexes" : + [ + 0 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8", + "childIndexes" : + [ + 3, + 4, + 5 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libs.glfw.glfw-3.3.8-Debug-17d346cd47899605688d.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 0, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8", + "targetIndexes" : + [ + 31 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8/src", + "hasInstallRule" : true, + "jsonFile" : "directory-libs.glfw.glfw-3.3.8.src-Debug-a54b46bff51f0c689ec6.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8/src", + "targetIndexes" : + [ + 9, + 32 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "jsonFile" : "directory-libs.glfw.glfw-3.3.8.examples-Debug-5dc8cd069547b6574a48.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8/examples", + "targetIndexes" : + [ + 2, + 8, + 11, + 18, + 21, + 23, + 24, + 25, + 33 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "jsonFile" : "directory-libs.glfw.glfw-3.3.8.tests-Debug-100e9076ae746861bb0e.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8/tests", + "targetIndexes" : + [ + 3, + 4, + 5, + 6, + 7, + 10, + 12, + 13, + 14, + 15, + 16, + 17, + 19, + 22, + 26, + 27, + 28, + 29, + 30, + 34 + ] + }, + { + "build" : "libs/assimp", + "childIndexes" : + [ + 7, + 8 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libs.assimp-Debug-bd197654a361cb6760d0.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "parentIndex" : 0, + "projectIndex" : 3, + "source" : "libs/assimp" + }, + { + "build" : "libs/assimp/contrib/zlib", + "hasInstallRule" : true, + "jsonFile" : "directory-libs.assimp.contrib.zlib-Debug-8702b58e3d50ea6f0d53.json", + "minimumCMakeVersion" : + { + "string" : "3.10.0" + }, + "parentIndex" : 6, + "projectIndex" : 4, + "source" : "libs/assimp/contrib/zlib", + "targetIndexes" : + [ + 35 + ] + }, + { + "build" : "libs/assimp/code", + "hasInstallRule" : true, + "jsonFile" : "directory-libs.assimp.code-Debug-44cf230ec383066ce281.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "parentIndex" : 6, + "projectIndex" : 3, + "source" : "libs/assimp/code", + "targetIndexes" : + [ + 1 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "childIndexes" : + [ + 1, + 2, + 3 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "parksnrec", + "targetIndexes" : + [ + 20 + ] + }, + { + "directoryIndexes" : + [ + 1 + ], + "name" : "BLT", + "parentIndex" : 0, + "targetIndexes" : + [ + 0 + ] + }, + { + "directoryIndexes" : + [ + 2, + 3, + 4, + 5 + ], + "name" : "GLFW", + "parentIndex" : 0, + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34 + ] + }, + { + "childIndexes" : + [ + 4 + ], + "directoryIndexes" : + [ + 6, + 8 + ], + "name" : "Assimp", + "parentIndex" : 0, + "targetIndexes" : + [ + 1 + ] + }, + { + "directoryIndexes" : + [ + 7 + ], + "name" : "zlib", + "parentIndex" : 3, + "targetIndexes" : + [ + 35 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 1, + "id" : "BLT::@15de44d4528f33befea6", + "jsonFile" : "target-BLT-Debug-15dc570ca90354999d56.json", + "name" : "BLT", + "projectIndex" : 1 + }, + { + "directoryIndex" : 8, + "id" : "assimp::@c18b53e73a5197b875a6", + "jsonFile" : "target-assimp-Debug-9c8746948073f2968a38.json", + "name" : "assimp", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "boing::@555eb4510d21f320f20b", + "jsonFile" : "target-boing-Debug-6cc04a9c0c2e7e3ba268.json", + "name" : "boing", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "clipboard::@77cfdd67c43044262fc4", + "jsonFile" : "target-clipboard-Debug-88c901ada8cffb6824c7.json", + "name" : "clipboard", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "cursor::@77cfdd67c43044262fc4", + "jsonFile" : "target-cursor-Debug-7f5da26917a67a7aba76.json", + "name" : "cursor", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "empty::@77cfdd67c43044262fc4", + "jsonFile" : "target-empty-Debug-03d532f4d9fecf63a943.json", + "name" : "empty", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "events::@77cfdd67c43044262fc4", + "jsonFile" : "target-events-Debug-6995c0c796f1924d99cb.json", + "name" : "events", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "gamma::@77cfdd67c43044262fc4", + "jsonFile" : "target-gamma-Debug-c90ceaf45a88ed613909.json", + "name" : "gamma", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "gears::@555eb4510d21f320f20b", + "jsonFile" : "target-gears-Debug-21520edd743f150bee24.json", + "name" : "gears", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "glfw::@7dc16bda365e0ec860ed", + "jsonFile" : "target-glfw-Debug-211d45775d81f79c9939.json", + "name" : "glfw", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "glfwinfo::@77cfdd67c43044262fc4", + "jsonFile" : "target-glfwinfo-Debug-c64e0027b62a28063a1a.json", + "name" : "glfwinfo", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "heightmap::@555eb4510d21f320f20b", + "jsonFile" : "target-heightmap-Debug-10bd73281438152ffaac.json", + "name" : "heightmap", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "icon::@77cfdd67c43044262fc4", + "jsonFile" : "target-icon-Debug-b49087da2f5d998549b4.json", + "name" : "icon", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "iconify::@77cfdd67c43044262fc4", + "jsonFile" : "target-iconify-Debug-e8ce9178af1f74b6b736.json", + "name" : "iconify", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "inputlag::@77cfdd67c43044262fc4", + "jsonFile" : "target-inputlag-Debug-ad2c5c8415393424cd21.json", + "name" : "inputlag", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "joysticks::@77cfdd67c43044262fc4", + "jsonFile" : "target-joysticks-Debug-89e24fa4ea578acda01f.json", + "name" : "joysticks", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "monitors::@77cfdd67c43044262fc4", + "jsonFile" : "target-monitors-Debug-81fcc9a8af395812bcc5.json", + "name" : "monitors", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "msaa::@77cfdd67c43044262fc4", + "jsonFile" : "target-msaa-Debug-937142563656ee447b31.json", + "name" : "msaa", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "offscreen::@555eb4510d21f320f20b", + "jsonFile" : "target-offscreen-Debug-f5253bdfe49cebccc8de.json", + "name" : "offscreen", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "opacity::@77cfdd67c43044262fc4", + "jsonFile" : "target-opacity-Debug-3e28b72eb8e1a82e5641.json", + "name" : "opacity", + "projectIndex" : 2 + }, + { + "directoryIndex" : 0, + "id" : "parksnrec::@6890427a1f51a3e7e1df", + "jsonFile" : "target-parksnrec-Debug-d3d3bd4df34fc38d403e.json", + "name" : "parksnrec", + "projectIndex" : 0 + }, + { + "directoryIndex" : 4, + "id" : "particles::@555eb4510d21f320f20b", + "jsonFile" : "target-particles-Debug-2b8f5f07ca40e623549f.json", + "name" : "particles", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "reopen::@77cfdd67c43044262fc4", + "jsonFile" : "target-reopen-Debug-71f89d1cc3a572d1ca83.json", + "name" : "reopen", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "sharing::@555eb4510d21f320f20b", + "jsonFile" : "target-sharing-Debug-a9ae37202d427f21acb1.json", + "name" : "sharing", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "simple::@555eb4510d21f320f20b", + "jsonFile" : "target-simple-Debug-6815caedde9a30ce154e.json", + "name" : "simple", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "splitview::@555eb4510d21f320f20b", + "jsonFile" : "target-splitview-Debug-01f8d1d4b2d27cab6c1e.json", + "name" : "splitview", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "tearing::@77cfdd67c43044262fc4", + "jsonFile" : "target-tearing-Debug-a8d4f930e8f3e1e22994.json", + "name" : "tearing", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "threads::@77cfdd67c43044262fc4", + "jsonFile" : "target-threads-Debug-2bf7fc6defb63d640c7f.json", + "name" : "threads", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "timeout::@77cfdd67c43044262fc4", + "jsonFile" : "target-timeout-Debug-5adb635ac3a34d47051a.json", + "name" : "timeout", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "title::@77cfdd67c43044262fc4", + "jsonFile" : "target-title-Debug-6bdf135670eb11af8d03.json", + "name" : "title", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "triangle-vulkan::@77cfdd67c43044262fc4", + "jsonFile" : "target-triangle-vulkan-Debug-b743265eb6c273981f68.json", + "name" : "triangle-vulkan", + "projectIndex" : 2 + }, + { + "directoryIndex" : 2, + "id" : "uninstall::@469bc31a56f95ec09ce9", + "jsonFile" : "target-uninstall-Debug-7b3ff1601d809fdbb815.json", + "name" : "uninstall", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "update_mappings::@7dc16bda365e0ec860ed", + "jsonFile" : "target-update_mappings-Debug-67ad109bd578966a1a6d.json", + "name" : "update_mappings", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "wave::@555eb4510d21f320f20b", + "jsonFile" : "target-wave-Debug-cfbcdac7da21d64c9e59.json", + "name" : "wave", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "windows::@77cfdd67c43044262fc4", + "jsonFile" : "target-windows-Debug-a4d1138a01df1671c27d.json", + "name" : "windows", + "projectIndex" : 2 + }, + { + "directoryIndex" : 7, + "id" : "zlibstatic::@142f1425b4d57e544353", + "jsonFile" : "target-zlibstatic-Debug-54ff886d4b8d64638044.json", + "name" : "zlibstatic", + "projectIndex" : 4 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer", + "source" : "/home/brett/git/parksandrec" + }, + "version" : + { + "major" : 2, + "minor" : 5 + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.BLT-Debug-80d73d68b6498bb1b317.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.BLT-Debug-80d73d68b6498bb1b317.json new file mode 100644 index 0000000..ff15898 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.BLT-Debug-80d73d68b6498bb1b317.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libs/BLT", + "source" : "libs/BLT" + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.assimp-Debug-bd197654a361cb6760d0.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.assimp-Debug-bd197654a361cb6760d0.json new file mode 100644 index 0000000..c78145b --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.assimp-Debug-bd197654a361cb6760d0.json @@ -0,0 +1,72 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libs/assimp/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 455, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 461, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "libassimp5.2.5-dev", + "destination" : "lib/cmake/assimp-5.2", + "paths" : + [ + "cmake-build-debug-sanitizer/libs/assimp/generated/assimpConfig.cmake", + "cmake-build-debug-sanitizer/libs/assimp/generated/assimpConfigVersion.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 2, + "component" : "libassimp5.2.5-dev", + "destination" : "lib/cmake/assimp-5.2", + "exportName" : "assimpTargets", + "exportTargets" : + [ + { + "id" : "zlibstatic::@142f1425b4d57e544353", + "index" : 35 + }, + { + "id" : "assimp::@c18b53e73a5197b875a6", + "index" : 1 + } + ], + "paths" : + [ + "libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake" + ], + "type" : "export" + } + ], + "paths" : + { + "build" : "libs/assimp", + "source" : "libs/assimp" + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.assimp.code-Debug-44cf230ec383066ce281.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.assimp.code-Debug-44cf230ec383066ce281.json new file mode 100644 index 0000000..819c7c2 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.assimp.code-Debug-44cf230ec383066ce281.json @@ -0,0 +1,164 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "INSTALL" + ], + "files" : + [ + "libs/assimp/code/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1396, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1404, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1405, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "libassimp5.2.5-dev", + "destination" : "lib", + "paths" : + [ + "libs/assimp/lib/libassimp.a" + ], + "targetId" : "assimp::@c18b53e73a5197b875a6", + "targetIndex" : 1, + "type" : "target" + }, + { + "backtrace" : 2, + "component" : "assimp-dev", + "destination" : "include/assimp", + "paths" : + [ + "libs/assimp/code/../include/assimp/anim.h", + "libs/assimp/code/../include/assimp/aabb.h", + "libs/assimp/code/../include/assimp/ai_assert.h", + "libs/assimp/code/../include/assimp/camera.h", + "libs/assimp/code/../include/assimp/color4.h", + "libs/assimp/code/../include/assimp/color4.inl", + "cmake-build-debug-sanitizer/libs/assimp/code/../include/assimp/config.h", + "libs/assimp/code/../include/assimp/ColladaMetaData.h", + "libs/assimp/code/../include/assimp/commonMetaData.h", + "libs/assimp/code/../include/assimp/defs.h", + "libs/assimp/code/../include/assimp/cfileio.h", + "libs/assimp/code/../include/assimp/light.h", + "libs/assimp/code/../include/assimp/material.h", + "libs/assimp/code/../include/assimp/material.inl", + "libs/assimp/code/../include/assimp/matrix3x3.h", + "libs/assimp/code/../include/assimp/matrix3x3.inl", + "libs/assimp/code/../include/assimp/matrix4x4.h", + "libs/assimp/code/../include/assimp/matrix4x4.inl", + "libs/assimp/code/../include/assimp/mesh.h", + "libs/assimp/code/../include/assimp/ObjMaterial.h", + "libs/assimp/code/../include/assimp/pbrmaterial.h", + "libs/assimp/code/../include/assimp/GltfMaterial.h", + "libs/assimp/code/../include/assimp/postprocess.h", + "libs/assimp/code/../include/assimp/quaternion.h", + "libs/assimp/code/../include/assimp/quaternion.inl", + "libs/assimp/code/../include/assimp/scene.h", + "libs/assimp/code/../include/assimp/metadata.h", + "libs/assimp/code/../include/assimp/texture.h", + "libs/assimp/code/../include/assimp/types.h", + "libs/assimp/code/../include/assimp/vector2.h", + "libs/assimp/code/../include/assimp/vector2.inl", + "libs/assimp/code/../include/assimp/vector3.h", + "libs/assimp/code/../include/assimp/vector3.inl", + "libs/assimp/code/../include/assimp/version.h", + "libs/assimp/code/../include/assimp/cimport.h", + "libs/assimp/code/../include/assimp/AssertHandler.h", + "libs/assimp/code/../include/assimp/importerdesc.h", + "libs/assimp/code/../include/assimp/Importer.hpp", + "libs/assimp/code/../include/assimp/DefaultLogger.hpp", + "libs/assimp/code/../include/assimp/ProgressHandler.hpp", + "libs/assimp/code/../include/assimp/IOStream.hpp", + "libs/assimp/code/../include/assimp/IOSystem.hpp", + "libs/assimp/code/../include/assimp/Logger.hpp", + "libs/assimp/code/../include/assimp/LogStream.hpp", + "libs/assimp/code/../include/assimp/NullLogger.hpp", + "libs/assimp/code/../include/assimp/cexport.h", + "libs/assimp/code/../include/assimp/Exporter.hpp", + "libs/assimp/code/../include/assimp/DefaultIOStream.h", + "libs/assimp/code/../include/assimp/DefaultIOSystem.h", + "libs/assimp/code/../include/assimp/ZipArchiveIOSystem.h", + "libs/assimp/code/../include/assimp/SceneCombiner.h", + "libs/assimp/code/../include/assimp/fast_atof.h", + "libs/assimp/code/../include/assimp/qnan.h", + "libs/assimp/code/../include/assimp/BaseImporter.h", + "libs/assimp/code/../include/assimp/Hash.h", + "libs/assimp/code/../include/assimp/MemoryIOWrapper.h", + "libs/assimp/code/../include/assimp/ParsingUtils.h", + "libs/assimp/code/../include/assimp/StreamReader.h", + "libs/assimp/code/../include/assimp/StreamWriter.h", + "libs/assimp/code/../include/assimp/StringComparison.h", + "libs/assimp/code/../include/assimp/StringUtils.h", + "libs/assimp/code/../include/assimp/SGSpatialSort.h", + "libs/assimp/code/../include/assimp/GenericProperty.h", + "libs/assimp/code/../include/assimp/SpatialSort.h", + "libs/assimp/code/../include/assimp/SkeletonMeshBuilder.h", + "libs/assimp/code/../include/assimp/SmallVector.h", + "libs/assimp/code/../include/assimp/SmoothingGroups.h", + "libs/assimp/code/../include/assimp/SmoothingGroups.inl", + "libs/assimp/code/../include/assimp/StandardShapes.h", + "libs/assimp/code/../include/assimp/RemoveComments.h", + "libs/assimp/code/../include/assimp/Subdivision.h", + "libs/assimp/code/../include/assimp/Vertex.h", + "libs/assimp/code/../include/assimp/LineSplitter.h", + "libs/assimp/code/../include/assimp/TinyFormatter.h", + "libs/assimp/code/../include/assimp/Profiler.h", + "libs/assimp/code/../include/assimp/LogAux.h", + "libs/assimp/code/../include/assimp/Bitmap.h", + "libs/assimp/code/../include/assimp/XMLTools.h", + "libs/assimp/code/../include/assimp/IOStreamBuffer.h", + "libs/assimp/code/../include/assimp/CreateAnimMesh.h", + "libs/assimp/code/../include/assimp/XmlParser.h", + "libs/assimp/code/../include/assimp/BlobIOSystem.h", + "libs/assimp/code/../include/assimp/MathFunctions.h", + "libs/assimp/code/../include/assimp/Exceptional.h", + "libs/assimp/code/../include/assimp/ByteSwapper.h", + "libs/assimp/code/../include/assimp/Base64.hpp" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "assimp-dev", + "destination" : "include/assimp/Compiler", + "paths" : + [ + "libs/assimp/code/../include/assimp/Compiler/pushpack1.h", + "libs/assimp/code/../include/assimp/Compiler/poppack1.h", + "libs/assimp/code/../include/assimp/Compiler/pstdint.h" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libs/assimp/code", + "source" : "libs/assimp/code" + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.assimp.contrib.zlib-Debug-8702b58e3d50ea6f0d53.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.assimp.contrib.zlib-Debug-8702b58e3d50ea6f0d53.json new file mode 100644 index 0000000..9bc8f1c --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.assimp.contrib.zlib-Debug-8702b58e3d50ea6f0d53.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "INSTALL" + ], + "files" : + [ + "libs/assimp/contrib/zlib/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 209, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libs/assimp/contrib/zlib/libzlibstatic.a" + ], + "targetId" : "zlibstatic::@142f1425b4d57e544353", + "targetIndex" : 35, + "type" : "target" + } + ], + "paths" : + { + "build" : "libs/assimp/contrib/zlib", + "source" : "libs/assimp/contrib/zlib" + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8-Debug-17d346cd47899605688d.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8-Debug-17d346cd47899605688d.json new file mode 100644 index 0000000..a2d99d1 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8-Debug-17d346cd47899605688d.json @@ -0,0 +1,100 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 361, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 364, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 368, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 371, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "libs/glfw/glfw-3.3.8/include/GLFW" + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "paths" : + [ + "cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake", + "cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "exportName" : "glfwTargets", + "exportTargets" : + [ + { + "id" : "glfw::@7dc16bda365e0ec860ed", + "index" : 9 + } + ], + "paths" : + [ + "libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3.pc" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8", + "source" : "libs/glfw/glfw-3.3.8" + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.examples-Debug-5dc8cd069547b6574a48.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.examples-Debug-5dc8cd069547b6574a48.json new file mode 100644 index 0000000..baa3302 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.examples-Debug-5dc8cd069547b6574a48.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.src-Debug-a54b46bff51f0c689ec6.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.src-Debug-a54b46bff51f0c689ec6.json new file mode 100644 index 0000000..96977a5 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.src-Debug-a54b46bff51f0c689ec6.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 189, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libs/glfw/glfw-3.3.8/src/libglfw3.a" + ], + "targetId" : "glfw::@7dc16bda365e0ec860ed", + "targetIndex" : 9, + "type" : "target" + } + ], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/src", + "source" : "libs/glfw/glfw-3.3.8/src" + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.tests-Debug-100e9076ae746861bb0e.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.tests-Debug-100e9076ae746861bb0e.json new file mode 100644 index 0000000..80a029d --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.tests-Debug-100e9076ae746861bb0e.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0701.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0701.json new file mode 100644 index 0000000..2b6b4ae --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0701.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 26, + "patch" : 4, + "string" : "3.26.4", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-438b572e1fa3023d0d11.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 5 + } + }, + { + "jsonFile" : "cache-v2-2422d9569074d5761a33.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-2627c1410aad9f372ae2.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c43cbce8f92a41f468b5.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-2422d9569074d5761a33.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-2627c1410aad9f372ae2.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-438b572e1fa3023d0d11.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 5 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c43cbce8f92a41f468b5.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-BLT-Debug-15dc570ca90354999d56.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-BLT-Debug-15dc570ca90354999d56.json new file mode 100644 index 0000000..2795b5f --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-BLT-Debug-15dc570ca90354999d56.json @@ -0,0 +1,184 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/BLT/libBLT.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "libs/BLT/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 42, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/git/parksandrec/libs/BLT/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "id" : "BLT::@15de44d4528f33befea6", + "name" : "BLT", + "nameOnDisk" : "libBLT.a", + "paths" : + { + "build" : "libs/BLT", + "source" : "libs/BLT" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/filesystem.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/format.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/loader.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/logging.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/system.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/profiling/profiler.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/nbt/nbt.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/nbt/nbt_block.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-assimp-Debug-9c8746948073f2968a38.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-assimp-Debug-9c8746948073f2968a38.json new file mode 100644 index 0000000..ab01a95 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-assimp-Debug-9c8746948073f2968a38.json @@ -0,0 +1,4838 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/assimp/lib/libassimp.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "ADD_LIBRARY", + "INSTALL", + "TARGET_LINK_LIBRARIES", + "ADD_DEFINITIONS", + "add_compile_definitions", + "TARGET_COMPILE_DEFINITIONS", + "INCLUDE_DIRECTORIES", + "TARGET_INCLUDE_DIRECTORIES", + "TARGET_COMPILE_FEATURES" + ], + "files" : + [ + "libs/assimp/code/CMakeLists.txt", + "libs/assimp/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1185, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1396, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1289, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 610, + "parent" : 4 + }, + { + "command" : 3, + "file" : 1, + "line" : 45, + "parent" : 4 + }, + { + "command" : 3, + "file" : 1, + "line" : 44, + "parent" : 4 + }, + { + "command" : 3, + "file" : 0, + "line" : 1071, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 995, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1166, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1192, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1084, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1087, + "parent" : 0 + }, + { + "command" : 6, + "file" : 1, + "line" : 239, + "parent" : 4 + }, + { + "command" : 6, + "file" : 1, + "line" : 522, + "parent" : 4 + }, + { + "command" : 6, + "file" : 0, + "line" : 917, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1083, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1099, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1121, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1169, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 1262, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1386, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 1260, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fvisibility=hidden -fno-strict-aliasing -Wall -g -std=gnu++17 -fPIC -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ASSIMP_BUILD_NO_C4D_IMPORTER" + }, + { + "backtrace" : 6, + "define" : "ASSIMP_BUILD_NO_M3D_EXPORTER" + }, + { + "backtrace" : 7, + "define" : "ASSIMP_BUILD_NO_M3D_IMPORTER" + }, + { + "backtrace" : 8, + "define" : "ASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1" + }, + { + "backtrace" : 9, + "define" : "MINIZ_USE_UNALIGNED_LOADS_AND_STORES=0" + }, + { + "backtrace" : 10, + "define" : "OPENDDLPARSER_BUILD" + }, + { + "backtrace" : 11, + "define" : "OPENDDL_STATIC_LIBARY" + }, + { + "backtrace" : 12, + "define" : "RAPIDJSON_HAS_STDSTRING=1" + }, + { + "backtrace" : 13, + "define" : "RAPIDJSON_NOMEMBERITERATORCLASS" + } + ], + "includes" : + [ + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/code" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/." + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 16, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src" + }, + { + "backtrace" : 17, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include" + }, + { + "backtrace" : 18, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib" + }, + { + "backtrace" : 19, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip" + }, + { + "backtrace" : 20, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include" + }, + { + "backtrace" : 22, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/.." + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 4, + 6, + 7, + 11, + 12, + 14, + 15, + 16, + 17, + 20, + 22, + 23, + 25, + 26, + 27, + 29, + 32, + 33, + 35, + 36, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 48, + 54, + 57, + 58, + 60, + 62, + 64, + 66, + 68, + 70, + 72, + 74, + 76, + 78, + 80, + 82, + 84, + 86, + 88, + 90, + 92, + 94, + 96, + 98, + 100, + 102, + 104, + 106, + 108, + 111, + 112, + 114, + 116, + 118, + 120, + 122, + 125, + 126, + 130, + 131, + 132, + 133, + 134, + 136, + 138, + 140, + 142, + 145, + 146, + 148, + 150, + 152, + 154, + 156, + 159, + 162, + 165, + 167, + 169, + 172, + 174, + 176, + 178, + 180, + 181, + 185, + 187, + 190, + 194, + 196, + 198, + 201, + 206, + 208, + 211, + 217, + 219, + 221, + 223, + 226, + 228, + 230, + 238, + 239, + 240, + 241, + 242, + 243, + 246, + 248, + 250, + 252, + 255, + 257, + 260, + 265, + 267, + 269, + 271, + 272, + 274, + 275, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 287, + 290, + 292, + 296, + 298, + 300, + 302, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 313, + 317, + 319, + 320, + 322, + 324, + 326, + 328, + 330, + 333, + 335, + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 351, + 353, + 356, + 361, + 367, + 371, + 373, + 375, + 378, + 382, + 385, + 386, + 388, + 391, + 393, + 395, + 397, + 399, + 401, + 403, + 405, + 407, + 409, + 411, + 413, + 414, + 417, + 419, + 421, + 423, + 426, + 427, + 430, + 437, + 441, + 442, + 444, + 446, + 449, + 450, + 451, + 452, + 453, + 454, + 455, + 464, + 469, + 471, + 483, + 484 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-fno-strict-aliasing -g -std=gnu99 -fPIC -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ASSIMP_BUILD_NO_C4D_IMPORTER" + }, + { + "backtrace" : 6, + "define" : "ASSIMP_BUILD_NO_M3D_EXPORTER" + }, + { + "backtrace" : 7, + "define" : "ASSIMP_BUILD_NO_M3D_IMPORTER" + }, + { + "backtrace" : 8, + "define" : "ASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1" + }, + { + "backtrace" : 9, + "define" : "MINIZ_USE_UNALIGNED_LOADS_AND_STORES=0" + }, + { + "backtrace" : 10, + "define" : "OPENDDLPARSER_BUILD" + }, + { + "backtrace" : 11, + "define" : "OPENDDL_STATIC_LIBARY" + }, + { + "backtrace" : 12, + "define" : "RAPIDJSON_HAS_STDSTRING=1" + }, + { + "backtrace" : 13, + "define" : "RAPIDJSON_NOMEMBERITERATORCLASS" + } + ], + "includes" : + [ + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/code" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/." + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 16, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src" + }, + { + "backtrace" : 17, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include" + }, + { + "backtrace" : 18, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib" + }, + { + "backtrace" : 19, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip" + }, + { + "backtrace" : 20, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include" + }, + { + "backtrace" : 22, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/.." + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 23 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 424, + 431, + 433, + 435, + 493 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "zlibstatic::@142f1425b4d57e544353" + } + ], + "id" : "assimp::@c18b53e73a5197b875a6", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "assimp", + "nameOnDisk" : "libassimp.a", + "paths" : + { + "build" : "libs/assimp/code", + "source" : "libs/assimp/code" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CApi", + "sourceIndexes" : + [ + 1, + 2 + ] + }, + { + "name" : "Common", + "sourceIndexes" : + [ + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46 + ] + }, + { + "name" : "Geometry", + "sourceIndexes" : + [ + 47, + 48 + ] + }, + { + "name" : "include\\assimp", + "sourceIndexes" : + [ + 49, + 50, + 51, + 52, + 59, + 498, + 499, + 500, + 501, + 502, + 503, + 504, + 505, + 506, + 507, + 508, + 509, + 510, + 511, + 512, + 513, + 514, + 515, + 516, + 517, + 518, + 519, + 520, + 521, + 522, + 523, + 524, + 525, + 526, + 527, + 528, + 529, + 530, + 531, + 532, + 533, + 534, + 535, + 536, + 537, + 538, + 539, + 540, + 541, + 542, + 543, + 544, + 545, + 546, + 547, + 548, + 549, + 550, + 551, + 552, + 553, + 554, + 555, + 556, + 557, + 558, + 559, + 560, + 561, + 562, + 563, + 564, + 565, + 566, + 567, + 568, + 569, + 570, + 571, + 572, + 573, + 574, + 575, + 576, + 577, + 578 + ] + }, + { + "name" : "Logging", + "sourceIndexes" : + [ + 53, + 54, + 55, + 56 + ] + }, + { + "name" : "Exporter", + "sourceIndexes" : + [ + 57, + 58 + ] + }, + { + "name" : "PostProcessing", + "sourceIndexes" : + [ + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121 + ] + }, + { + "name" : "MaterialSystem", + "sourceIndexes" : + [ + 122, + 123 + ] + }, + { + "name" : "STEPParser", + "sourceIndexes" : + [ + 124, + 125, + 126, + 127 + ] + }, + { + "name" : "AssetLib\\AMF", + "sourceIndexes" : + [ + 128, + 129, + 130, + 131, + 132, + 133 + ] + }, + { + "name" : "AssetLib\\3DS", + "sourceIndexes" : + [ + 134, + 135, + 136, + 137, + 390, + 391 + ] + }, + { + "name" : "AssetLib\\AC", + "sourceIndexes" : + [ + 138, + 139 + ] + }, + { + "name" : "AssetLib\\ASE", + "sourceIndexes" : + [ + 140, + 141, + 142, + 143 + ] + }, + { + "name" : "AssetLib\\ASSBIN", + "sourceIndexes" : + [ + 144, + 145, + 392, + 393, + 394, + 395 + ] + }, + { + "name" : "AssetLib\\B3D", + "sourceIndexes" : + [ + 146, + 147 + ] + }, + { + "name" : "AssetLib\\BVH", + "sourceIndexes" : + [ + 148, + 149 + ] + }, + { + "name" : "AssetLib\\COLLADA", + "sourceIndexes" : + [ + 150, + 151, + 152, + 153, + 154, + 155, + 402, + 403 + ] + }, + { + "name" : "AssetLib\\DXF", + "sourceIndexes" : + [ + 156, + 157, + 158 + ] + }, + { + "name" : "AssetLib\\CSM", + "sourceIndexes" : + [ + 159, + 160 + ] + }, + { + "name" : "AssetLib\\HMP", + "sourceIndexes" : + [ + 161, + 162, + 163, + 164 + ] + }, + { + "name" : "AssetLib\\IRRMESH", + "sourceIndexes" : + [ + 165, + 166, + 167, + 168 + ] + }, + { + "name" : "AssetLib\\IQM", + "sourceIndexes" : + [ + 169, + 170, + 171 + ] + }, + { + "name" : "AssetLib\\IRR", + "sourceIndexes" : + [ + 172, + 173 + ] + }, + { + "name" : "AssetLib\\LWO", + "sourceIndexes" : + [ + 174, + 175, + 176, + 177, + 178, + 179, + 180 + ] + }, + { + "name" : "AssetLib\\LWS", + "sourceIndexes" : + [ + 181, + 182 + ] + }, + { + "name" : "AssetLib\\M3D", + "sourceIndexes" : + [ + 183, + 184, + 185, + 186, + 187, + 188, + 400, + 401 + ] + }, + { + "name" : "AssetLib\\MD2", + "sourceIndexes" : + [ + 189, + 190, + 191, + 192 + ] + }, + { + "name" : "AssetLib\\MD3", + "sourceIndexes" : + [ + 193, + 194, + 195 + ] + }, + { + "name" : "AssetLib\\MD5", + "sourceIndexes" : + [ + 196, + 197, + 198, + 199 + ] + }, + { + "name" : "AssetLib\\MDC", + "sourceIndexes" : + [ + 200, + 201, + 202, + 203 + ] + }, + { + "name" : "AssetLib\\MDL", + "sourceIndexes" : + [ + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218 + ] + }, + { + "name" : "AssetLib\\NFF", + "sourceIndexes" : + [ + 219, + 220 + ] + }, + { + "name" : "AssetLib\\NDO", + "sourceIndexes" : + [ + 221, + 222 + ] + }, + { + "name" : "AssetLib\\OFF", + "sourceIndexes" : + [ + 223, + 224 + ] + }, + { + "name" : "AssetLib\\OBJ", + "sourceIndexes" : + [ + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 384, + 385 + ] + }, + { + "name" : "AssetLib\\OGRE", + "sourceIndexes" : + [ + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242 + ] + }, + { + "name" : "AssetLib\\OPENGEX", + "sourceIndexes" : + [ + 243, + 244, + 245, + 386, + 387 + ] + }, + { + "name" : "AssetLib\\PLY", + "sourceIndexes" : + [ + 246, + 247, + 248, + 249, + 388, + 389 + ] + }, + { + "name" : "AssetLib\\MS3D", + "sourceIndexes" : + [ + 250, + 251 + ] + }, + { + "name" : "AssetLib\\COB", + "sourceIndexes" : + [ + 252, + 253, + 254 + ] + }, + { + "name" : "AssetLib\\BLEND", + "sourceIndexes" : + [ + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271 + ] + }, + { + "name" : "AssetLib\\IFC", + "sourceIndexes" : + [ + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284 + ] + }, + { + "name" : "AssetLib\\XGL", + "sourceIndexes" : + [ + 285, + 286 + ] + }, + { + "name" : "AssetLib\\FBX", + "sourceIndexes" : + [ + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 404, + 405, + 406, + 407, + 408, + 409 + ] + }, + { + "name" : "AssetLib\\Q3D", + "sourceIndexes" : + [ + 313, + 314 + ] + }, + { + "name" : "AssetLib\\Q3BSP", + "sourceIndexes" : + [ + 315, + 316, + 317, + 318, + 319 + ] + }, + { + "name" : "AssetLib\\RAW", + "sourceIndexes" : + [ + 320, + 321 + ] + }, + { + "name" : "AssetLib\\SIB", + "sourceIndexes" : + [ + 322, + 323 + ] + }, + { + "name" : "AssetLib\\SMD", + "sourceIndexes" : + [ + 324, + 325 + ] + }, + { + "name" : "AssetLib\\STL", + "sourceIndexes" : + [ + 326, + 327, + 410, + 411 + ] + }, + { + "name" : "AssetLib\\TERRAGEN", + "sourceIndexes" : + [ + 328, + 329 + ] + }, + { + "name" : "AssetLib\\3D", + "sourceIndexes" : + [ + 330, + 331 + ] + }, + { + "name" : "AssetLib\\X", + "sourceIndexes" : + [ + 332, + 333, + 334, + 335, + 336, + 412, + 413 + ] + }, + { + "name" : "AssetLib\\X3D", + "sourceIndexes" : + [ + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 414, + 415 + ] + }, + { + "name" : "AssetLib\\GLTF", + "sourceIndexes" : + [ + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 416, + 417, + 418, + 419 + ] + }, + { + "name" : "AssetLib\\3MF", + "sourceIndexes" : + [ + 369, + 370, + 371, + 372, + 373, + 374, + 375, + 376, + 420, + 421 + ] + }, + { + "name" : "AssetLib\\MMD", + "sourceIndexes" : + [ + 377, + 378, + 379, + 380, + 381, + 382, + 383 + ] + }, + { + "name" : "AssetLib\\ASSXML", + "sourceIndexes" : + [ + 396, + 397, + 398, + 399 + ] + }, + { + "name" : "AssetLib\\PBRT", + "sourceIndexes" : + [ + 422, + 423 + ] + }, + { + "name" : "AssetLib\\ASSJSON", + "sourceIndexes" : + [ + 424, + 425, + 426, + 427, + 428 + ] + }, + { + "name" : "AssetLib\\STEP", + "sourceIndexes" : + [ + 429, + 430 + ] + }, + { + "name" : "Contrib\\unzip", + "sourceIndexes" : + [ + 431, + 432, + 433, + 434, + 435, + 436 + ] + }, + { + "name" : "Contrib\\Poly2Tri", + "sourceIndexes" : + [ + 437, + 438, + 439, + 440, + 441, + 442, + 443, + 444, + 445, + 446, + 447 + ] + }, + { + "name" : "Contrib\\Clipper", + "sourceIndexes" : + [ + 448, + 449 + ] + }, + { + "name" : "Contrib\\openddl_parser", + "sourceIndexes" : + [ + 450, + 451, + 452, + 453, + 454, + 455, + 456, + 457, + 458, + 459, + 460, + 461, + 462 + ] + }, + { + "name" : "Contrib\\open3dgc", + "sourceIndexes" : + [ + 463, + 464, + 465, + 466, + 467, + 468, + 469, + 470, + 471, + 472, + 473, + 474, + 475, + 476, + 477, + 478, + 479, + 480, + 481, + 482, + 483, + 484, + 485, + 486, + 487, + 488, + 489, + 490, + 491 + ] + }, + { + "name" : "ziplib", + "sourceIndexes" : + [ + 492, + 493, + 494 + ] + }, + { + "name" : "Contrib\\Pugixml", + "sourceIndexes" : + [ + 495, + 496 + ] + }, + { + "name" : "Contrib\\stb", + "sourceIndexes" : + [ + 497 + ] + }, + { + "name" : "Compiler", + "sourceIndexes" : + [ + 579, + 580, + 581 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Assimp.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/CApi/CInterfaceIOWrapper.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/CApi/CInterfaceIOWrapper.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StbCommon.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Compression.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Compression.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/BaseImporter.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/BaseProcess.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/BaseProcess.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Importer.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/ScenePrivate.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/PostStepRegistry.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/ImporterRegistry.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/DefaultProgressHandler.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/DefaultIOStream.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/IOSystem.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/DefaultIOSystem.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/ZipArchiveIOSystem.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/PolyTools.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Maybe.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Importer.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/IFF.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SGSpatialSort.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/VertexTriangleAdjacency.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/VertexTriangleAdjacency.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SpatialSort.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SceneCombiner.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/ScenePreprocessor.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/ScenePreprocessor.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SkeletonMeshBuilder.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StackAllocator.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StackAllocator.inl", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/StandardShapes.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/TargetAnimation.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/TargetAnimation.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/RemoveComments.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Subdivision.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/scene.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Bitmap.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Version.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/CreateAnimMesh.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/simd.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/simd.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/material.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/AssertHandler.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Exceptional.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Base64.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Geometry/GeometryUtils.h", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Geometry/GeometryUtils.cpp", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/DefaultLogger.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/LogStream.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Logger.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/NullLogger.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Win32DebugLogStream.h", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/DefaultLogger.cpp", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/FileLogStream.h", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StdOStreamLogStream.h", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Exporter.cpp", + "sourceGroupIndex" : 6 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/CApi/AssimpCExport.cpp", + "sourceGroupIndex" : 6 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/BlobIOSystem.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/CalcTangentsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/CalcTangentsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ComputeUVMappingProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ComputeUVMappingProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ConvertToLHProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ConvertToLHProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/EmbedTexturesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/EmbedTexturesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FindDegenerates.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FindDegenerates.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FindInstancesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FindInstancesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FindInvalidDataProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FindInvalidDataProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FixNormalsStep.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FixNormalsStep.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/DropFaceNormalsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/DropFaceNormalsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/GenFaceNormalsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/GenFaceNormalsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/GenVertexNormalsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/GenVertexNormalsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/PretransformVertices.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/PretransformVertices.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ImproveCacheLocality.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ImproveCacheLocality.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/JoinVerticesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/JoinVerticesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/LimitBoneWeightsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/LimitBoneWeightsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/RemoveRedundantMaterials.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/RemoveRedundantMaterials.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/RemoveVCProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/RemoveVCProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/SortByPTypeProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/SortByPTypeProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/SplitLargeMeshes.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/SplitLargeMeshes.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/TextureTransform.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/TextureTransform.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/TriangulateProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/TriangulateProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ValidateDataStructure.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ValidateDataStructure.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/OptimizeGraph.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/OptimizeGraph.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/OptimizeMeshes.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/OptimizeMeshes.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/DeboneProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/DeboneProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ProcessHelper.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ProcessHelper.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/MakeVerboseFormat.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/MakeVerboseFormat.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ScaleProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ScaleProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ArmaturePopulate.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ArmaturePopulate.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/GenBoundingBoxesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/GenBoundingBoxesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/SplitByBoneCountProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/SplitByBoneCountProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Material/MaterialSystem.cpp", + "sourceGroupIndex" : 8 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Material/MaterialSystem.h", + "sourceGroupIndex" : 8 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileReader.h", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileReader.cpp", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileEncoding.cpp", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileEncoding.h", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter.hpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Node.hpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Geometry.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Material.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Postprocess.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3DS/3DSConverter.cpp", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3DS/3DSHelper.h", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3DS/3DSLoader.cpp", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3DS/3DSLoader.h", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AC/ACLoader.cpp", + "sourceGroupIndex" : 12 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/AC/ACLoader.h", + "sourceGroupIndex" : 12 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/ASE/ASELoader.cpp", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/ASE/ASELoader.h", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/ASE/ASEParser.cpp", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/ASE/ASEParser.h", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinLoader.h", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinLoader.cpp", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/B3D/B3DImporter.cpp", + "sourceGroupIndex" : 15 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/B3D/B3DImporter.h", + "sourceGroupIndex" : 15 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/BVH/BVHLoader.cpp", + "sourceGroupIndex" : 16 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/BVH/BVHLoader.h", + "sourceGroupIndex" : 16 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaHelper.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaHelper.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaLoader.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaLoader.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaParser.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaParser.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/DXF/DXFLoader.cpp", + "sourceGroupIndex" : 18 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/DXF/DXFLoader.h", + "sourceGroupIndex" : 18 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/DXF/DXFHelper.h", + "sourceGroupIndex" : 18 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/CSM/CSMLoader.cpp", + "sourceGroupIndex" : 19 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/CSM/CSMLoader.h", + "sourceGroupIndex" : 19 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/HMP/HMPFileData.h", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/HMP/HMPLoader.cpp", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/HMP/HMPLoader.h", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/HMP/HalfLifeFileData.h", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Irr/IRRMeshLoader.cpp", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Irr/IRRMeshLoader.h", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Irr/IRRShared.cpp", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Irr/IRRShared.h", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IQM/IQMImporter.cpp", + "sourceGroupIndex" : 22 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IQM/iqm.h", + "sourceGroupIndex" : 22 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IQM/IQMImporter.h", + "sourceGroupIndex" : 22 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Irr/IRRLoader.cpp", + "sourceGroupIndex" : 23 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Irr/IRRLoader.h", + "sourceGroupIndex" : 23 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOAnimation.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWO/LWOAnimation.h", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOBLoader.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWO/LWOFileData.h", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOLoader.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWO/LWOLoader.h", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOMaterial.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWS/LWSLoader.cpp", + "sourceGroupIndex" : 25 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWS/LWSLoader.h", + "sourceGroupIndex" : 25 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DMaterials.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DImporter.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/M3D/M3DImporter.cpp", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DWrapper.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/M3D/M3DWrapper.cpp", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/m3d.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD2/MD2FileData.h", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD2/MD2Loader.cpp", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD2/MD2Loader.h", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD2/MD2NormalTable.h", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD3/MD3FileData.h", + "sourceGroupIndex" : 28 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD3/MD3Loader.cpp", + "sourceGroupIndex" : 28 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD3/MD3Loader.h", + "sourceGroupIndex" : 28 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Loader.cpp", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Loader.h", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Parser.cpp", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Parser.h", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDC/MDCFileData.h", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDC/MDCLoader.cpp", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDC/MDCLoader.h", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDC/MDCNormalTable.h", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/MDLDefaultColorMap.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/MDLFileData.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/MDLLoader.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/MDLLoader.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/MDLMaterialLoader.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HalfLifeMDLBaseHeader.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1FileData.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1MDLLoader.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1ImportDefinitions.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1ImportSettings.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1MeshTrivert.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/LogFunctions.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/UniqueNameGenerator.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/NFF/NFFLoader.cpp", + "sourceGroupIndex" : 32 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/NFF/NFFLoader.h", + "sourceGroupIndex" : 32 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/NDO/NDOLoader.cpp", + "sourceGroupIndex" : 33 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/NDO/NDOLoader.h", + "sourceGroupIndex" : 33 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/OFF/OFFLoader.cpp", + "sourceGroupIndex" : 34 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OFF/OFFLoader.h", + "sourceGroupIndex" : 34 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileData.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileImporter.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileImporter.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileMtlImporter.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileMtlImporter.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileParser.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileParser.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjTools.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreImporter.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreStructs.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreParsingUtils.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreBinarySerializer.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreXmlSerializer.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreImporter.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreStructs.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreBinarySerializer.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreXmlSerializer.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreMaterial.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXImporter.cpp", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXImporter.h", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXStructs.h", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ply/PlyLoader.cpp", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ply/PlyLoader.h", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ply/PlyParser.cpp", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ply/PlyParser.h", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MS3D/MS3DLoader.cpp", + "sourceGroupIndex" : 39 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MS3D/MS3DLoader.h", + "sourceGroupIndex" : 39 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/COB/COBLoader.cpp", + "sourceGroupIndex" : 40 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/COB/COBLoader.h", + "sourceGroupIndex" : 40 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/COB/COBScene.h", + "sourceGroupIndex" : 40 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderLoader.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderLoader.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderDNA.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderDNA.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderDNA.inl", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderScene.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderScene.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderSceneGen.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderIntermediate.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderModifier.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderModifier.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderBMesh.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderBMesh.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderTessellator.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderTessellator.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderCustomData.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderCustomData.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCLoader.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IFC/IFCLoader.h", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCReaderGen1_2x3.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCReaderGen2_2x3.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IFC/IFCReaderGen_2x3.h", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IFC/IFCUtil.h", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCUtil.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCGeometry.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCMaterial.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCProfile.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCCurve.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCBoolean.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCOpenings.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/XGL/XGLLoader.cpp", + "sourceGroupIndex" : 43 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/XGL/XGLLoader.h", + "sourceGroupIndex" : 43 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXImporter.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXCompileConfig.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXImporter.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXParser.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXParser.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXTokenizer.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXTokenizer.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXImportSettings.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXConverter.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXConverter.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXUtil.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXUtil.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDocument.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDocument.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXProperties.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXProperties.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXMeshGeometry.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXMeshGeometry.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXMaterial.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXModel.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXAnimation.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXNodeAttribute.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDeformer.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXBinaryTokenizer.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDocumentUtil.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXCommon.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Q3D/Q3DLoader.cpp", + "sourceGroupIndex" : 45 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3D/Q3DLoader.h", + "sourceGroupIndex" : 45 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileData.h", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileParser.h", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileParser.cpp", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileImporter.h", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileImporter.cpp", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Raw/RawLoader.cpp", + "sourceGroupIndex" : 47 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Raw/RawLoader.h", + "sourceGroupIndex" : 47 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/SIB/SIBImporter.cpp", + "sourceGroupIndex" : 48 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/SIB/SIBImporter.h", + "sourceGroupIndex" : 48 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/SMD/SMDLoader.cpp", + "sourceGroupIndex" : 49 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/SMD/SMDLoader.h", + "sourceGroupIndex" : 49 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STL/STLLoader.cpp", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STL/STLLoader.h", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Terragen/TerragenLoader.cpp", + "sourceGroupIndex" : 51 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Terragen/TerragenLoader.h", + "sourceGroupIndex" : 51 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Unreal/UnrealLoader.cpp", + "sourceGroupIndex" : 52 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Unreal/UnrealLoader.h", + "sourceGroupIndex" : 52 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileHelper.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X/XFileImporter.cpp", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileImporter.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X/XFileParser.cpp", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileParser.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry2D.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry3D.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Group.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Light.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Metadata.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Networking.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Postprocess.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Rendering.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Shape.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Texturing.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Macro.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Node.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DGeoHelper.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DGeoHelper.h", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DXmlHelper.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DXmlHelper.h", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFCommon.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF/glTFCommon.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAsset.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAsset.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAssetWriter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAssetWriter.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF/glTFImporter.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFImporter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Asset.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Asset.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2AssetWriter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2AssetWriter.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Importer.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Importer.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/3MFTypes.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/XmlSerializer.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/XmlSerializer.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFImporter.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFImporter.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFOpcPackage.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFOpcPackage.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/3MFXmlTags.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDCpp14.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MMD/MMDImporter.cpp", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDImporter.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDPmdParser.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDPmxParser.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MMD/MMDPmxParser.cpp", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDVmdParser.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjExporter.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjExporter.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXExporter.cpp", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXExporter.h", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ply/PlyExporter.cpp", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ply/PlyExporter.h", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3DS/3DSExporter.h", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3DS/3DSExporter.cpp", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinExporter.h", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinExporter.cpp", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinFileWriter.h", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinFileWriter.cpp", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlExporter.h", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlExporter.cpp", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlFileWriter.h", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlFileWriter.cpp", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DExporter.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/M3D/M3DExporter.cpp", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaExporter.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaExporter.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExporter.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExporter.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportNode.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportNode.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportProperty.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportProperty.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STL/STLExporter.h", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STL/STLExporter.cpp", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileExporter.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X/XFileExporter.cpp", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DExporter.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DExporter.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFExporter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF/glTFExporter.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Exporter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Exporter.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFExporter.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFExporter.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Pbrt/PbrtExporter.h", + "sourceGroupIndex" : 59 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Pbrt/PbrtExporter.cpp", + "sourceGroupIndex" : 59 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/code/AssetLib/Assjson/cencode.c", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assjson/cencode.h", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assjson/json_exporter.cpp", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assjson/mesh_splitter.cpp", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assjson/mesh_splitter.h", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Step/StepExporter.h", + "sourceGroupIndex" : 61 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Step/StepExporter.cpp", + "sourceGroupIndex" : 61 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/unzip/crypt.c", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/unzip/crypt.h", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/unzip/ioapi.c", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/unzip/ioapi.h", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/unzip/unzip.c", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/unzip/unzip.h", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/common/shapes.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/common/shapes.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/common/utils.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/advancing_front.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/advancing_front.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/cdt.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/cdt.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep_context.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep_context.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/clipper/clipper.hpp", + "sourceGroupIndex" : 64 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/clipper/clipper.cpp", + "sourceGroupIndex" : 64 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLParser.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/DDLNode.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLCommon.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLExport.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/Value.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLStream.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLParser.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLParserUtils.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLCommon.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLExport.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLStream.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/DDLNode.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/Value.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcAdjacencyInfo.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcArithmeticCodec.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcArithmeticCodec.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcBinaryStream.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcCommon.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDVEncodeParams.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorDecoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorEncoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVector.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcFIFO.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcIndexedFaceSet.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcIndexedFaceSet.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCDecoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCDecoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCEncodeParams.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCEncoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCEncoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTimer.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTools.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleFans.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleFans.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListDecoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListDecoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListEncoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListEncoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcVector.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcVector.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zip/src/miniz.h", + "sourceGroupIndex" : 67 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/zip/src/zip.c", + "sourceGroupIndex" : 67 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zip/src/zip.h", + "sourceGroupIndex" : 67 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/pugixml/src/pugiconfig.hpp", + "sourceGroupIndex" : 68 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/pugixml/src/pugixml.hpp", + "sourceGroupIndex" : 68 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/stb/stb_image.h", + "sourceGroupIndex" : 69 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/anim.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/aabb.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ai_assert.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/camera.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/color4.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/color4.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug-sanitizer/libs/assimp/include/assimp/config.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ColladaMetaData.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/commonMetaData.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/defs.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/cfileio.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/light.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/material.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/material.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix3x3.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix3x3.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix4x4.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix4x4.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/mesh.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ObjMaterial.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/pbrmaterial.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/GltfMaterial.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/postprocess.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/quaternion.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/quaternion.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/scene.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/metadata.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/texture.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/types.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector2.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector2.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector3.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector3.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/version.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/cimport.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/AssertHandler.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/importerdesc.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Importer.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ProgressHandler.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/IOStream.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/IOSystem.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/cexport.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Exporter.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/DefaultIOStream.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/DefaultIOSystem.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ZipArchiveIOSystem.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SceneCombiner.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/fast_atof.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/qnan.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/BaseImporter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Hash.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/MemoryIOWrapper.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ParsingUtils.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StreamReader.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StreamWriter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StringComparison.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StringUtils.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SGSpatialSort.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/GenericProperty.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SpatialSort.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SkeletonMeshBuilder.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SmallVector.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SmoothingGroups.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SmoothingGroups.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StandardShapes.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/RemoveComments.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Subdivision.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Vertex.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/LineSplitter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/TinyFormatter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Profiler.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/LogAux.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Bitmap.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/XMLTools.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/IOStreamBuffer.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/CreateAnimMesh.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/XmlParser.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/MathFunctions.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Exceptional.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ByteSwapper.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Base64.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Compiler/pushpack1.h", + "sourceGroupIndex" : 70 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Compiler/poppack1.h", + "sourceGroupIndex" : 70 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Compiler/pstdint.h", + "sourceGroupIndex" : 70 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-boing-Debug-6cc04a9c0c2e7e3ba268.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-boing-Debug-6cc04a9c0c2e7e3ba268.json new file mode 100644 index 0000000..d66a4c8 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-boing-Debug-6cc04a9c0c2e7e3ba268.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/boing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "boing::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "boing", + "nameOnDisk" : "boing", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/boing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-clipboard-Debug-88c901ada8cffb6824c7.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-clipboard-Debug-88c901ada8cffb6824c7.json new file mode 100644 index 0000000..2c4129e --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-clipboard-Debug-88c901ada8cffb6824c7.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/clipboard" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 35, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "clipboard::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "clipboard", + "nameOnDisk" : "clipboard", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/clipboard.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-cursor-Debug-7f5da26917a67a7aba76.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-cursor-Debug-7f5da26917a67a7aba76.json new file mode 100644 index 0000000..87a147e --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-cursor-Debug-7f5da26917a67a7aba76.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/cursor" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "cursor::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "cursor", + "nameOnDisk" : "cursor", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/cursor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-empty-Debug-03d532f4d9fecf63a943.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-empty-Debug-03d532f4d9fecf63a943.json new file mode 100644 index 0000000..8647873 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-empty-Debug-03d532f4d9fecf63a943.json @@ -0,0 +1,203 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/empty" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 44, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 60, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "empty::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "empty", + "nameOnDisk" : "empty", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/empty.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-events-Debug-6995c0c796f1924d99cb.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-events-Debug-6995c0c796f1924d99cb.json new file mode 100644 index 0000000..cbe7bd0 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-events-Debug-6995c0c796f1924d99cb.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/events" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 36, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "events::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "events", + "nameOnDisk" : "events", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/events.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-gamma-Debug-c90ceaf45a88ed613909.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-gamma-Debug-c90ceaf45a88ed613909.json new file mode 100644 index 0000000..ae4d300 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-gamma-Debug-c90ceaf45a88ed613909.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/gamma" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "gamma::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "gamma", + "nameOnDisk" : "gamma", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/gamma.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-gears-Debug-21520edd743f150bee24.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-gears-Debug-21520edd743f150bee24.json new file mode 100644 index 0000000..bc872ed --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-gears-Debug-21520edd743f150bee24.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/gears" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "gears::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "gears", + "nameOnDisk" : "gears", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/gears.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-glfw-Debug-211d45775d81f79c9939.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-glfw-Debug-211d45775d81f79c9939.json new file mode 100644 index 0000000..1a39b8f --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-glfw-Debug-211d45775d81f79c9939.json @@ -0,0 +1,423 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/src/libglfw3.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 91, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 189, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 140, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 111, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 112, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 115, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 102, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-Wdeclaration-after-statement" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 13, + 14 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 15 + ] + } + ], + "folder" : + { + "name" : "GLFW3" + }, + "id" : "glfw::@7dc16bda365e0ec860ed", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "glfw", + "nameOnDisk" : "libglfw3.a", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/src", + "source" : "libs/glfw/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/input.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/xkb_unicode.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_time.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_thread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/glx_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/egl_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/osmesa_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/linux_joystick.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/internal.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/mappings.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw_config.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/include/GLFW/glfw3.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/include/GLFW/glfw3native.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_platform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/xkb_unicode.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_time.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_thread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/glx_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/egl_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/osmesa_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/linux_joystick.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-glfwinfo-Debug-c64e0027b62a28063a1a.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-glfwinfo-Debug-c64e0027b62a28063a1a.json new file mode 100644 index 0000000..1da0e1f --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-glfwinfo-Debug-c64e0027b62a28063a1a.json @@ -0,0 +1,215 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/glfwinfo" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 38, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "glfwinfo::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "glfwinfo", + "nameOnDisk" : "glfwinfo", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/glfwinfo.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/vulkan.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_vulkan.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-heightmap-Debug-10bd73281438152ffaac.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-heightmap-Debug-10bd73281438152ffaac.json new file mode 100644 index 0000000..22f8886 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-heightmap-Debug-10bd73281438152ffaac.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/heightmap" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "heightmap::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "heightmap", + "nameOnDisk" : "heightmap", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/heightmap.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-icon-Debug-b49087da2f5d998549b4.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-icon-Debug-b49087da2f5d998549b4.json new file mode 100644 index 0000000..ed04834 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-icon-Debug-b49087da2f5d998549b4.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/icon" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 46, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "icon::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "icon", + "nameOnDisk" : "icon", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/icon.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-iconify-Debug-e8ce9178af1f74b6b736.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-iconify-Debug-e8ce9178af1f74b6b736.json new file mode 100644 index 0000000..bc8decb --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-iconify-Debug-e8ce9178af1f74b6b736.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/iconify" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "iconify::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "iconify", + "nameOnDisk" : "iconify", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/iconify.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-inputlag-Debug-ad2c5c8415393424cd21.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-inputlag-Debug-ad2c5c8415393424cd21.json new file mode 100644 index 0000000..7aeb470 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-inputlag-Debug-ad2c5c8415393424cd21.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/inputlag" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "inputlag::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "inputlag", + "nameOnDisk" : "inputlag", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/inputlag.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-joysticks-Debug-89e24fa4ea578acda01f.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-joysticks-Debug-89e24fa4ea578acda01f.json new file mode 100644 index 0000000..b2d6b60 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-joysticks-Debug-89e24fa4ea578acda01f.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/joysticks" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 48, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "joysticks::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "joysticks", + "nameOnDisk" : "joysticks", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/joysticks.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-monitors-Debug-81fcc9a8af395812bcc5.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-monitors-Debug-81fcc9a8af395812bcc5.json new file mode 100644 index 0000000..3968918 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-monitors-Debug-81fcc9a8af395812bcc5.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/monitors" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "monitors::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "monitors", + "nameOnDisk" : "monitors", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/monitors.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-msaa-Debug-937142563656ee447b31.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-msaa-Debug-937142563656ee447b31.json new file mode 100644 index 0000000..d4340e8 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-msaa-Debug-937142563656ee447b31.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/msaa" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 37, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "msaa::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "msaa", + "nameOnDisk" : "msaa", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/msaa.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-offscreen-Debug-f5253bdfe49cebccc8de.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-offscreen-Debug-f5253bdfe49cebccc8de.json new file mode 100644 index 0000000..88d2901 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-offscreen-Debug-f5253bdfe49cebccc8de.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/offscreen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "offscreen::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "offscreen", + "nameOnDisk" : "offscreen", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/offscreen.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-opacity-Debug-3e28b72eb8e1a82e5641.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-opacity-Debug-3e28b72eb8e1a82e5641.json new file mode 100644 index 0000000..78d51b3 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-opacity-Debug-3e28b72eb8e1a82e5641.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/opacity" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "opacity::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "opacity", + "nameOnDisk" : "opacity", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/opacity.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-parksnrec-Debug-d3d3bd4df34fc38d403e.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-parksnrec-Debug-d3d3bd4df34fc38d403e.json new file mode 100644 index 0000000..762992c --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-parksnrec-Debug-d3d3bd4df34fc38d403e.json @@ -0,0 +1,440 @@ +{ + "artifacts" : + [ + { + "path" : "parksnrec" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_options", + "target_link_libraries", + "TARGET_LINK_LIBRARIES", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt", + "libs/BLT/CMakeLists.txt", + "libs/assimp/code/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 30, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 32, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 33, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 34, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 35, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 119, + "parent" : 8 + }, + { + "file" : 2 + }, + { + "command" : 2, + "file" : 2, + "line" : 54, + "parent" : 10 + }, + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 1289, + "parent" : 12 + }, + { + "command" : 3, + "file" : 3, + "line" : 1392, + "parent" : 12 + }, + { + "command" : 4, + "file" : 0, + "line" : 36, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 44, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 26, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 15, + "fragment" : "-Wall" + }, + { + "backtrace" : 15, + "fragment" : "-Wextra" + }, + { + "backtrace" : 15, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 16, + "fragment" : "-fsanitize=address" + }, + { + "backtrace" : 17, + "fragment" : "-fsanitize=undefined" + } + ], + "includes" : + [ + { + "backtrace" : 18, + "path" : "/home/brett/git/parksandrec/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + }, + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/BLT/include" + }, + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../include" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 4, + "id" : "glfw::@7dc16bda365e0ec860ed" + }, + { + "backtrace" : 5, + "id" : "BLT::@15de44d4528f33befea6" + }, + { + "backtrace" : 7, + "id" : "zlibstatic::@142f1425b4d57e544353" + }, + { + "backtrace" : 7, + "id" : "assimp::@c18b53e73a5197b875a6" + } + ], + "id" : "parksnrec::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "-rdynamic", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-fsanitize=address", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "-fsanitize=undefined", + "role" : "flags" + }, + { + "backtrace" : 4, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libs/BLT/libBLT.a", + "role" : "libraries" + }, + { + "backtrace" : 6, + "fragment" : "-lOpenGL", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "libs/assimp/lib/libassimp.a", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-Bstatic", + "role" : "libraries" + }, + { + "fragment" : "-lrt", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-Bdynamic", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-lX11", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/usr/lib/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 13, + "fragment" : "libs/assimp/contrib/zlib/libzlibstatic.a", + "role" : "libraries" + }, + { + "backtrace" : 14, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "parksnrec", + "nameOnDisk" : "parksnrec", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_demo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_draw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_impl_glfw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_impl_opengl3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_widgets.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/app.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/OpenGL.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/engine.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/player.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/resources.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/window.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-particles-Debug-2b8f5f07ca40e623549f.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-particles-Debug-2b8f5f07ca40e623549f.json new file mode 100644 index 0000000..e0e9d5d --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-particles-Debug-2b8f5f07ca40e623549f.json @@ -0,0 +1,217 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/particles" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 43, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "particles::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "particles", + "nameOnDisk" : "particles", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/particles.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-reopen-Debug-71f89d1cc3a572d1ca83.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-reopen-Debug-71f89d1cc3a572d1ca83.json new file mode 100644 index 0000000..ac7108a --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-reopen-Debug-71f89d1cc3a572d1ca83.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/reopen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "reopen::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "reopen", + "nameOnDisk" : "reopen", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/reopen.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-sharing-Debug-a9ae37202d427f21acb1.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-sharing-Debug-a9ae37202d427f21acb1.json new file mode 100644 index 0000000..178df77 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-sharing-Debug-a9ae37202d427f21acb1.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/sharing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 44, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "sharing::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "sharing", + "nameOnDisk" : "sharing", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/sharing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-simple-Debug-6815caedde9a30ce154e.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-simple-Debug-6815caedde9a30ce154e.json new file mode 100644 index 0000000..28bf8a1 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-simple-Debug-6815caedde9a30ce154e.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/simple" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "simple::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "simple", + "nameOnDisk" : "simple", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/simple.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-splitview-Debug-01f8d1d4b2d27cab6c1e.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-splitview-Debug-01f8d1d4b2d27cab6c1e.json new file mode 100644 index 0000000..b0f8b75 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-splitview-Debug-01f8d1d4b2d27cab6c1e.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/splitview" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 46, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "splitview::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "splitview", + "nameOnDisk" : "splitview", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/splitview.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-tearing-Debug-a8d4f930e8f3e1e22994.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-tearing-Debug-a8d4f930e8f3e1e22994.json new file mode 100644 index 0000000..50ddf11 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-tearing-Debug-a8d4f930e8f3e1e22994.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/tearing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 50, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "tearing::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "tearing", + "nameOnDisk" : "tearing", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/tearing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-threads-Debug-2bf7fc6defb63d640c7f.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-threads-Debug-2bf7fc6defb63d640c7f.json new file mode 100644 index 0000000..2efe7cd --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-threads-Debug-2bf7fc6defb63d640c7f.json @@ -0,0 +1,203 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/threads" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "threads::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "threads", + "nameOnDisk" : "threads", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/threads.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-timeout-Debug-5adb635ac3a34d47051a.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-timeout-Debug-5adb635ac3a34d47051a.json new file mode 100644 index 0000000..22f1579 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-timeout-Debug-5adb635ac3a34d47051a.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/timeout" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 52, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "timeout::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "timeout", + "nameOnDisk" : "timeout", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/timeout.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-title-Debug-6bdf135670eb11af8d03.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-title-Debug-6bdf135670eb11af8d03.json new file mode 100644 index 0000000..35e7406 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-title-Debug-6bdf135670eb11af8d03.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/title" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 53, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "title::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "title", + "nameOnDisk" : "title", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/title.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-triangle-vulkan-Debug-b743265eb6c273981f68.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-triangle-vulkan-Debug-b743265eb6c273981f68.json new file mode 100644 index 0000000..8a33f5a --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-triangle-vulkan-Debug-b743265eb6c273981f68.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/triangle-vulkan" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 54, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "triangle-vulkan::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "triangle-vulkan", + "nameOnDisk" : "triangle-vulkan", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/triangle-vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/vulkan.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_vulkan.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-uninstall-Debug-7b3ff1601d809fdbb815.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-uninstall-Debug-7b3ff1601d809fdbb815.json new file mode 100644 index 0000000..7010968 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-uninstall-Debug-7b3ff1601d809fdbb815.json @@ -0,0 +1,70 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 379, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "uninstall::@469bc31a56f95ec09ce9", + "name" : "uninstall", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8", + "source" : "libs/glfw/glfw-3.3.8" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/uninstall", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/uninstall.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-update_mappings-Debug-67ad109bd578966a1a6d.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-update_mappings-Debug-67ad109bd578966a1a6d.json new file mode 100644 index 0000000..38142dc --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-update_mappings-Debug-67ad109bd578966a1a6d.json @@ -0,0 +1,88 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 8, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "update_mappings::@7dc16bda365e0ec860ed", + "name" : "update_mappings", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/src", + "source" : "libs/glfw/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 1, + 2 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/mappings.h.in", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/CMake/GenerateMappings.cmake", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-wave-Debug-cfbcdac7da21d64c9e59.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-wave-Debug-cfbcdac7da21d64c9e59.json new file mode 100644 index 0000000..487b86e --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-wave-Debug-cfbcdac7da21d64c9e59.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/wave" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "wave::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "wave", + "nameOnDisk" : "wave", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/wave.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-windows-Debug-a4d1138a01df1671c27d.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-windows-Debug-a4d1138a01df1671c27d.json new file mode 100644 index 0000000..058d4bd --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-windows-Debug-a4d1138a01df1671c27d.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/windows" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 55, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "windows::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "windows", + "nameOnDisk" : "windows", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/windows.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-zlibstatic-Debug-54ff886d4b8d64638044.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-zlibstatic-Debug-54ff886d4b8d64638044.json new file mode 100644 index 0000000..26f5a4a --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/target-zlibstatic-Debug-54ff886d4b8d64638044.json @@ -0,0 +1,374 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/assimp/contrib/zlib/libzlibstatic.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "INSTALL", + "ADD_DEFINITIONS", + "add_definitions", + "INCLUDE_DIRECTORIES", + "include_directories" + ], + "files" : + [ + "libs/assimp/contrib/zlib/CMakeLists.txt", + "libs/assimp/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 207, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 209, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 45, + "parent" : 3 + }, + { + "command" : 2, + "file" : 1, + "line" : 44, + "parent" : 3 + }, + { + "command" : 3, + "file" : 0, + "line" : 57, + "parent" : 0 + }, + { + "command" : 4, + "file" : 1, + "line" : 239, + "parent" : 3 + }, + { + "command" : 5, + "file" : 0, + "line" : 107, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fno-strict-aliasing -g -std=gnu99 -fPIC -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "ASSIMP_BUILD_NO_M3D_EXPORTER" + }, + { + "backtrace" : 5, + "define" : "ASSIMP_BUILD_NO_M3D_IMPORTER" + }, + { + "backtrace" : 6, + "define" : "_LARGEFILE64_SOURCE=1" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/libs/assimp/include" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/libs/assimp/code" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/libs/assimp/." + }, + { + "backtrace" : 8, + "path" : "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 8, + "path" : "/home/brett/git/parksandrec" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14 + ] + } + ], + "id" : "zlibstatic::@142f1425b4d57e544353", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "zlibstatic", + "nameOnDisk" : "libzlibstatic.a", + "paths" : + { + "build" : "libs/assimp/contrib/zlib", + "source" : "libs/assimp/contrib/zlib" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/adler32.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/compress.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/crc32.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/deflate.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzclose.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzlib.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzwrite.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/inflate.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/infback.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/inftrees.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/inffast.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/trees.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/uncompr.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/zutil.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/zconf.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/zlib.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/crc32.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/deflate.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/gzguts.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inffast.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inffixed.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inflate.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inftrees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/trees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/zutil.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-debug-sanitizer/.cmake/api/v1/reply/toolchains-v1-c43cbce8f92a41f468b5.json b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/toolchains-v1-c43cbce8f92a41f468b5.json new file mode 100644 index 0000000..97a6646 --- /dev/null +++ b/cmake-build-debug-sanitizer/.cmake/api/v1/reply/toolchains-v1-c43cbce8f92a41f468b5.json @@ -0,0 +1,103 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/cc", + "version" : "13.1.1" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/13.1.1", + "/usr/include/c++/13.1.1/x86_64-pc-linux-gnu", + "/usr/include/c++/13.1.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/c++", + "version" : "13.1.1" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-debug-sanitizer/.ninja_deps b/cmake-build-debug-sanitizer/.ninja_deps new file mode 100644 index 0000000..71e8366 Binary files /dev/null and b/cmake-build-debug-sanitizer/.ninja_deps differ diff --git a/cmake-build-debug-sanitizer/.ninja_log b/cmake-build-debug-sanitizer/.ninja_log new file mode 100644 index 0000000..e9b8242 --- /dev/null +++ b/cmake-build-debug-sanitizer/.ninja_log @@ -0,0 +1,389 @@ +# ninja log v5 +1 303 1686872121277581635 CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o 4ac7694a81a797fc +1 314 1686872121287581806 CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o 21b9496f348d88e3 +2 349 1686872121324249099 CMakeFiles/parksnrec.dir/src/parks/app.cpp.o bec37c99823dfb0c +304 741 1686872121717589155 libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o 20a1ed48830635b3 +314 872 1686872121847591376 libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o 4c791d894043f966 +3 1054 1686872122030927843 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o 23bae09b88469974 +2 1069 1686872122044261404 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +349 1240 1686872122214264314 libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o 24a7398f5b39fd6c +2 1291 1686872122264265170 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b8c541c9b633bc4 +2 1391 1686872122364266882 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 4c721d32245d6af9 +1292 1431 1686872122407600957 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o a98df5dbe34ab0b5 +872 1447 1686872122420934518 libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o eb7aeadd84e45f81 +1391 1492 1686872122467601983 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o d365624204582d37 +2 1559 1686872122534269791 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o 3035ce0654c71620 +1492 1595 1686872122570937086 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o 5a7558cbe684d251 +1447 1606 1686872122580937256 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o 4246e72c66b93373 +1431 1659 1686872122634271503 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o 6b2ed797cdd133c0 +1071 1666 1686872122640938284 libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o 4d92384da16c101d +1559 1701 1686872122677605578 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o f35f9581a896944b +1241 1704 1686872122677605578 libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o 57bfb95c6fb2c612 +1606 1739 1686872122714272872 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o 5d73b68766ce5f8e +1596 1748 1686872122724273044 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o 56bec6b7b94b1f5e +1666 1757 1686872122730939824 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o 9bf144f0f052e21f +1702 1792 1686872122767607118 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o 89b27eb94c472dbe +1704 1797 1686872122774273899 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o 57b115f8cf294ea +1739 1865 1686872122840941706 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o d3a2e05e521b8194 +1749 1872 1686872122847608488 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o 6648dc1b904c5d30 +1757 1872 1686872122847608488 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o 150e2e6d62e98082 +1793 1911 1686872122887609172 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o d3a99775086bb708 +1872 1921 1686872122897609343 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o 3b4b6f580f362d3d +1659 1921 1686872122897609343 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o 3c20b6f6e5f7b30b +1912 1931 1686872122907609515 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o d4afdaff1927dc9b +1932 1975 1686872122950943589 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o 11dd42eb270f8223 +1921 1986 1686872122960943761 libs/glfw/glfw-3.3.8/src/libglfw3.a c835a1cf51ace55 +1872 2000 1686872122974277322 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o 49eabef80d006c45 +1865 2010 1686872122987610883 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o 43691c3b5e5780a5 +1976 2112 1686872123087612598 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o fd334621f968574a +1986 2180 1686872123154280407 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o 6a56811bdab39f0b +2000 2199 1686872123174280750 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o cdb1ee7137c1597b +741 2299 1686872123274282464 libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o fd438c5562949e6c +2180 2365 1686872123340950273 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o 9f21de583b7d9b92 +1798 2410 1686872123384284349 libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o 4d1a42bbb680120c +2365 2412 1686872123387617740 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o 3ece06412fa4faad +2113 2431 1686872123407618083 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o 8937de8112e1e62b +2410 2456 1686872123430951816 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o 77c7eabc1cc6a933 +2200 2486 1686872123460952330 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o 839b400369db6f32 +2011 2630 1686872123604288120 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o 905ea97ddab79b4c +2300 2737 1686872123710956615 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o 92ab02ac913a0285 +1921 2780 1686872123754290692 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o 532e1b9bc6d6051b +2780 2838 1686872123814291720 libs/assimp/contrib/zlib/libzlibstatic.a 394ae933e0b1c326 +1055 2865 1686872123837625453 libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o cb2fea981cf6e149 +1 2915 1686872123887626310 CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o 28effce332ed0f84 +2866 2943 1686872123914293434 libs/BLT/libBLT.a 1cce152d6cb9f40e +2457 3312 1686872124287633174 libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o 3ff77c3c891c6f5f +2486 3326 1686872124300966736 libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o 5f229849da232800 +2431 3374 1686872124347634204 libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o 2608e36239997f4c +2630 3552 1686872124527637294 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o 6a0187e43e475f76 +2915 3668 1686872124644305963 libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o 504b3f67d11c359b +1 3935 1686872124907643817 CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o acd7b6007cde90df +3326 3967 1686872124940977722 libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o a850018c049d565a +2943 4325 1686872125300983910 libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o af18e7c0c30bf7e4 +3552 4684 1686872125660990099 libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o b3d191778a523c83 +3967 4887 1686872125860993537 libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o e73606e37e73ffd2 +3935 4978 1686872125954328475 libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o 4ccf263ef6f8a2c +3668 4991 1686872125967662038 libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o 6f3416e282fb0f9f +2 5030 1686872126000995944 CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o 76f351d1fe2f76d9 +4325 5048 1686872126024329679 libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o b36000b21fa86a3 +5049 5720 1686872126694341214 libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o 3d41ae12997a190e +4978 5929 1686872126904344830 libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o ad6123f9d2e12c26 +1 6027 1686872126994346380 CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o b1b27a05044e3904 +1 6122 1686872127091014713 CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o 68f5a2e497f69e4f +2838 6148 1686872127124348620 libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o 23d45ca3024a145c +6148 6171 1686872127147682356 libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o f185c7a7aebc0421 +4991 6313 1686872127281017988 libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o 4be0a0c6867b1b5f +5720 6322 1686872127297684942 libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o a29d8fb221050b8a +5929 6523 1686872127497688390 libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o 7ce637be1bdcaeb7 +5030 6752 1686872127727692356 libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o ca4d2f94d7616105 +6122 6798 1686872127774359827 libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o 8e333ed771ec9650 +6171 6812 1686872127787693390 libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o e2bd8e1946f05345 +6027 6869 1686872127844361034 libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o d575188452a11088 +6313 6876 1686872127851027815 libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o baa119a6939a2823 +6523 6942 1686872127917695632 libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o ac39d9597e917389 +6322 7254 1686872128231034373 libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o c55574b46227802a +6813 7395 1686872128371036790 libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o 3d49f037b963228c +6876 7974 1686872128947712423 libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o 21bf410c6d878502 +6869 7990 1686872128964379291 libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o 48df84d660128d53 +2412 8030 1686872129004379660 libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o a66e5b5061fd9634 +6752 8157 1686872129131042957 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o f1e425519fa6b239 +4887 8158 1686872129134376201 libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o 1e210472245f2d92 +3374 8264 1686872129237706785 libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o f46fb7482b828ed8 +6942 8358 1686872129334370880 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o c698263cfb6990ab +7395 8533 1686872129507699601 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o 93c5522b9e46d3ea +4685 8544 1686872129521032580 libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o 32d30c0ea9d76b1c +2737 8643 1686872129617696674 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o 11f09e941c543f53 +7254 8822 1686872129797691884 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o 303303ef4b4bfee6 +3312 8839 1686872129814358107 libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o f2983102dc5ed78f +8158 9076 1686872130051018485 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o 3ff802d3edfb7b7a +8157 9123 1686872130097683917 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o 7215774c471ba442 +8030 9356 1686872130331011080 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o 6c2af738e170ba7b +8264 9435 1686872130411008965 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o 664d3bf32e6c43a7 +7974 9508 1686872130484340359 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o 1849477bcf9652e1 +7991 9509 1686872130484340359 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o fb5f1e84297e5fc1 +8359 9632 1686872130607670430 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o eeca78763c6cacb4 +8644 9776 1686872130750999973 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o 4bb8cf52cd3e9d4c +8545 10065 1686872131040992311 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o fdf0811a8e23dbe1 +0 10112 1686872131074324768 CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o 1da5bcb74720630f +8840 10322 1686872131297652231 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o edb402ec808d9810 +6798 10372 1686872131347650917 libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o bf0441aae2927fa0 +9357 10413 1686872131387649865 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o 4e4eac8f779ee38b +9776 10575 1686872131550978906 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o 5f2f06335aa6e00f +9509 10949 1686872131924302427 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o fec86220b0698faf +9124 11095 1686872132070965251 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o bce4a0f54d124dfd +9435 11174 1686872132150963161 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o 75b65742e11adc5a +10413 11177 1686872132154296407 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o e59f5e1d2a603964 +9077 11288 1686872132264293534 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o 1c4f4746219acf38 +8534 11316 1686872132290959504 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o 149d1cb69c57cc6e +9633 11397 1686872132370957414 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o 99d4a362b63a6d9 +10575 11531 1686872132507620511 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o 38aa4e15d7808a33 +10112 11543 1686872132517620250 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o e2810e56b4d65f3b +10372 11722 1686872132697615548 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o 55a769287418013e +9508 11908 1686872132884277339 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o cd26448559463064 +8822 12082 1686872133057606154 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o eb52c330894c5548 +10065 12086 1686872133060939400 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o d71723dbaf0dd8c3 +10323 12239 1686872133214268753 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o ee0560c1380b294e +11175 12310 1686872133284266936 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o d4127656830905ce +11289 12694 1686872133670923565 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o d765f4c137aa17ad +11178 12901 1686872133877584867 libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o 2de011362b286880 +11543 12905 1686872133880918114 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o f167a6005e6a2257 +10949 13466 1686872134440903646 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o 243bd70e3b321d22 +11532 13473 1686872134447570142 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o e577f43865355aaf +11316 14457 1686872135430878174 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o c0bfa1aa71145ef3 +11908 14465 1686872135440877918 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o 4e0b154aba5ec0cb +11397 14499 1686872135474210396 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o 1b54cf95205c065b +13466 14801 1686872135777535952 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o dddf7ebbaf8ca21f +11096 15510 1686872136484184578 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o 1a87df853746526 +12695 15517 1686872136490851075 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o 38a829f07ae1856f +12239 16034 1686872137007504577 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o 48e95b397a77e54b +11726 16328 1686872137300830483 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o 8ebadd15121a0e7e +12087 16579 1686872137554157402 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o 9367e6bd28bf4075 +12901 16668 1686872137644155123 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o 263befc81d2471a0 +14801 16723 1686872137694153857 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o a35ac44aab4512bd +12082 16827 1686872137800817823 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o 916073df603fc0f5 +12310 17009 1686872137984146514 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o 1bc32834aee4631f +12905 17115 1686872138090810494 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o 40fccd01eecf7cb6 +17115 17132 1686872138107476741 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o 8d178a8291fb3670 +14499 17146 1686872138120809739 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o 669b423525af6b80 +17132 17150 1686872138124142989 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o d789e63e87775073 +15518 17722 1686872138697461896 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o f993609d7759ce1f +16034 18034 1686872139010787346 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o eb762217c5829560 +16579 18069 1686872139044119846 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o a341e1bdfc58f813 +14465 18628 1686872139604105843 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o 26e2fed4e428cce1 +16668 18821 1686872139797434342 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o bb6193d2d0c63c1c +17147 18953 1686872139927431092 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o 7f683ce05f31d097 +13473 19551 1686872140527416171 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o 432df71a9e7d01f9 +18070 19924 1686872140897406977 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o 909cebad1ec99177 +17010 20033 1686872141007404244 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o 651e30b3eed28372 +16827 20141 1686872141117401528 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o 203bb8c905cd414c +15510 20163 1686872141137401034 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o cfa6e3365cf5dce9 +17722 20369 1686872141344062598 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o af118cdd0f92638 +18821 20450 1686872141424060623 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o 4abb9a7d64d844 +18034 21077 1686872142050711823 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o b8bcf24491bf09ca +16328 21386 1686872142360704217 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o 26d6efd1025214f4 +19552 21484 1686872142460701764 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o ae595dc78bbeb1b +17150 21567 1686872142540699800 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o af0878e321d11d63 +20142 22165 1686872143140685100 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o 7278a4ca504beb8e +18629 22406 1686872143380679249 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o 129f082cf20fc38e +20164 22502 1686872143477343559 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o efe39aca7ae5af23 +16723 22563 1686872143537342096 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o 6856d590da3cc22 +20033 22692 1686872143667338926 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o e1536f8088933042 +21077 23601 1686872144577316829 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o 7418c6216179d041 +18954 23779 1686872144753979215 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o 35ccd411c10f9d1f +20369 23990 1686872144963974128 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o ae8ec245ed0ede5d +21567 24033 1686872145007306412 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o fef9ba1672556dea +22502 24220 1686872145193968585 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o ad41dc1575950417 +14457 24499 1686872145473961845 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o deffcdbd4a0b09e4 +22406 24528 1686872145503961123 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o 946d43d8781a73da +20450 24718 1686872145693956549 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o ab31eefbc31b2907 +22563 25474 1686872146450605069 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o 600ebb836b1fc700 +21386 25926 1686872146900594305 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o fe73f51565990bc0 +24220 26036 1686872147010591675 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o a1d42719e55828cc +22692 26159 1686872147133922077 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o cf054fa3a85cd820 +19924 26182 1686872147157254856 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o 7de29325b706b3e8 +24718 26268 1686872147243919463 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o 26617e79f5d6793e +24528 26675 1686872147650576464 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o 279cf34f6b48ded +24499 26833 1686872147807239408 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o 504d62bdd39b019e +21485 26970 1686872147943902826 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o f12d0585223ab0d2 +23991 26998 1686872147970568859 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o 4add965d6fd9d022 +22165 27328 1686872148303894316 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o c3882fdcaf3913c0 +23601 28077 1686872149050543358 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o 287bae8360ac4031 +23779 28666 1686872149640529515 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o 70e16e6885eb9f6d +26268 29498 1686872150473843366 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o dd88f3f69f01e5f5 +28077 30210 1686872151183826841 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o 663b0c280fd2d631 +29498 30288 1686872151263824988 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o 484ed5f97a300f14 +26676 30483 1686872151457153844 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o cafc1cdd43189ed8 +26834 30706 1686872151680482004 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o fa836aab68fbaf14 +30288 30881 1686872151857144579 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o a9480685f2bdf931 +26159 31479 1686872152453797493 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o a45e199faf5e5bb9 +26183 31598 1686872152573794732 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o c27a9815da4f90c5 +26036 31842 1686872152817122465 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o 679cac185764b21c +24033 32542 1686872153513773177 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o 37758bc101cb4220 +25474 32662 1686872153637103690 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o 864efdd3c465ac10 +27329 32669 1686872153643770205 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o 78efa6b08578d59b +31598 32815 1686872153790433518 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o 36fa5bb416591cb +28666 32951 1686872153923763802 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o cb815118a1bc8ffc +30706 33007 1686872153980429174 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o ce50f65e57bc539a +26970 33142 1686872154117092733 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o 214c90d90f056ae9 +30484 33642 1686872154617081376 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o 8fe6896614343601 +31842 33797 1686872154770411226 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o 2d5e0b425603b0b3 +31479 33812 1686872154787077514 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o b0e44cbc779827ea +32542 34102 1686872155077070938 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o bdea79687b70da6e +33142 34439 1686872155413730007 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o 6a700568071827be +32815 34581 1686872155557060106 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o daaab5071f91d8dc +33007 34582 1686872155557060106 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o 1845b38dfcc07321 +32662 34690 1686872155663724366 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o cc68a7a927fa8906 +32669 34787 1686872155760388851 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o a95543c2874056bd +30881 35700 1686872156673701672 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o addaa4fd60b3093b +26998 35903 1686872156877030447 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o 3f99c1e841bdefff +32952 36076 1686872157050359901 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o 4dd797aa6165c6d5 +34102 36436 1686872157410351883 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o 2a5c8789f87ed955 +33643 36517 1686872157490350102 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o beaa2953c46c1ffb +34582 37022 1686872157997005483 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o c9fcc79476fcd090 +34581 37282 1686872158256999729 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o 42ecdf6990c1ea03 +35702 37324 1686872158300332104 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o 50f656ee85014c15 +33798 37465 1686872158440329006 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o 9fb19573b863d2c5 +37324 37708 1686872158683656955 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o d34ed102c9e08b95 +34690 37737 1686872158710323033 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o c84078f8873024df +33812 37857 1686872158830320378 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o 2696079a3ea8ac33 +36076 37937 1686872158910318607 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o 924c4b8e8bdc8806 +35903 38144 1686872159120313978 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o 3f42a28bb606258c +34439 38158 1686872159133647018 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o 48f7958bd76f9a3f +34787 38414 1686872159386974783 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o 238bbb3531f8f951 +36436 38416 1686872159390308043 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o b6427623ebd4e631 +37022 38682 1686872159656968848 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o 6bfa89d2ed7ff89c +36517 38749 1686872159723634049 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o ec2beda2d2d3a3d6 +37937 39067 1686872160040293761 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o 4848c8b01a100241 +37465 39106 1686872160080292888 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o 227ff58e2237236a +37708 39992 1686872160966940194 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o 5256f6de325b8254 +30210 40419 1686872161393597600 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o ee590a908ae2abdf +37737 40567 1686872161540261086 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o 28f9750deb42831a +37283 40588 1686872161563593913 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o 82aeccb9bcac2bd5 +37858 40871 1686872161843587839 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o 5c907b76c898a079 +39106 40994 1686872161970251758 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o a5fa061d9b3abcd2 +40995 41021 1686872161996917846 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o 328738b269af8ae8 +38417 41099 1686872162073582861 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o 96377178d7835dea +38749 41553 1686872162526906426 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o 9d435dafc29367ae +40588 41575 1686872162550239257 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o 23b534bbd3dcc94e +38414 41582 1686872162556905780 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o e1a55163ac7c9b48 +41021 41765 1686872162740235163 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o 74ef2e142d6bc3cf +39992 41801 1686872162776901039 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o a62988449c5a19c6 +40420 41973 1686872162946897377 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o 71102f17704513d2 +39067 42058 1686872163033562180 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o 4a7c2048bf000efd +38682 42093 1686872163066894801 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o 8b1321b11e7fcf6f +41583 42746 1686872163720214150 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o fd60fb4259f0abe1 +42746 42785 1686872163760213293 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o 4daad5fbfafc4b3c +41575 42919 1686872163893543773 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o da6bb7fd168191bc +40567 43191 1686872164166871280 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o 94e2ab42ca39a172 +42919 43935 1686872164910188809 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o 9fbbbaa22ff268d5 +43935 43996 1686872164970187533 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o a5a192736f030822 +40871 44056 1686872165030186262 libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o 16f1bc5a998bce6e +43997 44084 1686872165060185628 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o 8cadd07f93ad94b8 +41765 44143 1686872165116851098 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o a3eefa7992addb91 +42093 44403 1686872165376845607 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o 8d740040811f5a3d +44084 44425 1686872165400178448 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o e05fe7f2dc83d14 +41554 44524 1686872165496843073 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o dbf110d255c73a22 +44056 44538 1686872165513509388 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o 1581961c846cd48e +44403 44813 1686872165786836949 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o 9b2cbdfaaf6aea42 +44143 45037 1686872166010165567 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o 400629439cbddc1 +44813 45190 1686872166163495683 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o 8235e78b39610eae +44425 45432 1686872166406823913 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o f20a1740a6e56450 +45037 45789 1686872166763483097 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o 5c36d75b73d99e67 +45432 45853 1686872166826815102 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o 662a72cf373ca753 +41802 46062 1686872167036810703 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o 35e099a9a861f793 +43191 46092 1686872167066810078 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o 22350f2dd5c17bc9 +44524 46167 1686872167140141883 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o 94092b7dacb3162c +45190 46241 1686872167216806952 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o 694ea77a5908085 +45853 46435 1686872167410136257 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o 7b5165207bbb1d6b +45789 46557 1686872167530133757 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o 5ad10e2a3ca1c017 +46062 46609 1686872167583465979 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o 781fa2c8e6b4c4ab +42785 46680 1686872167653464521 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o 187ea89b98d45ab3 +46092 46810 1686872167786795076 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o c6d7e5a74db5aefb +46167 46904 1686872167880126465 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o e7054f016e58900f +44538 47626 1686872168600111546 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o 588607c268befc70 +46242 48064 1686872169036769181 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o c6b79d9af33d3cc8 +38145 48217 1686872169190099363 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o b4258926a986525e +41099 50862 1686872171836712000 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o e0341fec08066b42 +42058 51079 1686872172053374280 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o d2f949d1575fe2c1 +38159 52630 1686872173603343150 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o d95b4b90b81ddfb4 +41974 52669 1686872173643342350 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o c92f8024c42558e6 +25926 57172 1686872178136587275 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o ae3d71688f805084 +57173 57447 1686872178409915328 libs/assimp/lib/libassimp.a a23ff87184a0d85a +57447 57671 1686872178643244154 parksnrec d1103a8adc0207e9 +4 1025 1686872640566220778 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o 3035ce0654c71620 +1026 1238 1686872640776222775 parksnrec d1103a8adc0207e9 +4 291 1686873606848140756 CMakeFiles/parksnrec.dir/src/parks/app.cpp.o bec37c99823dfb0c +5 584 1686873607141469083 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +5 624 1686873607181468401 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o 23bae09b88469974 +4 747 1686873607304799631 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b8c541c9b633bc4 +4 763 1686873607321466014 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 4c721d32245d6af9 +5 1134 1686873607691459706 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o 3035ce0654c71620 +1134 1353 1686873607908122679 parksnrec d1103a8adc0207e9 +4 280 1686873645740845481 CMakeFiles/parksnrec.dir/src/parks/app.cpp.o bec37c99823dfb0c +5 593 1686873646054174030 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +5 616 1686873646077507008 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o 23bae09b88469974 +5 741 1686873646204171745 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b8c541c9b633bc4 +5 764 1686873646227504723 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 4c721d32245d6af9 +5 1143 1686873646604165651 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o 3035ce0654c71620 +1143 1361 1686873646820829017 parksnrec d1103a8adc0207e9 +4 277 1686874197233999157 CMakeFiles/parksnrec.dir/src/parks/app.cpp.o bec37c99823dfb0c +5 582 1686874197540665782 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +5 600 1686874197557332446 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o 23bae09b88469974 +4 736 1686874197693999095 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b8c541c9b633bc4 +4 758 1686874197713999092 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 4c721d32245d6af9 +5 1141 1686874198097332375 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o 3035ce0654c71620 +1141 1351 1686874198307332350 parksnrec d1103a8adc0207e9 +4 267 1686875139284525962 CMakeFiles/parksnrec.dir/src/parks/app.cpp.o bec37c99823dfb0c +4 577 1686875139594527953 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +5 582 1686875139604528017 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o 23bae09b88469974 +4 730 1686875139751195626 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 4c721d32245d6af9 +4 731 1686875139754528981 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b8c541c9b633bc4 +731 949 1686875139964530329 parksnrec d1103a8adc0207e9 +4 520 1686875464207921281 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +520 734 1686875464421241519 parksnrec d1103a8adc0207e9 +4 545 1686875513125035965 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o 23bae09b88469974 +4 549 1686875513128369111 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +549 758 1686875513335024083 parksnrec d1103a8adc0207e9 +4 573 1686875775212922724 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +3 715 1686875775356250693 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b8c541c9b633bc4 +3 723 1686875775362917110 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 4c721d32245d6af9 +4 1083 1686875775722903636 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o 3035ce0654c71620 +1083 1293 1686875775932895776 parksnrec d1103a8adc0207e9 +4 570 1686875957926913888 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +4 587 1686875957943580073 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o 23bae09b88469974 +4 714 1686875958066909851 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b8c541c9b633bc4 +4 724 1686875958076909562 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 4c721d32245d6af9 +724 983 1686875958333568833 parksnrec d1103a8adc0207e9 +4 668 1686876016918611596 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 4c721d32245d6af9 +668 886 1686876017135272488 parksnrec d1103a8adc0207e9 +4 538 1686876061884113975 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o 23bae09b88469974 +539 757 1686876062097441943 parksnrec d1103a8adc0207e9 +4 564 1686876139995575398 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +4 700 1686876140132238946 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b8c541c9b633bc4 +4 730 1686876140162238261 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 4c721d32245d6af9 +730 956 1686876140385566498 parksnrec d1103a8adc0207e9 +5 609 1686876171044879335 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +4 732 1686876171168209955 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b8c541c9b633bc4 +5 750 1686876171184876256 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 4c721d32245d6af9 +750 978 1686876171411537937 parksnrec d1103a8adc0207e9 +4 532 1686876801061218661 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o 23bae09b88469974 +532 742 1686876801267882713 parksnrec d1103a8adc0207e9 +4 516 1686876961235946458 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +516 727 1686876961445944020 parksnrec d1103a8adc0207e9 +4 518 1686876984119015467 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +518 730 1686876984329013054 parksnrec d1103a8adc0207e9 +4 510 1686877040768372725 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +510 720 1686877040978370370 parksnrec d1103a8adc0207e9 +5 522 1686877193103381794 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +522 737 1686877193316712869 parksnrec d1103a8adc0207e9 +4 277 1686877244352843725 CMakeFiles/parksnrec.dir/src/parks/app.cpp.o bec37c99823dfb0c +5 582 1686877244656173900 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +5 596 1686877244669507094 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o 23bae09b88469974 +4 738 1686877244812838935 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b8c541c9b633bc4 +4 754 1686877244826172129 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 4c721d32245d6af9 +5 1139 1686877245212834770 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o 3035ce0654c71620 +1139 1352 1686877245422832583 parksnrec d1103a8adc0207e9 +4 519 1686877358213876643 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +520 739 1686877358430539055 parksnrec d1103a8adc0207e9 +4 522 1686877576096644020 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +522 733 1686877576303307303 parksnrec d1103a8adc0207e9 +4 513 1686877769987000611 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +513 729 1686877770200330864 parksnrec d1103a8adc0207e9 +4 511 1686877803703184803 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +511 722 1686877803913181826 parksnrec d1103a8adc0207e9 +4 514 1686877816549669969 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +514 726 1686877816759667012 parksnrec d1103a8adc0207e9 +4 512 1686877830582806452 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +512 728 1686877830796136804 parksnrec d1103a8adc0207e9 +5 536 1686877853789150722 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +537 747 1686877853999147821 parksnrec d1103a8adc0207e9 +4 526 1686877866178980145 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +527 739 1686877866392310551 parksnrec d1103a8adc0207e9 +4 522 1686877999540538632 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +522 734 1686877999750535917 parksnrec d1103a8adc0207e9 +3 525 1686878025183542200 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +525 740 1686878025393539513 parksnrec d1103a8adc0207e9 +4 532 1686878118009041403 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +532 744 1686878118219038805 parksnrec d1103a8adc0207e9 +4 526 1686878145888698074 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o 89a5a51897fe31c7 +526 741 1686878146102028792 parksnrec d1103a8adc0207e9 diff --git a/cmake-build-debug-sanitizer/2023-6-15_19-36-18.log b/cmake-build-debug-sanitizer/2023-6-15_19-36-18.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_19-38-7.log b/cmake-build-debug-sanitizer/2023-6-15_19-38-7.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_19-44-0.log b/cmake-build-debug-sanitizer/2023-6-15_19-44-0.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-0-46.log b/cmake-build-debug-sanitizer/2023-6-15_20-0-46.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-0-8.log b/cmake-build-debug-sanitizer/2023-6-15_20-0-8.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-25-40.log b/cmake-build-debug-sanitizer/2023-6-15_20-25-40.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-31-4.log b/cmake-build-debug-sanitizer/2023-6-15_20-31-4.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-31-53.log b/cmake-build-debug-sanitizer/2023-6-15_20-31-53.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-36-16.log b/cmake-build-debug-sanitizer/2023-6-15_20-36-16.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-39-18.log b/cmake-build-debug-sanitizer/2023-6-15_20-39-18.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-40-17.log b/cmake-build-debug-sanitizer/2023-6-15_20-40-17.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-41-2.log b/cmake-build-debug-sanitizer/2023-6-15_20-41-2.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-42-20.log b/cmake-build-debug-sanitizer/2023-6-15_20-42-20.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-42-51.log b/cmake-build-debug-sanitizer/2023-6-15_20-42-51.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-52-7.log b/cmake-build-debug-sanitizer/2023-6-15_20-52-7.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-53-21.log b/cmake-build-debug-sanitizer/2023-6-15_20-53-21.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-56-1.log b/cmake-build-debug-sanitizer/2023-6-15_20-56-1.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-56-24.log b/cmake-build-debug-sanitizer/2023-6-15_20-56-24.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-57-21.log b/cmake-build-debug-sanitizer/2023-6-15_20-57-21.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-59-53.log b/cmake-build-debug-sanitizer/2023-6-15_20-59-53.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_20-9-58.log b/cmake-build-debug-sanitizer/2023-6-15_20-9-58.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-0-45.log b/cmake-build-debug-sanitizer/2023-6-15_21-0-45.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-0-52.log b/cmake-build-debug-sanitizer/2023-6-15_21-0-52.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-10-16.log b/cmake-build-debug-sanitizer/2023-6-15_21-10-16.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-10-30.log b/cmake-build-debug-sanitizer/2023-6-15_21-10-30.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-10-33.log b/cmake-build-debug-sanitizer/2023-6-15_21-10-33.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-10-4.log b/cmake-build-debug-sanitizer/2023-6-15_21-10-4.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-10-54.log b/cmake-build-debug-sanitizer/2023-6-15_21-10-54.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-11-6.log b/cmake-build-debug-sanitizer/2023-6-15_21-11-6.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-13-19.log b/cmake-build-debug-sanitizer/2023-6-15_21-13-19.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-13-45.log b/cmake-build-debug-sanitizer/2023-6-15_21-13-45.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-15-18.log b/cmake-build-debug-sanitizer/2023-6-15_21-15-18.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-15-46.log b/cmake-build-debug-sanitizer/2023-6-15_21-15-46.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-15-48.log b/cmake-build-debug-sanitizer/2023-6-15_21-15-48.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-2-38.log b/cmake-build-debug-sanitizer/2023-6-15_21-2-38.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-2-42.log b/cmake-build-debug-sanitizer/2023-6-15_21-2-42.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-6-16.log b/cmake-build-debug-sanitizer/2023-6-15_21-6-16.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/2023-6-15_21-9-30.log b/cmake-build-debug-sanitizer/2023-6-15_21-9-30.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug-sanitizer/CMakeCache.txt b/cmake-build-debug-sanitizer/CMakeCache.txt new file mode 100644 index 0000000..2573a35 --- /dev/null +++ b/cmake-build-debug-sanitizer/CMakeCache.txt @@ -0,0 +1,1274 @@ +# This is the CMakeCache file. +# For build in directory: /home/brett/git/parksandrec/cmake-build-debug-sanitizer +# 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 +######################## + +//Android JNI IOSystem support is active +ASSIMP_ANDROID_JNIIOSYSTEM:BOOL=OFF + +//Path for library output files +ASSIMP_ARCHIVE_OUTPUT_DIRECTORY:STRING=/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/lib + +//Enable AddressSanitizer. +ASSIMP_ASAN:BOOL=OFF + +//default value of all ASSIMP_BUILD_XXX_EXPORTER values +ASSIMP_BUILD_ALL_EXPORTERS_BY_DEFAULT:BOOL=ON + +//default value of all ASSIMP_BUILD_XXX_IMPORTER values +ASSIMP_BUILD_ALL_IMPORTERS_BY_DEFAULT:BOOL=ON + +//describe the current architecture. +ASSIMP_BUILD_ARCHITECTURE:STRING= + +//If the supplementary tools for Assimp are built in addition to +// the library. +ASSIMP_BUILD_ASSIMP_TOOLS:BOOL=OFF + +//describe the current compiler. +ASSIMP_BUILD_COMPILER:STRING= + +//Build documentation using Doxygen. +ASSIMP_BUILD_DOCS:BOOL=OFF + +//If the Draco libraries are to be built. Primarily for glTF +ASSIMP_BUILD_DRACO:BOOL=OFF + +//Build package as Mac OS X Framework bundle. +ASSIMP_BUILD_FRAMEWORK:BOOL=OFF + +//Build the C4D importer, which relies on the non-free Cineware +// SDK. +ASSIMP_BUILD_NONFREE_C4D_IMPORTER:BOOL=OFF + +//If the official samples are built as well (needs Glut). +ASSIMP_BUILD_SAMPLES:BOOL=OFF + +//If the test suite for Assimp is built in addition to the library. +ASSIMP_BUILD_TESTS:BOOL=ON + +//Build your own zlib +ASSIMP_BUILD_ZLIB:BOOL=ON + +//Enable this to measure test coverage. +ASSIMP_COVERALLS:BOOL=OFF + +//Set to ON to enable double precision processing +ASSIMP_DOUBLE_PRECISION:BOOL=OFF + +//adds the target headercheck which compiles every header file, +// default disabled because it adds many targets +ASSIMP_HEADERCHECK:BOOL=OFF + +//Enable Hunter package manager support +ASSIMP_HUNTER_ENABLED:BOOL=OFF + +//Don't call git to get the hash. +ASSIMP_IGNORE_GIT_HASH:BOOL=OFF + +//Inject debug postfix in .a/.so/.dll lib names +ASSIMP_INJECT_DEBUG_POSTFIX:BOOL=ON + +//Disable this if you want to use assimp as a submodule. +ASSIMP_INSTALL:BOOL=ON + +//Path for library output files +ASSIMP_LIBRARY_OUTPUT_DIRECTORY:STRING=/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/bin + +//Suffix to append to library names +ASSIMP_LIBRARY_SUFFIX:STRING= + +//Disable Assimp's export functionality. +ASSIMP_NO_EXPORT:BOOL=OFF + +//Set to ON to generate CPack configuration files and packaging +// targets +ASSIMP_OPT_BUILD_PACKAGES:BOOL=OFF + +//the package-specific version used for uploading the sources +ASSIMP_PACKAGE_VERSION:STRING=0 + +//Suppress rapidjson warning on MSVC (NOTE: breaks android build) +ASSIMP_RAPIDJSON_NO_MEMBER_ITERATOR:BOOL=ON + +//Path for runtime output files +ASSIMP_RUNTIME_OUTPUT_DIRECTORY:STRING=/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/bin + +//Enable Undefined Behavior sanitizer. +ASSIMP_UBSAN:BOOL=OFF + +//Treat all warnings as errors. +ASSIMP_WARNINGS_AS_ERRORS:BOOL=ON + +//Value Computed by CMake +Assimp_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp + +//Value Computed by CMake +Assimp_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Assimp_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/assimp + +//Value Computed by CMake +BLT_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT + +//Enable blt::logging +BLT_ENABLE_LOGGING:BOOL=ON + +//Value Computed by CMake +BLT_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +BLT_LIB_DEPENDS:STATIC=general;ZLIB::ZLIB; + +//Value Computed by CMake +BLT_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/BLT + +//Build the BLT NBT + eNBT extension +BUILD_NBT:BOOL=ON + +//Build the BLT profiler extension +BUILD_PROFILING:BOOL=ON + +//Build package with shared libraries. +BUILD_SHARED_LIBS:BOOL=OFF + +//Build the BLT standard utilities. +BUILD_STD:BOOL=ON + +//Build the BLT test set +BUILD_TESTS:BOOL=OFF + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Debug Postfix for lib, samples and tools +CMAKE_DEBUG_POSTFIX:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:UNINITIALIZED=/opt/clion/bin/ninja/linux/x64/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=parksnrec + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Doxygen documentation generation tool (https://www.doxygen.nl) +DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND + +//Enable the address sanitizer +ENABLE_ADDRSAN:BOOL=ON + +//Enable the thread data race sanitizer +ENABLE_TSAN:BOOL=OFF + +//Enable the ub sanitizer +ENABLE_UBSAN:BOOL=ON + +//Path to a file. +FREETYPE_INCLUDE_DIR_freetype2:PATH=/usr/include/freetype2 + +//Path to a file. +FREETYPE_INCLUDE_DIR_ft2build:PATH=/usr/include/freetype2 + +//Path to a library. +FREETYPE_LIBRARY_DEBUG:FILEPATH=FREETYPE_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +FREETYPE_LIBRARY_RELEASE:FILEPATH=/usr/lib/libfreetype.so + +//Path to a file. +Fontconfig_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +Fontconfig_LIBRARY:FILEPATH=/usr/lib/libfontconfig.so + +//Value Computed by CMake +GLFW_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8 + +//Build the GLFW documentation +GLFW_BUILD_DOCS:BOOL=ON + +//Build the GLFW example programs +GLFW_BUILD_EXAMPLES:BOOL=ON + +//Build the GLFW test programs +GLFW_BUILD_TESTS:BOOL=ON + +//Generate installation target +GLFW_INSTALL:BOOL=ON + +//Value Computed by CMake +GLFW_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +GLFW_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8 + +//Use OSMesa for offscreen context creation +GLFW_USE_OSMESA:BOOL=OFF + +//Use Wayland for window creation +GLFW_USE_WAYLAND:BOOL=OFF + +//Assume the Vulkan loader is linked with the application +GLFW_VULKAN_STATIC:BOOL=OFF + +//Path to a library. +MATH_LIBRARY:FILEPATH=/usr/lib/libm.so + +//Path to a file. +OPENGL_EGL_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_GLX_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +OPENGL_egl_LIBRARY:FILEPATH=/usr/lib/libEGL.so + +//Path to a library. +OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/libGLU.so + +//Path to a library. +OPENGL_glx_LIBRARY:FILEPATH=/usr/lib/libGLX.so + +//Path to a library. +OPENGL_opengl_LIBRARY:FILEPATH=/usr/lib/libOpenGL.so + +//Path to a file. +OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Path to a library. +RT_LIBRARY:FILEPATH=/usr/lib/librt.a + +//Path to a file. +X11_ICE_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_ICE_LIB:FILEPATH=/usr/lib/libICE.so + +//Path to a file. +X11_SM_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_SM_LIB:FILEPATH=/usr/lib/libSM.so + +//Path to a file. +X11_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_LIB:FILEPATH=/usr/lib/libX11.so + +//Path to a file. +X11_X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_xcb_LIB:FILEPATH=/usr/lib/libX11-xcb.so + +//Path to a file. +X11_XRes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_XRes_LIB:FILEPATH=/usr/lib/libXRes.so + +//Path to a file. +X11_XShm_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_XSync_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessrules_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xau_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xau_LIB:FILEPATH=/usr/lib/libXau.so + +//Path to a file. +X11_Xaw_INCLUDE_PATH:PATH=X11_Xaw_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xaw_LIB:FILEPATH=/usr/lib/libXaw.so + +//Path to a file. +X11_Xcomposite_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcomposite_LIB:FILEPATH=/usr/lib/libXcomposite.so + +//Path to a file. +X11_Xcursor_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcursor_LIB:FILEPATH=/usr/lib/libXcursor.so + +//Path to a file. +X11_Xdamage_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdamage_LIB:FILEPATH=/usr/lib/libXdamage.so + +//Path to a file. +X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdmcp_LIB:FILEPATH=/usr/lib/libXdmcp.so + +//Path to a file. +X11_Xext_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xext_LIB:FILEPATH=/usr/lib/libXext.so + +//Path to a file. +X11_Xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xfixes_LIB:FILEPATH=/usr/lib/libXfixes.so + +//Path to a file. +X11_Xft_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xft_LIB:FILEPATH=/usr/lib/libXft.so + +//Path to a file. +X11_Xi_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xi_LIB:FILEPATH=/usr/lib/libXi.so + +//Path to a file. +X11_Xinerama_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xinerama_LIB:FILEPATH=/usr/lib/libXinerama.so + +//Path to a file. +X11_Xkb_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xkblib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xlib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xmu_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xmu_LIB:FILEPATH=/usr/lib/libXmu.so + +//Path to a file. +X11_Xpm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xpm_LIB:FILEPATH=/usr/lib/libXpm.so + +//Path to a file. +X11_Xrandr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrandr_LIB:FILEPATH=/usr/lib/libXrandr.so + +//Path to a file. +X11_Xrender_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrender_LIB:FILEPATH=/usr/lib/libXrender.so + +//Path to a file. +X11_Xshape_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xss_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xss_LIB:FILEPATH=/usr/lib/libXss.so + +//Path to a file. +X11_Xt_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xt_LIB:FILEPATH=/usr/lib/libXt.so + +//Path to a file. +X11_Xtst_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xtst_LIB:FILEPATH=/usr/lib/libXtst.so + +//Path to a file. +X11_Xutil_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xv_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xv_LIB:FILEPATH=/usr/lib/libXv.so + +//Path to a file. +X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86vm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xxf86vm_LIB:FILEPATH=/usr/lib/libXxf86vm.so + +//Path to a file. +X11_dpms_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_LIB:FILEPATH=/usr/lib/libxcb.so + +//Path to a file. +X11_xcb_icccm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_icccm_LIB:FILEPATH=/usr/lib/libxcb-icccm.so + +//Path to a file. +X11_xcb_keysyms_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_keysyms_LIB:FILEPATH=/usr/lib/libxcb-keysyms.so + +//Path to a file. +X11_xcb_randr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_randr_LIB:FILEPATH=/usr/lib/libxcb-randr.so + +//Path to a file. +X11_xcb_util_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_util_LIB:FILEPATH=/usr/lib/libxcb-util.so + +//Path to a file. +X11_xcb_xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xfixes_LIB:FILEPATH=/usr/lib/libxcb-xfixes.so + +//Path to a library. +X11_xcb_xkb_LIB:FILEPATH=/usr/lib/libxcb-xkb.so + +//Path to a file. +X11_xcb_xtest_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xtest_LIB:FILEPATH=/usr/lib/libxcb-xtest.so + +//Path to a file. +X11_xkbcommon_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbcommon_LIB:FILEPATH=/usr/lib/libxkbcommon.so + +//Path to a file. +X11_xkbcommon_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbcommon_X11_LIB:FILEPATH=/usr/lib/libxkbcommon-x11.so + +//Path to a file. +X11_xkbfile_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbfile_LIB:FILEPATH=/usr/lib/libxkbfile.so + +//Path to a file. +ZLIB_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/libz.so + +//Dependencies for the target +assimp_LIB_DEPENDS:STATIC=general;zlibstatic;general;rt; + +//Value Computed by CMake +parksnrec_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-debug-sanitizer + +//Value Computed by CMake +parksnrec_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +parksnrec_SOURCE_DIR:STATIC=/home/brett/git/parksandrec + +//Path to a library. +pkgcfg_lib_PKG_FONTCONFIG_fontconfig:FILEPATH=/usr/lib/libfontconfig.so + +//Path to a library. +pkgcfg_lib_PKG_FONTCONFIG_freetype:FILEPATH=/usr/lib/libfreetype.so + +//Value Computed by CMake +zlib_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib + +//Value Computed by CMake +zlib_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +zlib_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/assimp/contrib/zlib + + +######################## +# INTERNAL cache entries +######################## + +//Enable building amd64 assembly implementation +AMD64:INTERNAL=FALSE +//Enable building i686 assembly implementation +ASM686:INTERNAL=FALSE +//ADVANCED property for variable: ASSIMP_BUILD_ARCHITECTURE +ASSIMP_BUILD_ARCHITECTURE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ASSIMP_BUILD_COMPILER +ASSIMP_BUILD_COMPILER-ADVANCED:INTERNAL=1 +//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/brett/git/parksandrec/cmake-build-debug-sanitizer +//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=26 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=4 +//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 +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Have function connect +CMAKE_HAVE_CONNECT:INTERNAL=1 +//Have function gethostbyname +CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Have function remove +CMAKE_HAVE_REMOVE:INTERNAL=1 +//Have function shmat +CMAKE_HAVE_SHMAT:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/brett/git/parksandrec +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//Have library ICE +CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//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=9 +//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 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_EXECUTABLE +DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 +//Details about finding OpenGL +FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/libOpenGL.so][/usr/lib/libGLX.so][/usr/include][c ][v()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Details about finding X11 +FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/libX11.so][c ][v()] +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2 +FREETYPE_INCLUDE_DIR_freetype2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_ft2build +FREETYPE_INCLUDE_DIR_ft2build-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_LIBRARY_DEBUG +FREETYPE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_LIBRARY_RELEASE +FREETYPE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Fontconfig_INCLUDE_DIR +Fontconfig_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Fontconfig_LIBRARY +Fontconfig_LIBRARY-ADVANCED:INTERNAL=1 +//Have function fseeko +HAVE_FSEEKO:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_OFF64_T:INTERNAL=TRUE +//Have include stddef.h +HAVE_STDDEF_H:INTERNAL=1 +//Have include stdint.h +HAVE_STDINT_H:INTERNAL=1 +//Have include sys/types.h +HAVE_SYS_TYPES_H:INTERNAL=1 +//ADVANCED property for variable: MATH_LIBRARY +MATH_LIBRARY-ADVANCED:INTERNAL=1 +//CHECK_TYPE_SIZE: sizeof(off64_t) +OFF64_T:INTERNAL=8 +//ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR +OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR +OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_INCLUDE_DIR +OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_egl_LIBRARY +OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glu_LIBRARY +OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glx_LIBRARY +OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_opengl_LIBRARY +OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR +OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +PKG_FONTCONFIG_CFLAGS:INTERNAL=-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread +PKG_FONTCONFIG_CFLAGS_I:INTERNAL= +PKG_FONTCONFIG_CFLAGS_OTHER:INTERNAL=-pthread +PKG_FONTCONFIG_FOUND:INTERNAL=1 +PKG_FONTCONFIG_INCLUDEDIR:INTERNAL=/usr/include +PKG_FONTCONFIG_INCLUDE_DIRS:INTERNAL=/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4 +PKG_FONTCONFIG_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-lfreetype +PKG_FONTCONFIG_LDFLAGS_OTHER:INTERNAL= +PKG_FONTCONFIG_LIBDIR:INTERNAL=/usr/lib +PKG_FONTCONFIG_LIBRARIES:INTERNAL=fontconfig;freetype +PKG_FONTCONFIG_LIBRARY_DIRS:INTERNAL=/usr/lib +PKG_FONTCONFIG_LIBS:INTERNAL= +PKG_FONTCONFIG_LIBS_L:INTERNAL= +PKG_FONTCONFIG_LIBS_OTHER:INTERNAL= +PKG_FONTCONFIG_LIBS_PATHS:INTERNAL= +PKG_FONTCONFIG_MODULE_NAME:INTERNAL=fontconfig +PKG_FONTCONFIG_PREFIX:INTERNAL=/usr +PKG_FONTCONFIG_STATIC_CFLAGS:INTERNAL=-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread +PKG_FONTCONFIG_STATIC_CFLAGS_I:INTERNAL= +PKG_FONTCONFIG_STATIC_CFLAGS_OTHER:INTERNAL=-pthread +PKG_FONTCONFIG_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4 +PKG_FONTCONFIG_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-pthread;-lfreetype;-lbz2;-L/usr/lib;-L/usr/lib;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib;-L/usr/lib;-lz;-lharfbuzz;-pthread;-lm;-L/usr/lib;-lglib-2.0;-lm;-pthread;-L/usr/lib;-lsysprof-capture-4;-pthread;-lpcre2-8;-lgraphite2;-lbrotlidec;-L/usr/lib;-lbrotlicommon;-L/usr/lib;-lexpat;-lm +PKG_FONTCONFIG_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-pthread;-pthread +PKG_FONTCONFIG_STATIC_LIBDIR:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBRARIES:INTERNAL=fontconfig;freetype;bz2;z;png16;m;z;m;z;harfbuzz;m;glib-2.0;m;sysprof-capture-4;pcre2-8;graphite2;brotlidec;brotlicommon;expat;m +PKG_FONTCONFIG_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib +PKG_FONTCONFIG_STATIC_LIBS:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_L:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_OTHER:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_PATHS:INTERNAL= +PKG_FONTCONFIG_VERSION:INTERNAL=2.14.2 +PKG_FONTCONFIG_fontconfig_INCLUDEDIR:INTERNAL= +PKG_FONTCONFIG_fontconfig_LIBDIR:INTERNAL= +PKG_FONTCONFIG_fontconfig_PREFIX:INTERNAL= +PKG_FONTCONFIG_fontconfig_VERSION:INTERNAL= +//ADVANCED property for variable: RT_LIBRARY +RT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_INCLUDE_PATH +X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_LIB +X11_ICE_LIB-ADVANCED:INTERNAL=1 +//Have library /usr/lib/libX11.so;/usr/lib/libXext.so +X11_LIB_X11_SOLO:INTERNAL=1 +//ADVANCED property for variable: X11_SM_INCLUDE_PATH +X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_SM_LIB +X11_SM_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_INCLUDE_PATH +X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_LIB +X11_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH +X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_LIB +X11_X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_INCLUDE_PATH +X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_LIB +X11_XRes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XShm_INCLUDE_PATH +X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XSync_INCLUDE_PATH +X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH +X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH +X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_INCLUDE_PATH +X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_LIB +X11_Xau_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH +X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_LIB +X11_Xaw_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH +X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_LIB +X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH +X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_LIB +X11_Xcursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH +X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_LIB +X11_Xdamage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH +X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_LIB +X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_INCLUDE_PATH +X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_LIB +X11_Xext_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH +X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_LIB +X11_Xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_INCLUDE_PATH +X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_LIB +X11_Xft_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_INCLUDE_PATH +X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_LIB +X11_Xi_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH +X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_LIB +X11_Xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH +X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH +X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH +X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH +X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_LIB +X11_Xmu_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH +X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_LIB +X11_Xpm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH +X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_LIB +X11_Xrandr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH +X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_LIB +X11_Xrender_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH +X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_INCLUDE_PATH +X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_LIB +X11_Xss_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_INCLUDE_PATH +X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_LIB +X11_Xt_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH +X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_LIB +X11_Xtst_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH +X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_INCLUDE_PATH +X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_LIB +X11_Xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH +X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_LIB +X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH +X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_LIB +X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_dpms_INCLUDE_PATH +X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_INCLUDE_PATH +X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_LIB +X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH +X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_LIB +X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH +X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_LIB +X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH +X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_LIB +X11_xcb_randr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH +X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_LIB +X11_xcb_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH +X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_LIB +X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xkb_LIB +X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH +X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_LIB +X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH +X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_LIB +X11_xkbcommon_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH +X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_LIB +X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH +X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_LIB +X11_xkbfile_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_INCLUDE_DIR +ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG +ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE +ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//Have include unistd.h +Z_HAVE_UNISTD_H:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +__pkg_config_arguments_PKG_FONTCONFIG:INTERNAL=QUIET;fontconfig +__pkg_config_checked_PKG_FONTCONFIG:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_fontconfig +pkgcfg_lib_PKG_FONTCONFIG_fontconfig-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_freetype +pkgcfg_lib_PKG_FONTCONFIG_freetype-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib + diff --git a/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeCCompiler.cmake b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeCCompiler.cmake new file mode 100644 index 0000000..a4af651 --- /dev/null +++ b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.1.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..ab862d4 --- /dev/null +++ b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.1.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/13.1.1;/usr/include/c++/13.1.1/x86_64-pc-linux-gnu;/usr/include/c++/13.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..3aceb31 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..15d1fcd Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeSystem.cmake b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeSystem.cmake new file mode 100644 index 0000000..f814773 --- /dev/null +++ b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.3.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.3.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.3.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.3.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..88155ff --- /dev/null +++ b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,866 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdC/a.out b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdC/a.out new file mode 100755 index 0000000..0b9b7c6 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdC/a.out differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..746b167 --- /dev/null +++ b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,855 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdCXX/a.out b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdCXX/a.out new file mode 100755 index 0000000..52d54a5 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdCXX/a.out differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/CMakeConfigureLog.yaml b/cmake-build-debug-sanitizer/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..b9aac33 --- /dev/null +++ b/cmake-build-debug-sanitizer/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,800 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:204 (message)" + - "CMakeLists.txt:2 (project)" + message: | + The system is: Linux - 6.3.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/c++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/3.26.4/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-RgWYm6" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-RgWYm6" + cmakeVariables: + CMAKE_C_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-RgWYm6 + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_87dd4 && [1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87dd4.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_87dd4.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccr7bDWg.s + GNU C17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu) + compiled by GNU C version 13.1.1 20230429, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version isl-0.26-GMP + + warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9. + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: f7ab8f6abad0db9962575524ae915978 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87dd4.dir/' + as -v --64 -o CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o /tmp/ccr7bDWg.s + GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.' + [2/2] : && /usr/bin/cc -v -rdynamic CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o -o cmTC_87dd4 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_87dd4' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_87dd4.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccyFHPIj.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_87dd4 /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_87dd4' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_87dd4.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:152 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-RgWYm6] + ignore line: [] + ignore line: [Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_87dd4 && [1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87dd4.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_87dd4.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccr7bDWg.s] + ignore line: [GNU C17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.1.1 20230429 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: f7ab8f6abad0db9962575524ae915978] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87dd4.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o /tmp/ccr7bDWg.s] + ignore line: [GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /usr/bin/cc -v -rdynamic CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o -o cmTC_87dd4 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_87dd4' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_87dd4.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccyFHPIj.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_87dd4 /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccyFHPIj.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_87dd4] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] + arg [CMakeFiles/cmTC_87dd4.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-S9zW0N" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-S9zW0N" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-S9zW0N + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_6ba9c && [1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6ba9c.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_6ba9c.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccXKQy9W.s + GNU C++17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu) + compiled by GNU C version 13.1.1 20230429, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version isl-0.26-GMP + + warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9. + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: e149eaca55f4ee2a0171ba2b54b0dc8d + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6ba9c.dir/' + as -v --64 -o CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccXKQy9W.s + GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6ba9c && : + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_6ba9c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_6ba9c.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccK4RRHH.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_6ba9c /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_6ba9c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_6ba9c.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] ==> [/usr/include/c++/13.1.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/13.1.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] ==> [/usr/include/c++/13.1.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/13.1.1;/usr/include/c++/13.1.1/x86_64-pc-linux-gnu;/usr/include/c++/13.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:152 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-S9zW0N] + ignore line: [] + ignore line: [Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_6ba9c && [1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6ba9c.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_6ba9c.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccXKQy9W.s] + ignore line: [GNU C++17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.1.1 20230429 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: e149eaca55f4ee2a0171ba2b54b0dc8d] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6ba9c.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccXKQy9W.s] + ignore line: [GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6ba9c && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_6ba9c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_6ba9c.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccK4RRHH.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_6ba9c /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccK4RRHH.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_6ba9c] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] + arg [CMakeFiles/cmTC_6ba9c.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:76 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)" + - "/usr/share/cmake/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:62 (find_package)" + checks: + - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-tS1ZCo" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-tS1ZCo" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-tS1ZCo + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_f600f && [1/2] /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -fdiagnostics-color=always -o CMakeFiles/cmTC_f600f.dir/src.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-tS1ZCo/src.c + [2/2] : && /usr/bin/cc CMakeFiles/cmTC_f600f.dir/src.c.o -o cmTC_f600f && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:71 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:498 (check_library_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-fXhIqP" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-fXhIqP" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "X11_LIB_X11_SOLO" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-fXhIqP + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_2c80f && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -fdiagnostics-color=always -o CMakeFiles/cmTC_2c80f.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-fXhIqP/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTC_2c80f.dir/CheckFunctionExists.c.o -o cmTC_2c80f /usr/lib/libX11.so /usr/lib/libXext.so && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:513 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for gethostbyname" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-l6ZOEz" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-l6ZOEz" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_GETHOSTBYNAME" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-l6ZOEz + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_44f9e && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname -fdiagnostics-color=always -o CMakeFiles/cmTC_44f9e.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-l6ZOEz/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTC_44f9e.dir/CheckFunctionExists.c.o -o cmTC_44f9e && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:527 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for connect" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-TLKOuF" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-TLKOuF" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_CONNECT" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-TLKOuF + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_03974 && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -fdiagnostics-color=always -o CMakeFiles/cmTC_03974.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-TLKOuF/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_03974.dir/CheckFunctionExists.c.o -o cmTC_03974 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:536 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for remove" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-HhOPuU" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-HhOPuU" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_REMOVE" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-HhOPuU + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_f0eb0 && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove -fdiagnostics-color=always -o CMakeFiles/cmTC_f0eb0.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-HhOPuU/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTC_f0eb0.dir/CheckFunctionExists.c.o -o cmTC_f0eb0 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:545 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for shmat" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-15yEsT" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-15yEsT" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_SHMAT" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-15yEsT + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_88e34 && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat -fdiagnostics-color=always -o CMakeFiles/cmTC_88e34.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-15yEsT/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTC_88e34.dir/CheckFunctionExists.c.o -o cmTC_88e34 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:71 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:555 (check_library_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for IceConnectionNumber in ICE" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-I3M6G9" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-I3M6G9" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-I3M6G9 + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_6bd4e && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -fdiagnostics-color=always -o CMakeFiles/cmTC_6bd4e.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-I3M6G9/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber CMakeFiles/cmTC_6bd4e.dir/CheckFunctionExists.c.o -o cmTC_6bd4e -lICE && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:35 (check_include_file)" + checks: + - "Looking for sys/types.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-qwGN1s" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-qwGN1s" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_TYPES_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-qwGN1s + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_9269e && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_9269e.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-qwGN1s/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_9269e.dir/CheckIncludeFile.c.o -o cmTC_9269e && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:36 (check_include_file)" + checks: + - "Looking for stdint.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-VrlL8X" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-VrlL8X" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STDINT_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-VrlL8X + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_fc5e4 && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_fc5e4.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-VrlL8X/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_fc5e4.dir/CheckIncludeFile.c.o -o cmTC_fc5e4 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:37 (check_include_file)" + checks: + - "Looking for stddef.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-dTngBN" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-dTngBN" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STDDEF_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-dTngBN + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_166ff && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_166ff.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-dTngBN/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_166ff.dir/CheckIncludeFile.c.o -o cmTC_166ff && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:148 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:273 (__check_type_size_impl)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:55 (check_type_size)" + checks: + - "Check size of off64_t" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-u4fhUj" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-u4fhUj" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_OFF64_T" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-u4fhUj + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_9c191 && [1/2] /usr/bin/cc -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H -D_LARGEFILE64_SOURCE=1 -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_9c191.dir/OFF64_T.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-u4fhUj/OFF64_T.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_9c191.dir/OFF64_T.c.o -o cmTC_9c191 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:64 (check_function_exists)" + checks: + - "Looking for fseeko" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-0G8id0" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-0G8id0" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FSEEKO" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-0G8id0 + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_07732 && [1/2] /usr/bin/cc -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fseeko -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_07732.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-0G8id0/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fseeko CMakeFiles/cmTC_07732.dir/CheckFunctionExists.c.o -o cmTC_07732 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:72 (check_include_file)" + checks: + - "Looking for unistd.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-5cZCRP" + binary: "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-5cZCRP" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "Z_HAVE_UNISTD_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-5cZCRP + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_4dc2f && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_4dc2f.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/CMakeScratch/TryCompile-5cZCRP/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_4dc2f.dir/CheckIncludeFile.c.o -o cmTC_4dc2f && : + + exitCode: 0 +... diff --git a/cmake-build-debug-sanitizer/CMakeFiles/CheckTypeSize/OFF64_T.bin b/cmake-build-debug-sanitizer/CMakeFiles/CheckTypeSize/OFF64_T.bin new file mode 100755 index 0000000..bef5eef Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/CheckTypeSize/OFF64_T.bin differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/TargetDirectories.txt b/cmake-build-debug-sanitizer/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..b867e7b --- /dev/null +++ b/cmake-build-debug-sanitizer/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,90 @@ +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/uninstall.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/install/strip.dir diff --git a/cmake-build-debug-sanitizer/CMakeFiles/clion-Debug Sanitizer-log.txt b/cmake-build-debug-sanitizer/CMakeFiles/clion-Debug Sanitizer-log.txt new file mode 100644 index 0000000..e1874f9 --- /dev/null +++ b/cmake-build-debug-sanitizer/CMakeFiles/clion-Debug Sanitizer-log.txt @@ -0,0 +1,17 @@ +/usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/opt/clion/bin/ninja/linux/x64/ninja -G Ninja -DENABLE_ADDRSAN=ON -DENABLE_UBSAN=ON -S /home/brett/git/parksandrec -B /home/brett/git/parksandrec/cmake-build-debug-sanitizer +Standard Files /home/brett/git/parksandrec/libs/BLT/src/blt/std/filesystem.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/format.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/loader.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/logging.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/system.cpp +Profiler Files /home/brett/git/parksandrec/libs/BLT/src/blt/profiling/profiler.cpp +Source: /home/brett/git/parksandrec +Current Source: /home/brett/git/parksandrec/libs/BLT +BLT 0.0.1 Successfully included! +-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) +-- Using X11 for window creation +-- Shared libraries disabled +-- compiling zlib from sources +-- Enabled importer formats: AMF 3DS AC ASE ASSBIN B3D BVH COLLADA DXF CSM HMP IRRMESH IQM IRR LWO LWS M3D MD2 MD3 MD5 MDC MDL NFF NDO OFF OBJ OGRE OPENGEX PLY MS3D COB BLEND IFC XGL FBX Q3D Q3BSP RAW SIB SMD STL TERRAGEN 3D X X3D GLTF 3MF MMD +-- Disabled importer formats: +-- Enabled exporter formats: OBJ OPENGEX PLY 3DS ASSBIN ASSXML M3D COLLADA FBX STL X X3D GLTF 3MF PBRT ASSJSON STEP +-- Disabled exporter formats: +-- Configuring done (0.1s) +-- Generating done (0.0s) +-- Build files have been written to: /home/brett/git/parksandrec/cmake-build-debug-sanitizer diff --git a/cmake-build-debug-sanitizer/CMakeFiles/clion-environment.txt b/cmake-build-debug-sanitizer/CMakeFiles/clion-environment.txt new file mode 100644 index 0000000..37bc2dd Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/clion-environment.txt differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/cmake.check_cache b/cmake-build-debug-sanitizer/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/cmake-build-debug-sanitizer/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o new file mode 100644 index 0000000..f5863a7 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o new file mode 100644 index 0000000..c9a95df Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o new file mode 100644 index 0000000..b962e5e Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o new file mode 100644 index 0000000..cc94ec3 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o new file mode 100644 index 0000000..594a5af Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o new file mode 100644 index 0000000..22db003 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o new file mode 100644 index 0000000..6e51a2a Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/app.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/app.cpp.o new file mode 100644 index 0000000..62661fc Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/app.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/main.cpp.o new file mode 100644 index 0000000..b4388c9 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/main.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o new file mode 100644 index 0000000..eba6cd2 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o new file mode 100644 index 0000000..0bb5ff0 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o new file mode 100644 index 0000000..e2dfdf1 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o new file mode 100644 index 0000000..73c8150 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/window.cpp.o b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/window.cpp.o new file mode 100644 index 0000000..9b2d897 Binary files /dev/null and b/cmake-build-debug-sanitizer/CMakeFiles/parksnrec.dir/src/parks/window.cpp.o differ diff --git a/cmake-build-debug-sanitizer/CMakeFiles/rules.ninja b/cmake-build-debug-sanitizer/CMakeFiles/rules.ninja new file mode 100644 index 0000000..a02a79e --- /dev/null +++ b/cmake-build-debug-sanitizer/CMakeFiles/rules.ninja @@ -0,0 +1,701 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.26 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: parksnrec +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__parksnrec_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__parksnrec_Debug + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__BLT_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__BLT_Debug + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfw_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__glfw_Debug + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__boing_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__boing_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__gears_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__gears_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__heightmap_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__heightmap_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__offscreen_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__offscreen_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__particles_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__particles_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__sharing_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__sharing_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__simple_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__simple_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__splitview_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__splitview_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__wave_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__wave_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__clipboard_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__clipboard_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__events_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__events_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__msaa_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__msaa_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfwinfo_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__glfwinfo_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__iconify_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__iconify_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__monitors_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__monitors_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__reopen_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__reopen_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__cursor_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__cursor_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__empty_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__empty_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__gamma_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__gamma_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__icon_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__icon_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__inputlag_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__inputlag_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__joysticks_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__joysticks_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__opacity_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__opacity_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__tearing_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__tearing_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__threads_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__threads_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__timeout_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__timeout_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__title_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__title_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__triangle-vulkan_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__triangle-vulkan_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__windows_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__windows_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__zlibstatic_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__zlibstatic_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__assimp_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__assimp_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__assimp_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /opt/clion/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /opt/clion/bin/ninja/linux/x64/ninja -t targets + description = All primary targets available: + diff --git a/cmake-build-debug-sanitizer/Testing/Temporary/LastTest.log b/cmake-build-debug-sanitizer/Testing/Temporary/LastTest.log new file mode 100644 index 0000000..9ad53ea --- /dev/null +++ b/cmake-build-debug-sanitizer/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Jun 15 21:15 EDT +---------------------------------------------------------- +End testing: Jun 15 21:15 EDT diff --git a/cmake-build-debug-sanitizer/build.ninja b/cmake-build-debug-sanitizer/build.ninja new file mode 100644 index 0000000..aa00224 --- /dev/null +++ b/cmake-build-debug-sanitizer/build.ninja @@ -0,0 +1,4532 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.26 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: parksnrec +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/brett/git/parksandrec/cmake-build-debug-sanitizer/ +# ============================================================================= +# Object build statements for EXECUTABLE target parksnrec + + +############################################# +# Order-only phony target for parksnrec + +build cmake_object_order_depends_target_parksnrec: phony || cmake_object_order_depends_target_BLT cmake_object_order_depends_target_assimp cmake_object_order_depends_target_glfw cmake_object_order_depends_target_zlibstatic + +build CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/imgui/imgui.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/imgui/imgui_demo.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/imgui/imgui_draw.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/imgui/imgui_impl_glfw.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/imgui/imgui_impl_opengl3.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/imgui/imgui_tables.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/imgui/imgui_widgets.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/parks/app.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/parks/app.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/app.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks + +build CMakeFiles/parksnrec.dir/src/parks/main.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/parks/main.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/main.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks + +build CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/parks/renderer/OpenGL.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/parks/renderer/engine.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/parks/renderer/player.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/parks/renderer/resources.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/window.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/parks/window.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/window.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic -fsanitize=address -fsanitize=undefined + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks + + +# ============================================================================= +# Link build statements for EXECUTABLE target parksnrec + + +############################################# +# Link the executable parksnrec + +build parksnrec: CXX_EXECUTABLE_LINKER__parksnrec_Debug CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o CMakeFiles/parksnrec.dir/src/parks/app.cpp.o CMakeFiles/parksnrec.dir/src/parks/main.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o CMakeFiles/parksnrec.dir/src/parks/window.cpp.o | libs/glfw/glfw-3.3.8/src/libglfw3.a libs/BLT/libBLT.a libs/assimp/lib/libassimp.a /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a || libs/BLT/libBLT.a libs/assimp/contrib/zlib/libzlibstatic.a libs/assimp/lib/libassimp.a libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_FLAGS = -rdynamic -fsanitize=address -fsanitize=undefined + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a libs/BLT/libBLT.a -lOpenGL libs/assimp/lib/libassimp.a -Wl,-Bstatic -lrt -Wl,-Bdynamic -lm -ldl -lX11 /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a -lrt + OBJECT_DIR = CMakeFiles/parksnrec.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = parksnrec + TARGET_PDB = parksnrec.dbg + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target BLT + + +############################################# +# Order-only phony target for BLT + +build cmake_object_order_depends_target_BLT: phony || libs/BLT/CMakeFiles/BLT.dir + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o: CXX_COMPILER__BLT_unscanned_Debug /home/brett/git/parksandrec/libs/BLT/src/blt/std/filesystem.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: CXX_COMPILER__BLT_unscanned_Debug /home/brett/git/parksandrec/libs/BLT/src/blt/std/format.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o: CXX_COMPILER__BLT_unscanned_Debug /home/brett/git/parksandrec/libs/BLT/src/blt/std/loader.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: CXX_COMPILER__BLT_unscanned_Debug /home/brett/git/parksandrec/libs/BLT/src/blt/std/logging.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: CXX_COMPILER__BLT_unscanned_Debug /home/brett/git/parksandrec/libs/BLT/src/blt/std/system.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: CXX_COMPILER__BLT_unscanned_Debug /home/brett/git/parksandrec/libs/BLT/src/blt/profiling/profiler.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o: CXX_COMPILER__BLT_unscanned_Debug /home/brett/git/parksandrec/libs/BLT/src/blt/nbt/nbt.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o: CXX_COMPILER__BLT_unscanned_Debug /home/brett/git/parksandrec/libs/BLT/src/blt/nbt/nbt_block.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target BLT + + +############################################# +# Link the static library libs/BLT/libBLT.a + +build libs/BLT/libBLT.a: CXX_STATIC_LIBRARY_LINKER__BLT_Debug libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o + LANGUAGE_COMPILE_FLAGS = -g + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/BLT/libBLT.a + TARGET_PDB = BLT.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/BLT/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/BLT/edit_cache: phony libs/BLT/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/BLT/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/BLT/rebuild_cache: phony libs/BLT/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/BLT/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/BLT/CMakeFiles/install.util: CUSTOM_COMMAND libs/BLT/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/BLT/install: phony libs/BLT/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/BLT/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/BLT/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/BLT/install/local: phony libs/BLT/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/BLT/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/BLT/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/BLT/install/strip: phony libs/BLT/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for uninstall + +build libs/glfw/glfw-3.3.8/uninstall: phony libs/glfw/glfw-3.3.8/CMakeFiles/uninstall + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8 && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/edit_cache: phony libs/glfw/glfw-3.3.8/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8 && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/rebuild_cache: phony libs/glfw/glfw-3.3.8/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/install: phony libs/glfw/glfw-3.3.8/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/install/local: phony libs/glfw/glfw-3.3.8/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/install/strip: phony libs/glfw/glfw-3.3.8/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libs/glfw/glfw-3.3.8/CMakeFiles/uninstall + +build libs/glfw/glfw-3.3.8/CMakeFiles/uninstall | ${cmake_ninja_workdir}libs/glfw/glfw-3.3.8/CMakeFiles/uninstall: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -P /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for update_mappings + +build libs/glfw/glfw-3.3.8/src/update_mappings: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target glfw + + +############################################# +# Order-only phony target for glfw + +build cmake_object_order_depends_target_glfw: phony || libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/input.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/vulkan.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/x11_init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/x11_monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/x11_window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/xkb_unicode.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/posix_time.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/posix_thread.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glx_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/egl_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/osmesa_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o: C_COMPILER__glfw_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/linux_joystick.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d + FLAGS = -g -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target glfw + + +############################################# +# Link the static library libs/glfw/glfw-3.3.8/src/libglfw3.a + +build libs/glfw/glfw-3.3.8/src/libglfw3.a: C_STATIC_LIBRARY_LINKER__glfw_Debug libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o + LANGUAGE_COMPILE_FLAGS = -g + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/src/libglfw3.a + TARGET_PDB = glfw3.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/edit_cache: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/rebuild_cache: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/src/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/src/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/install: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/src/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/install/local: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/src/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/install/strip: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings | ${cmake_ninja_workdir}libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -P /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/GenerateMappings.cmake mappings.h.in mappings.h + DESC = Updating gamepad mappings from upstream repository + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for EXECUTABLE target boing + + +############################################# +# Order-only phony target for boing + +build cmake_object_order_depends_target_boing: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/boing.c.o: C_COMPILER__boing_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/boing.c || cmake_object_order_depends_target_boing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/boing.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o: C_COMPILER__boing_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_boing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target boing + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/boing + +build libs/glfw/glfw-3.3.8/examples/boing: C_EXECUTABLE_LINKER__boing_Debug libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/boing.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/boing + TARGET_PDB = boing.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target gears + + +############################################# +# Order-only phony target for gears + +build cmake_object_order_depends_target_gears: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/gears.c.o: C_COMPILER__gears_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/gears.c || cmake_object_order_depends_target_gears + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/gears.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o: C_COMPILER__gears_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_gears + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target gears + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/gears + +build libs/glfw/glfw-3.3.8/examples/gears: C_EXECUTABLE_LINKER__gears_Debug libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/gears.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/gears + TARGET_PDB = gears.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target heightmap + + +############################################# +# Order-only phony target for heightmap + +build cmake_object_order_depends_target_heightmap: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/heightmap.c.o: C_COMPILER__heightmap_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/heightmap.c || cmake_object_order_depends_target_heightmap + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/heightmap.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o: C_COMPILER__heightmap_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_heightmap + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target heightmap + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/heightmap + +build libs/glfw/glfw-3.3.8/examples/heightmap: C_EXECUTABLE_LINKER__heightmap_Debug libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/heightmap.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/heightmap + TARGET_PDB = heightmap.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target offscreen + + +############################################# +# Order-only phony target for offscreen + +build cmake_object_order_depends_target_offscreen: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/offscreen.c.o: C_COMPILER__offscreen_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/offscreen.c || cmake_object_order_depends_target_offscreen + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/offscreen.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o: C_COMPILER__offscreen_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_offscreen + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target offscreen + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/offscreen + +build libs/glfw/glfw-3.3.8/examples/offscreen: C_EXECUTABLE_LINKER__offscreen_Debug libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/offscreen.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/offscreen + TARGET_PDB = offscreen.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target particles + + +############################################# +# Order-only phony target for particles + +build cmake_object_order_depends_target_particles: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/particles.c.o: C_COMPILER__particles_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/particles.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/particles.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o: C_COMPILER__particles_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/tinycthread.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o: C_COMPILER__particles_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o: C_COMPILER__particles_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target particles + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/particles + +build libs/glfw/glfw-3.3.8/examples/particles: C_EXECUTABLE_LINKER__particles_Debug libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/particles.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/particles + TARGET_PDB = particles.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target sharing + + +############################################# +# Order-only phony target for sharing + +build cmake_object_order_depends_target_sharing: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/sharing.c.o: C_COMPILER__sharing_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/sharing.c || cmake_object_order_depends_target_sharing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/sharing.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o: C_COMPILER__sharing_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_sharing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target sharing + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/sharing + +build libs/glfw/glfw-3.3.8/examples/sharing: C_EXECUTABLE_LINKER__sharing_Debug libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/sharing.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/sharing + TARGET_PDB = sharing.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target simple + + +############################################# +# Order-only phony target for simple + +build cmake_object_order_depends_target_simple: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/simple.c.o: C_COMPILER__simple_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/simple.c || cmake_object_order_depends_target_simple + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/simple.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o: C_COMPILER__simple_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_simple + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target simple + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/simple + +build libs/glfw/glfw-3.3.8/examples/simple: C_EXECUTABLE_LINKER__simple_Debug libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/simple.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/simple + TARGET_PDB = simple.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target splitview + + +############################################# +# Order-only phony target for splitview + +build cmake_object_order_depends_target_splitview: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/splitview.c.o: C_COMPILER__splitview_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/splitview.c || cmake_object_order_depends_target_splitview + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/splitview.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o: C_COMPILER__splitview_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_splitview + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target splitview + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/splitview + +build libs/glfw/glfw-3.3.8/examples/splitview: C_EXECUTABLE_LINKER__splitview_Debug libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/splitview.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/splitview + TARGET_PDB = splitview.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target wave + + +############################################# +# Order-only phony target for wave + +build cmake_object_order_depends_target_wave: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/wave.c.o: C_COMPILER__wave_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/wave.c || cmake_object_order_depends_target_wave + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/wave.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o: C_COMPILER__wave_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_wave + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target wave + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/wave + +build libs/glfw/glfw-3.3.8/examples/wave: C_EXECUTABLE_LINKER__wave_Debug libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/wave.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/wave + TARGET_PDB = wave.dbg + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/edit_cache: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/rebuild_cache: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/examples/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/examples/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/install: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/examples/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/install/local: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/examples/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/install/strip: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for EXECUTABLE target clipboard + + +############################################# +# Order-only phony target for clipboard + +build cmake_object_order_depends_target_clipboard: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/clipboard.c.o: C_COMPILER__clipboard_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/clipboard.c || cmake_object_order_depends_target_clipboard + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/clipboard.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o: C_COMPILER__clipboard_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_clipboard + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o: C_COMPILER__clipboard_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_clipboard + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target clipboard + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/clipboard + +build libs/glfw/glfw-3.3.8/tests/clipboard: C_EXECUTABLE_LINKER__clipboard_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/clipboard.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/clipboard + TARGET_PDB = clipboard.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target events + + +############################################# +# Order-only phony target for events + +build cmake_object_order_depends_target_events: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/events.c.o: C_COMPILER__events_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/events.c || cmake_object_order_depends_target_events + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/events.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/getopt.c.o: C_COMPILER__events_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_events + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o: C_COMPILER__events_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_events + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target events + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/events + +build libs/glfw/glfw-3.3.8/tests/events: C_EXECUTABLE_LINKER__events_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/events.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/events + TARGET_PDB = events.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target msaa + + +############################################# +# Order-only phony target for msaa + +build cmake_object_order_depends_target_msaa: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/msaa.c.o: C_COMPILER__msaa_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/msaa.c || cmake_object_order_depends_target_msaa + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/msaa.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o: C_COMPILER__msaa_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_msaa + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o: C_COMPILER__msaa_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_msaa + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target msaa + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/msaa + +build libs/glfw/glfw-3.3.8/tests/msaa: C_EXECUTABLE_LINKER__msaa_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/msaa.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/msaa + TARGET_PDB = msaa.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target glfwinfo + + +############################################# +# Order-only phony target for glfwinfo + +build cmake_object_order_depends_target_glfwinfo: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o: C_COMPILER__glfwinfo_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/glfwinfo.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o: C_COMPILER__glfwinfo_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o: C_COMPILER__glfwinfo_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o: C_COMPILER__glfwinfo_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_vulkan.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target glfwinfo + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/glfwinfo + +build libs/glfw/glfw-3.3.8/tests/glfwinfo: C_EXECUTABLE_LINKER__glfwinfo_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/glfwinfo + TARGET_PDB = glfwinfo.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target iconify + + +############################################# +# Order-only phony target for iconify + +build cmake_object_order_depends_target_iconify: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/iconify.c.o: C_COMPILER__iconify_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/iconify.c || cmake_object_order_depends_target_iconify + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/iconify.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o: C_COMPILER__iconify_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_iconify + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o: C_COMPILER__iconify_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_iconify + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target iconify + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/iconify + +build libs/glfw/glfw-3.3.8/tests/iconify: C_EXECUTABLE_LINKER__iconify_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/iconify.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/iconify + TARGET_PDB = iconify.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target monitors + + +############################################# +# Order-only phony target for monitors + +build cmake_object_order_depends_target_monitors: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/monitors.c.o: C_COMPILER__monitors_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/monitors.c || cmake_object_order_depends_target_monitors + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/monitors.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o: C_COMPILER__monitors_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_monitors + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o: C_COMPILER__monitors_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_monitors + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target monitors + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/monitors + +build libs/glfw/glfw-3.3.8/tests/monitors: C_EXECUTABLE_LINKER__monitors_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/monitors.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/monitors + TARGET_PDB = monitors.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target reopen + + +############################################# +# Order-only phony target for reopen + +build cmake_object_order_depends_target_reopen: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/reopen.c.o: C_COMPILER__reopen_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/reopen.c || cmake_object_order_depends_target_reopen + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/reopen.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o: C_COMPILER__reopen_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_reopen + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target reopen + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/reopen + +build libs/glfw/glfw-3.3.8/tests/reopen: C_EXECUTABLE_LINKER__reopen_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/reopen.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/reopen + TARGET_PDB = reopen.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target cursor + + +############################################# +# Order-only phony target for cursor + +build cmake_object_order_depends_target_cursor: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/cursor.c.o: C_COMPILER__cursor_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/cursor.c || cmake_object_order_depends_target_cursor + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/cursor.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o: C_COMPILER__cursor_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_cursor + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target cursor + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/cursor + +build libs/glfw/glfw-3.3.8/tests/cursor: C_EXECUTABLE_LINKER__cursor_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/cursor.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/cursor + TARGET_PDB = cursor.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target empty + + +############################################# +# Order-only phony target for empty + +build cmake_object_order_depends_target_empty: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/empty.c.o: C_COMPILER__empty_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/empty.c || cmake_object_order_depends_target_empty + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/empty.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o: C_COMPILER__empty_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/tinycthread.c || cmake_object_order_depends_target_empty + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o: C_COMPILER__empty_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_empty + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target empty + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/empty + +build libs/glfw/glfw-3.3.8/tests/empty: C_EXECUTABLE_LINKER__empty_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/empty.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/empty + TARGET_PDB = empty.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target gamma + + +############################################# +# Order-only phony target for gamma + +build cmake_object_order_depends_target_gamma: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/gamma.c.o: C_COMPILER__gamma_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/gamma.c || cmake_object_order_depends_target_gamma + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/gamma.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o: C_COMPILER__gamma_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_gamma + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target gamma + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/gamma + +build libs/glfw/glfw-3.3.8/tests/gamma: C_EXECUTABLE_LINKER__gamma_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/gamma.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/gamma + TARGET_PDB = gamma.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target icon + + +############################################# +# Order-only phony target for icon + +build cmake_object_order_depends_target_icon: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/icon.c.o: C_COMPILER__icon_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/icon.c || cmake_object_order_depends_target_icon + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/icon.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o: C_COMPILER__icon_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_icon + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target icon + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/icon + +build libs/glfw/glfw-3.3.8/tests/icon: C_EXECUTABLE_LINKER__icon_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/icon.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/icon + TARGET_PDB = icon.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target inputlag + + +############################################# +# Order-only phony target for inputlag + +build cmake_object_order_depends_target_inputlag: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/inputlag.c.o: C_COMPILER__inputlag_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/inputlag.c || cmake_object_order_depends_target_inputlag + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/inputlag.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o: C_COMPILER__inputlag_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_inputlag + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o: C_COMPILER__inputlag_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_inputlag + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target inputlag + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/inputlag + +build libs/glfw/glfw-3.3.8/tests/inputlag: C_EXECUTABLE_LINKER__inputlag_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/inputlag.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/inputlag + TARGET_PDB = inputlag.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target joysticks + + +############################################# +# Order-only phony target for joysticks + +build cmake_object_order_depends_target_joysticks: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/joysticks.c.o: C_COMPILER__joysticks_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/joysticks.c || cmake_object_order_depends_target_joysticks + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/joysticks.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o: C_COMPILER__joysticks_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_joysticks + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target joysticks + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/joysticks + +build libs/glfw/glfw-3.3.8/tests/joysticks: C_EXECUTABLE_LINKER__joysticks_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/joysticks.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/joysticks + TARGET_PDB = joysticks.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target opacity + + +############################################# +# Order-only phony target for opacity + +build cmake_object_order_depends_target_opacity: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/opacity.c.o: C_COMPILER__opacity_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/opacity.c || cmake_object_order_depends_target_opacity + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/opacity.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o: C_COMPILER__opacity_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_opacity + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target opacity + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/opacity + +build libs/glfw/glfw-3.3.8/tests/opacity: C_EXECUTABLE_LINKER__opacity_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/opacity.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/opacity + TARGET_PDB = opacity.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target tearing + + +############################################# +# Order-only phony target for tearing + +build cmake_object_order_depends_target_tearing: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/tearing.c.o: C_COMPILER__tearing_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/tearing.c || cmake_object_order_depends_target_tearing + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/tearing.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o: C_COMPILER__tearing_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_tearing + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target tearing + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/tearing + +build libs/glfw/glfw-3.3.8/tests/tearing: C_EXECUTABLE_LINKER__tearing_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/tearing.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/tearing + TARGET_PDB = tearing.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target threads + + +############################################# +# Order-only phony target for threads + +build cmake_object_order_depends_target_threads: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/threads.c.o: C_COMPILER__threads_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/threads.c || cmake_object_order_depends_target_threads + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/threads.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o: C_COMPILER__threads_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/tinycthread.c || cmake_object_order_depends_target_threads + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o: C_COMPILER__threads_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_threads + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target threads + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/threads + +build libs/glfw/glfw-3.3.8/tests/threads: C_EXECUTABLE_LINKER__threads_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/threads.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/threads + TARGET_PDB = threads.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target timeout + + +############################################# +# Order-only phony target for timeout + +build cmake_object_order_depends_target_timeout: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/timeout.c.o: C_COMPILER__timeout_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/timeout.c || cmake_object_order_depends_target_timeout + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/timeout.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o: C_COMPILER__timeout_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_timeout + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target timeout + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/timeout + +build libs/glfw/glfw-3.3.8/tests/timeout: C_EXECUTABLE_LINKER__timeout_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/timeout.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/timeout + TARGET_PDB = timeout.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target title + + +############################################# +# Order-only phony target for title + +build cmake_object_order_depends_target_title: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/title.c.o: C_COMPILER__title_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/title.c || cmake_object_order_depends_target_title + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/title.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o: C_COMPILER__title_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_title + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target title + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/title + +build libs/glfw/glfw-3.3.8/tests/title: C_EXECUTABLE_LINKER__title_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/title.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/title + TARGET_PDB = title.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target triangle-vulkan + + +############################################# +# Order-only phony target for triangle-vulkan + +build cmake_object_order_depends_target_triangle-vulkan: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o: C_COMPILER__triangle-vulkan_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/triangle-vulkan.c || cmake_object_order_depends_target_triangle-vulkan + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o: C_COMPILER__triangle-vulkan_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_vulkan.c || cmake_object_order_depends_target_triangle-vulkan + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target triangle-vulkan + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/triangle-vulkan + +build libs/glfw/glfw-3.3.8/tests/triangle-vulkan: C_EXECUTABLE_LINKER__triangle-vulkan_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/triangle-vulkan + TARGET_PDB = triangle-vulkan.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target windows + + +############################################# +# Order-only phony target for windows + +build cmake_object_order_depends_target_windows: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/windows.c.o: C_COMPILER__windows_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/windows.c || cmake_object_order_depends_target_windows + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/windows.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o: C_COMPILER__windows_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_windows + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o: C_COMPILER__windows_unscanned_Debug /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_windows + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o.d + FLAGS = -g -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target windows + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/windows + +build libs/glfw/glfw-3.3.8/tests/windows: C_EXECUTABLE_LINKER__windows_Debug libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/windows.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -g + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/windows + TARGET_PDB = windows.dbg + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/edit_cache: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/rebuild_cache: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/tests/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/tests/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/install: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/tests/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/install/local: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/tests/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/install/strip: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build libs/assimp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/assimp/edit_cache: phony libs/assimp/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/assimp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/assimp/rebuild_cache: phony libs/assimp/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/assimp/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/assimp/CMakeFiles/install.util: CUSTOM_COMMAND libs/assimp/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/assimp/install: phony libs/assimp/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/assimp/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/assimp/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/assimp/install/local: phony libs/assimp/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/assimp/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/assimp/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/assimp/install/strip: phony libs/assimp/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target zlibstatic + + +############################################# +# Order-only phony target for zlibstatic + +build cmake_object_order_depends_target_zlibstatic: phony || libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/adler32.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/compress.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/crc32.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/deflate.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzclose.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzlib.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzread.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzwrite.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/inflate.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/infback.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/inftrees.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/inffast.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/trees.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/uncompr.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zutil.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target zlibstatic + + +############################################# +# Link the static library libs/assimp/contrib/zlib/libzlibstatic.a + +build libs/assimp/contrib/zlib/libzlibstatic.a: C_STATIC_LIBRARY_LINKER__zlibstatic_Release libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o + LANGUAGE_COMPILE_FLAGS = -fno-strict-aliasing -O3 -DNDEBUG + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/assimp/contrib/zlib/libzlibstatic.a + TARGET_PDB = zlibstatic.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/assimp/contrib/zlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/edit_cache: phony libs/assimp/contrib/zlib/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/assimp/contrib/zlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/rebuild_cache: phony libs/assimp/contrib/zlib/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/assimp/contrib/zlib/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/assimp/contrib/zlib/CMakeFiles/install.util: CUSTOM_COMMAND libs/assimp/contrib/zlib/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/install: phony libs/assimp/contrib/zlib/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/assimp/contrib/zlib/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/assimp/contrib/zlib/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/install/local: phony libs/assimp/contrib/zlib/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/assimp/contrib/zlib/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/assimp/contrib/zlib/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/install/strip: phony libs/assimp/contrib/zlib/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target assimp + + +############################################# +# Order-only phony target for assimp + +build cmake_object_order_depends_target_assimp: phony || cmake_object_order_depends_target_zlibstatic + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Assimp.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/CApi/CInterfaceIOWrapper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/CApi + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Compression.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/BaseImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/BaseProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/PostStepRegistry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/ImporterRegistry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/DefaultIOStream.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/IOSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/DefaultIOSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/ZipArchiveIOSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Importer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SGSpatialSort.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/VertexTriangleAdjacency.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SpatialSort.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SceneCombiner.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/ScenePreprocessor.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SkeletonMeshBuilder.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/StandardShapes.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/TargetAnimation.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/RemoveComments.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Subdivision.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/scene.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Bitmap.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Version.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/CreateAnimMesh.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/simd.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/material.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/AssertHandler.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Exceptional.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Base64.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Geometry/GeometryUtils.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Geometry + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/DefaultLogger.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Exporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/CApi/AssimpCExport.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/CApi + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/CalcTangentsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ComputeUVMappingProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ConvertToLHProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/EmbedTexturesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FindDegenerates.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FindInstancesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FindInvalidDataProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FixNormalsStep.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/DropFaceNormalsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/GenFaceNormalsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/GenVertexNormalsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/PretransformVertices.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ImproveCacheLocality.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/JoinVerticesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/LimitBoneWeightsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/RemoveRedundantMaterials.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/RemoveVCProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/SortByPTypeProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/SplitLargeMeshes.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/TextureTransform.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/TriangulateProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ValidateDataStructure.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/OptimizeGraph.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/OptimizeMeshes.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/DeboneProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ProcessHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/MakeVerboseFormat.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ScaleProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ArmaturePopulate.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/GenBoundingBoxesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/SplitByBoneCountProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Material/MaterialSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Material + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STEPParser/STEPFileReader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STEPParser/STEPFileEncoding.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter_Geometry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter_Material.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter_Postprocess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3DS/3DSConverter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3DS/3DSLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AC/ACLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/ASE/ASELoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/ASE/ASEParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assbin/AssbinLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/B3D/B3DImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/BVH/BVHLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/DXF/DXFLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/CSM/CSMLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/HMP/HMPLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Irr/IRRMeshLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Irr/IRRShared.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IQM/IQMImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Irr/IRRLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOAnimation.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOBLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWS/LWSLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/M3D/M3DImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/M3D/M3DWrapper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD2/MD2Loader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD3/MD3Loader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD5/MD5Loader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD5/MD5Parser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDC/MDCLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/MDLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/MDLMaterialLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/NFF/NFFLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/NDO/NDOLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/OFF/OFFLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjFileImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjFileMtlImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjFileParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreStructs.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreBinarySerializer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreXmlSerializer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/OpenGEX/OpenGEXImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ply/PlyLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ply/PlyParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MS3D/MS3DLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/COB/COBLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderDNA.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderScene.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderModifier.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderBMesh.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderTessellator.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderCustomData.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCReaderGen1_2x3.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCReaderGen2_2x3.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCUtil.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCGeometry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCProfile.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCCurve.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCBoolean.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCOpenings.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/XGL/XGLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXTokenizer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXConverter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXUtil.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXDocument.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXProperties.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXMeshGeometry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXModel.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXAnimation.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXNodeAttribute.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXDeformer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXBinaryTokenizer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXDocumentUtil.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Q3D/Q3DLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Raw/RawLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/SIB/SIBImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/SMD/SMDLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STL/STLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Terragen/TerragenLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Unreal/UnrealLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X/XFileImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X/XFileParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry2D.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry3D.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Group.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Light.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Metadata.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Networking.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Postprocess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Rendering.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Shape.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Texturing.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DGeoHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DXmlHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF/glTFCommon.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF/glTFImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF2/glTF2Importer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/XmlSerializer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/D3MFImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/D3MFOpcPackage.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MMD/MMDImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MMD/MMDPmxParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/OpenGEX/OpenGEXExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ply/PlyExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3DS/3DSExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assbin/AssbinExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assbin/AssbinFileWriter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assxml/AssxmlExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assxml/AssxmlFileWriter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/M3D/M3DExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXExportNode.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXExportProperty.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STL/STLExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X/XFileExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF/glTFExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF2/glTF2Exporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/D3MFExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Pbrt/PbrtExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Pbrt + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assjson/cencode.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assjson/json_exporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assjson/mesh_splitter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Step/StepExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/unzip/crypt.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/unzip/ioapi.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/unzip/unzip.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/common/shapes.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/advancing_front.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/cdt.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep_context.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/clipper/clipper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/DDLNode.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLCommon.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLExport.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/Value.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLStream.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcArithmeticCodec.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcTools.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcTriangleFans.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zip/src/zip.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target assimp + + +############################################# +# Link the static library libs/assimp/lib/libassimp.a + +build libs/assimp/lib/libassimp.a: CXX_STATIC_LIBRARY_LINKER__assimp_Release libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o || libs/assimp/contrib/zlib/libzlibstatic.a + LANGUAGE_COMPILE_FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/assimp/lib/libassimp.a + TARGET_PDB = assimp.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/assimp/code/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/assimp/code/edit_cache: phony libs/assimp/code/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/assimp/code/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-debug-sanitizer + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/assimp/code/rebuild_cache: phony libs/assimp/code/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/assimp/code/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/assimp/code/CMakeFiles/install.util: CUSTOM_COMMAND libs/assimp/code/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/assimp/code/install: phony libs/assimp/code/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/assimp/code/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/assimp/code/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/assimp/code/install/local: phony libs/assimp/code/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/assimp/code/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/assimp/code/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/assimp/code/install/strip: phony libs/assimp/code/CMakeFiles/install/strip.util + +# ============================================================================= +# Target aliases. + +build BLT: phony libs/BLT/libBLT.a + +build assimp: phony libs/assimp/lib/libassimp.a + +build boing: phony libs/glfw/glfw-3.3.8/examples/boing + +build clipboard: phony libs/glfw/glfw-3.3.8/tests/clipboard + +build cursor: phony libs/glfw/glfw-3.3.8/tests/cursor + +build empty: phony libs/glfw/glfw-3.3.8/tests/empty + +build events: phony libs/glfw/glfw-3.3.8/tests/events + +build gamma: phony libs/glfw/glfw-3.3.8/tests/gamma + +build gears: phony libs/glfw/glfw-3.3.8/examples/gears + +build glfw: phony libs/glfw/glfw-3.3.8/src/libglfw3.a + +build glfwinfo: phony libs/glfw/glfw-3.3.8/tests/glfwinfo + +build heightmap: phony libs/glfw/glfw-3.3.8/examples/heightmap + +build icon: phony libs/glfw/glfw-3.3.8/tests/icon + +build iconify: phony libs/glfw/glfw-3.3.8/tests/iconify + +build inputlag: phony libs/glfw/glfw-3.3.8/tests/inputlag + +build joysticks: phony libs/glfw/glfw-3.3.8/tests/joysticks + +build libBLT.a: phony libs/BLT/libBLT.a + +build libassimp.a: phony libs/assimp/lib/libassimp.a + +build libglfw3.a: phony libs/glfw/glfw-3.3.8/src/libglfw3.a + +build libzlibstatic.a: phony libs/assimp/contrib/zlib/libzlibstatic.a + +build monitors: phony libs/glfw/glfw-3.3.8/tests/monitors + +build msaa: phony libs/glfw/glfw-3.3.8/tests/msaa + +build offscreen: phony libs/glfw/glfw-3.3.8/examples/offscreen + +build opacity: phony libs/glfw/glfw-3.3.8/tests/opacity + +build particles: phony libs/glfw/glfw-3.3.8/examples/particles + +build reopen: phony libs/glfw/glfw-3.3.8/tests/reopen + +build sharing: phony libs/glfw/glfw-3.3.8/examples/sharing + +build simple: phony libs/glfw/glfw-3.3.8/examples/simple + +build splitview: phony libs/glfw/glfw-3.3.8/examples/splitview + +build tearing: phony libs/glfw/glfw-3.3.8/tests/tearing + +build threads: phony libs/glfw/glfw-3.3.8/tests/threads + +build timeout: phony libs/glfw/glfw-3.3.8/tests/timeout + +build title: phony libs/glfw/glfw-3.3.8/tests/title + +build triangle-vulkan: phony libs/glfw/glfw-3.3.8/tests/triangle-vulkan + +build uninstall: phony libs/glfw/glfw-3.3.8/uninstall + +build update_mappings: phony libs/glfw/glfw-3.3.8/src/update_mappings + +build wave: phony libs/glfw/glfw-3.3.8/examples/wave + +build windows: phony libs/glfw/glfw-3.3.8/tests/windows + +build zlibstatic: phony libs/assimp/contrib/zlib/libzlibstatic.a + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-debug-sanitizer + +build all: phony parksnrec libs/BLT/all libs/glfw/glfw-3.3.8/all libs/assimp/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT + +build libs/BLT/all: phony libs/BLT/libBLT.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp + +build libs/assimp/all: phony libs/assimp/contrib/zlib/all libs/assimp/code/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code + +build libs/assimp/code/all: phony libs/assimp/lib/libassimp.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib + +build libs/assimp/contrib/zlib/all: phony libs/assimp/contrib/zlib/libzlibstatic.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8 + +build libs/glfw/glfw-3.3.8/all: phony libs/glfw/glfw-3.3.8/src/all libs/glfw/glfw-3.3.8/examples/all libs/glfw/glfw-3.3.8/tests/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples + +build libs/glfw/glfw-3.3.8/examples/all: phony libs/glfw/glfw-3.3.8/examples/boing libs/glfw/glfw-3.3.8/examples/gears libs/glfw/glfw-3.3.8/examples/heightmap libs/glfw/glfw-3.3.8/examples/offscreen libs/glfw/glfw-3.3.8/examples/particles libs/glfw/glfw-3.3.8/examples/sharing libs/glfw/glfw-3.3.8/examples/simple libs/glfw/glfw-3.3.8/examples/splitview libs/glfw/glfw-3.3.8/examples/wave + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src + +build libs/glfw/glfw-3.3.8/src/all: phony libs/glfw/glfw-3.3.8/src/libglfw3.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests + +build libs/glfw/glfw-3.3.8/tests/all: phony libs/glfw/glfw-3.3.8/tests/clipboard libs/glfw/glfw-3.3.8/tests/events libs/glfw/glfw-3.3.8/tests/msaa libs/glfw/glfw-3.3.8/tests/glfwinfo libs/glfw/glfw-3.3.8/tests/iconify libs/glfw/glfw-3.3.8/tests/monitors libs/glfw/glfw-3.3.8/tests/reopen libs/glfw/glfw-3.3.8/tests/cursor libs/glfw/glfw-3.3.8/tests/empty libs/glfw/glfw-3.3.8/tests/gamma libs/glfw/glfw-3.3.8/tests/icon libs/glfw/glfw-3.3.8/tests/inputlag libs/glfw/glfw-3.3.8/tests/joysticks libs/glfw/glfw-3.3.8/tests/opacity libs/glfw/glfw-3.3.8/tests/tearing libs/glfw/glfw-3.3.8/tests/threads libs/glfw/glfw-3.3.8/tests/timeout libs/glfw/glfw-3.3.8/tests/title libs/glfw/glfw-3.3.8/tests/triangle-vulkan libs/glfw/glfw-3.3.8/tests/windows + +# ============================================================================= +# Unknown Build Time Dependencies. +# Tell Ninja that they may appear as side effects of build rules +# otherwise ordered by order-only dependencies. + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/brett/git/parksandrec/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/include/blt/config.h.in /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/assimp.pc.in /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindPkgMacros.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindRT.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/PrecompiledHeader.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/assimp-plain-config.cmake.in /home/brett/git/parksandrec/libs/assimp/code/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zconf.h.cmakein /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zlib.pc.cmakein /home/brett/git/parksandrec/libs/assimp/include/assimp/config.h.in /home/brett/git/parksandrec/libs/assimp/revision.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3.pc.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw_config.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/CMakeLists.txt /usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeDependentOption.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckFunctionExists.cmake /usr/share/cmake/Modules/CheckIncludeFile.cmake /usr/share/cmake/Modules/CheckIncludeFileCXX.cmake /usr/share/cmake/Modules/CheckLibraryExists.cmake /usr/share/cmake/Modules/CheckTypeSize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/FindDoxygen.cmake /usr/share/cmake/Modules/FindFontconfig.cmake /usr/share/cmake/Modules/FindFreetype.cmake /usr/share/cmake/Modules/FindOpenGL.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPkgConfig.cmake /usr/share/cmake/Modules/FindThreads.cmake /usr/share/cmake/Modules/FindX11.cmake /usr/share/cmake/Modules/FindZLIB.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake /usr/share/cmake/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.26.4/CMakeCCompiler.cmake CMakeFiles/3.26.4/CMakeCXXCompiler.cmake CMakeFiles/3.26.4/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/brett/git/parksandrec/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/include/blt/config.h.in /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/assimp.pc.in /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindPkgMacros.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindRT.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/PrecompiledHeader.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/assimp-plain-config.cmake.in /home/brett/git/parksandrec/libs/assimp/code/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zconf.h.cmakein /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zlib.pc.cmakein /home/brett/git/parksandrec/libs/assimp/include/assimp/config.h.in /home/brett/git/parksandrec/libs/assimp/revision.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3.pc.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw_config.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/CMakeLists.txt /usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeDependentOption.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckFunctionExists.cmake /usr/share/cmake/Modules/CheckIncludeFile.cmake /usr/share/cmake/Modules/CheckIncludeFileCXX.cmake /usr/share/cmake/Modules/CheckLibraryExists.cmake /usr/share/cmake/Modules/CheckTypeSize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/FindDoxygen.cmake /usr/share/cmake/Modules/FindFontconfig.cmake /usr/share/cmake/Modules/FindFreetype.cmake /usr/share/cmake/Modules/FindOpenGL.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPkgConfig.cmake /usr/share/cmake/Modules/FindThreads.cmake /usr/share/cmake/Modules/FindX11.cmake /usr/share/cmake/Modules/FindZLIB.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake /usr/share/cmake/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.26.4/CMakeCCompiler.cmake CMakeFiles/3.26.4/CMakeCXXCompiler.cmake CMakeFiles/3.26.4/CMakeSystem.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/cmake-build-debug-sanitizer/cmake_install.cmake b/cmake-build-debug-sanitizer/cmake_install.cmake new file mode 100644 index 0000000..f2154a4 --- /dev/null +++ b/cmake-build-debug-sanitizer/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/brett/git/parksandrec + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +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 each subdirectory. + include("/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/BLT/cmake_install.cmake") + include("/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/cmake_install.cmake") + include("/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/cmake_install.cmake") + +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake-build-debug-sanitizer/imgui.ini b/cmake-build-debug-sanitizer/imgui.ini new file mode 100644 index 0000000..be58c5f --- /dev/null +++ b/cmake-build-debug-sanitizer/imgui.ini @@ -0,0 +1,15 @@ +[Window][Debug##Default] +Pos=60,60 +Size=400,400 +Collapsed=0 + +[Window][Player Stats] +Pos=60,60 +Size=460,168 +Collapsed=0 + +[Window][Dear ImGui Demo] +Pos=612,20 +Size=550,680 +Collapsed=1 + diff --git a/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o new file mode 100644 index 0000000..436ec0a Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o new file mode 100644 index 0000000..30bc5e6 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o new file mode 100644 index 0000000..f7242eb Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o new file mode 100644 index 0000000..b8da088 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o new file mode 100644 index 0000000..d9f13fa Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o new file mode 100644 index 0000000..26002a3 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o new file mode 100644 index 0000000..c4f11f1 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o new file mode 100644 index 0000000..5baee8f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/BLT/cmake_install.cmake b/cmake-build-debug-sanitizer/libs/BLT/cmake_install.cmake new file mode 100644 index 0000000..7296caa --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/BLT/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/BLT + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-debug-sanitizer/libs/BLT/config/blt/config.h b/cmake-build-debug-sanitizer/libs/BLT/config/blt/config.h new file mode 100644 index 0000000..6c55b16 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/BLT/config/blt/config.h @@ -0,0 +1,7 @@ +#ifndef BLT_CONFIG_H +#define BLT_CONFIG_H + +/* #undef ZLIB_FOUND */ +#define BLT_ENABLE_LOGGING + +#endif // BLT_CONFIG_H diff --git a/cmake-build-debug-sanitizer/libs/BLT/libBLT.a b/cmake-build-debug-sanitizer/libs/BLT/libBLT.a new file mode 100644 index 0000000..3ea1434 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/BLT/libBLT.a differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake b/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake new file mode 100644 index 0000000..e1f41f1 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake @@ -0,0 +1,29 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Release". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "assimp::zlibstatic" for configuration "Release" +set_property(TARGET assimp::zlibstatic APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(assimp::zlibstatic PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libzlibstatic.a" + ) + +list(APPEND _cmake_import_check_targets assimp::zlibstatic ) +list(APPEND _cmake_import_check_files_for_assimp::zlibstatic "${_IMPORT_PREFIX}/lib/libzlibstatic.a" ) + +# Import target "assimp::assimp" for configuration "Release" +set_property(TARGET assimp::assimp APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(assimp::assimp PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C;CXX" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libassimp.a" + ) + +list(APPEND _cmake_import_check_targets assimp::assimp ) +list(APPEND _cmake_import_check_files_for_assimp::assimp "${_IMPORT_PREFIX}/lib/libassimp.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake b/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake new file mode 100644 index 0000000..fead0da --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake @@ -0,0 +1,110 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.24) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS assimp::zlibstatic assimp::assimp) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target assimp::zlibstatic +add_library(assimp::zlibstatic STATIC IMPORTED) + +# Create imported target assimp::assimp +add_library(assimp::assimp STATIC IMPORTED) + +set_target_properties(assimp::assimp PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "assimp::zlibstatic;rt" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/assimpTargets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-debug-sanitizer/libs/assimp/assimp.pc b/cmake-build-debug-sanitizer/libs/assimp/assimp.pc new file mode 100644 index 0000000..c579a72 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/assimp.pc @@ -0,0 +1,9 @@ +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: parksnrec +Description: Import various well-known 3D model formats in an uniform manner. +Version: 5.2.5 +Libs: -L${libdir} -lassimp +Libs.private: -lstdc++ +Cflags: -I${includedir} diff --git a/cmake-build-debug-sanitizer/libs/assimp/cmake_install.cmake b/cmake-build-debug-sanitizer/libs/assimp/cmake_install.cmake new file mode 100644 index 0000000..0802760 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/cmake_install.cmake @@ -0,0 +1,81 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "libassimp5.2.5-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2" TYPE FILE FILES + "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/generated/assimpConfig.cmake" + "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/generated/assimpConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "libassimp5.2.5-dev" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets.cmake" + "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake") + endif() +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/cmake_install.cmake") + include("/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/cmake_install.cmake") + +endif() + diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o new file mode 100644 index 0000000..3877bad Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o new file mode 100644 index 0000000..a774869 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o new file mode 100644 index 0000000..203bbda Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o new file mode 100644 index 0000000..7eb509d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o new file mode 100644 index 0000000..f7d02ca Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o new file mode 100644 index 0000000..725c63d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o new file mode 100644 index 0000000..5fd31a7 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o new file mode 100644 index 0000000..9f6118f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o new file mode 100644 index 0000000..0e5e0a6 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o new file mode 100644 index 0000000..92f7bea Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o new file mode 100644 index 0000000..5e22f87 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o new file mode 100644 index 0000000..bb9e3ac Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o new file mode 100644 index 0000000..e5380e3 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o new file mode 100644 index 0000000..24b979b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o new file mode 100644 index 0000000..14ae7a7 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o new file mode 100644 index 0000000..55df069 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o new file mode 100644 index 0000000..f5336ef Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o new file mode 100644 index 0000000..52504d2 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o new file mode 100644 index 0000000..07fc78a Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o new file mode 100644 index 0000000..6126301 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o new file mode 100644 index 0000000..4a94a5a Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o new file mode 100644 index 0000000..2e41815 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o new file mode 100644 index 0000000..b763cba Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o new file mode 100644 index 0000000..057382c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o new file mode 100644 index 0000000..13ec427 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o new file mode 100644 index 0000000..ae787a0 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o new file mode 100644 index 0000000..1889b49 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o new file mode 100644 index 0000000..6f7e5fc Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o new file mode 100644 index 0000000..06c6775 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o new file mode 100644 index 0000000..618ba2e Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o new file mode 100644 index 0000000..6d53ec7 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o new file mode 100644 index 0000000..39de7cb Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o new file mode 100644 index 0000000..5a9b684 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o new file mode 100644 index 0000000..a95426a Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o new file mode 100644 index 0000000..f8b078f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o new file mode 100644 index 0000000..13bf8e2 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o new file mode 100644 index 0000000..7d6d7ec Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o new file mode 100644 index 0000000..56b9cd8 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o new file mode 100644 index 0000000..b2be47b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o new file mode 100644 index 0000000..47fe62e Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o new file mode 100644 index 0000000..7e72069 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o new file mode 100644 index 0000000..1e1ac33 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o new file mode 100644 index 0000000..f838ac6 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o new file mode 100644 index 0000000..074ba02 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o new file mode 100644 index 0000000..4a529d3 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o new file mode 100644 index 0000000..6c3b470 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o new file mode 100644 index 0000000..a94b37c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o new file mode 100644 index 0000000..9bcd1b9 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o new file mode 100644 index 0000000..c9d8750 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o new file mode 100644 index 0000000..8d4c00a Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o new file mode 100644 index 0000000..5f8973f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o new file mode 100644 index 0000000..ad49034 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o new file mode 100644 index 0000000..0e2fca4 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o new file mode 100644 index 0000000..206554c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o new file mode 100644 index 0000000..bb72da2 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o new file mode 100644 index 0000000..43ca877 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o new file mode 100644 index 0000000..1bda0a5 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o new file mode 100644 index 0000000..2145379 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o new file mode 100644 index 0000000..d82ca8f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o new file mode 100644 index 0000000..25e6e83 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o new file mode 100644 index 0000000..6c4ca34 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o new file mode 100644 index 0000000..21d33af Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o new file mode 100644 index 0000000..461326d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o new file mode 100644 index 0000000..e184e00 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o new file mode 100644 index 0000000..e7f158d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o new file mode 100644 index 0000000..83a6d3b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o new file mode 100644 index 0000000..cb5ea0a Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o new file mode 100644 index 0000000..170b580 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o new file mode 100644 index 0000000..a050122 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o new file mode 100644 index 0000000..a5f6633 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o new file mode 100644 index 0000000..3e81810 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o new file mode 100644 index 0000000..1dad82a Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o new file mode 100644 index 0000000..9290a34 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o new file mode 100644 index 0000000..5866029 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o new file mode 100644 index 0000000..a6cd407 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o new file mode 100644 index 0000000..a3995c5 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o new file mode 100644 index 0000000..84602e8 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o new file mode 100644 index 0000000..b1c459b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o new file mode 100644 index 0000000..725a44f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o new file mode 100644 index 0000000..f2ca29c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o new file mode 100644 index 0000000..41a9314 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o new file mode 100644 index 0000000..6735aec Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o new file mode 100644 index 0000000..fb34c02 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o new file mode 100644 index 0000000..439a9ed Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o new file mode 100644 index 0000000..c5337ee Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o new file mode 100644 index 0000000..f66cd93 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o new file mode 100644 index 0000000..7d61a42 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o new file mode 100644 index 0000000..15ab88e Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o new file mode 100644 index 0000000..bb587ac Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o new file mode 100644 index 0000000..a1d2a97 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o new file mode 100644 index 0000000..c00909b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o new file mode 100644 index 0000000..decba6d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o new file mode 100644 index 0000000..299dda8 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o new file mode 100644 index 0000000..37fa221 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o new file mode 100644 index 0000000..5ed4a80 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o new file mode 100644 index 0000000..d777d8d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o new file mode 100644 index 0000000..d9924ac Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o new file mode 100644 index 0000000..61438cd Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o new file mode 100644 index 0000000..b22daf3 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o new file mode 100644 index 0000000..bfc7598 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o new file mode 100644 index 0000000..13eebfc Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o new file mode 100644 index 0000000..e298b3e Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o new file mode 100644 index 0000000..8b1cfeb Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o new file mode 100644 index 0000000..4a2664c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o new file mode 100644 index 0000000..bf68764 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o new file mode 100644 index 0000000..a155919 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o new file mode 100644 index 0000000..d6bedda Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o new file mode 100644 index 0000000..3a4155c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o new file mode 100644 index 0000000..55a8dc6 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o new file mode 100644 index 0000000..33a56e5 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o new file mode 100644 index 0000000..e421da7 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o new file mode 100644 index 0000000..49c813c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o new file mode 100644 index 0000000..984f578 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o new file mode 100644 index 0000000..25fc988 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o new file mode 100644 index 0000000..08e996b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o new file mode 100644 index 0000000..a43bd60 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o new file mode 100644 index 0000000..c2dc65c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o new file mode 100644 index 0000000..573d506 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o new file mode 100644 index 0000000..510b4d3 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o new file mode 100644 index 0000000..61b98d9 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o new file mode 100644 index 0000000..6985d2d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o new file mode 100644 index 0000000..8cae700 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o new file mode 100644 index 0000000..005abe1 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o new file mode 100644 index 0000000..b76f397 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o new file mode 100644 index 0000000..e85d56d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o new file mode 100644 index 0000000..937c8c3 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o new file mode 100644 index 0000000..28066f7 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o new file mode 100644 index 0000000..41695fa Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o new file mode 100644 index 0000000..43e81a8 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o new file mode 100644 index 0000000..25abe83 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o new file mode 100644 index 0000000..c9d5c06 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o new file mode 100644 index 0000000..5e219b3 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o new file mode 100644 index 0000000..be4baba Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o new file mode 100644 index 0000000..b7c224d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o new file mode 100644 index 0000000..54de581 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o new file mode 100644 index 0000000..acdb5e7 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o new file mode 100644 index 0000000..d80ffa5 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o new file mode 100644 index 0000000..afd1a07 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o new file mode 100644 index 0000000..1acceeb Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o new file mode 100644 index 0000000..a7a8bc3 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o new file mode 100644 index 0000000..1b2a0f7 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o new file mode 100644 index 0000000..673d6a1 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o new file mode 100644 index 0000000..e1627d1 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o new file mode 100644 index 0000000..7c479d4 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o new file mode 100644 index 0000000..572cee1 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o new file mode 100644 index 0000000..a4e4927 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o new file mode 100644 index 0000000..304b047 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o new file mode 100644 index 0000000..d95811f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o new file mode 100644 index 0000000..906faf4 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o new file mode 100644 index 0000000..a73d039 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o new file mode 100644 index 0000000..a904755 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o new file mode 100644 index 0000000..c4c8008 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o new file mode 100644 index 0000000..fe49700 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o new file mode 100644 index 0000000..52f90fc Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o new file mode 100644 index 0000000..8fcf238 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o new file mode 100644 index 0000000..6318593 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o new file mode 100644 index 0000000..210181c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o new file mode 100644 index 0000000..08a8479 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o new file mode 100644 index 0000000..80bd515 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o new file mode 100644 index 0000000..28ee1b7 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o new file mode 100644 index 0000000..7f21476 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o new file mode 100644 index 0000000..c98734f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o new file mode 100644 index 0000000..dcd5f4b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o new file mode 100644 index 0000000..3c32e25 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o new file mode 100644 index 0000000..aa859c2 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o new file mode 100644 index 0000000..724f0a0 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o new file mode 100644 index 0000000..b6df5ee Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o new file mode 100644 index 0000000..e1287f6 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o new file mode 100644 index 0000000..52cb0c5 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o new file mode 100644 index 0000000..7804503 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o new file mode 100644 index 0000000..b5e43e3 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o new file mode 100644 index 0000000..cb20a5b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o new file mode 100644 index 0000000..e94e03b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o new file mode 100644 index 0000000..e4e9099 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o new file mode 100644 index 0000000..1c89f67 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o new file mode 100644 index 0000000..610eb8d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o new file mode 100644 index 0000000..7f5eeb6 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o new file mode 100644 index 0000000..ebfeeda Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o new file mode 100644 index 0000000..03ac773 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o new file mode 100644 index 0000000..09032a8 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o new file mode 100644 index 0000000..f94b21f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o new file mode 100644 index 0000000..b1463a7 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o new file mode 100644 index 0000000..ed2c69d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o new file mode 100644 index 0000000..c2fbb8d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o new file mode 100644 index 0000000..9ad1831 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o new file mode 100644 index 0000000..ae35c82 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o new file mode 100644 index 0000000..f3b08fd Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o new file mode 100644 index 0000000..ad92916 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o new file mode 100644 index 0000000..5b5ff57 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o new file mode 100644 index 0000000..9d8c356 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o new file mode 100644 index 0000000..6e51211 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o new file mode 100644 index 0000000..61b2b26 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o new file mode 100644 index 0000000..697f150 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o new file mode 100644 index 0000000..eb9164e Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o new file mode 100644 index 0000000..b9fbcc1 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o new file mode 100644 index 0000000..0cc0cc8 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o new file mode 100644 index 0000000..a0382ce Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o new file mode 100644 index 0000000..0c517af Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o new file mode 100644 index 0000000..875e193 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o new file mode 100644 index 0000000..5ef4234 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o new file mode 100644 index 0000000..e8b870c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o new file mode 100644 index 0000000..574689d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o new file mode 100644 index 0000000..0ad0960 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o new file mode 100644 index 0000000..e83e64d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o new file mode 100644 index 0000000..0ecb003 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o new file mode 100644 index 0000000..78961f2 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o new file mode 100644 index 0000000..708934e Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o new file mode 100644 index 0000000..f938df5 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o new file mode 100644 index 0000000..1fcb191 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o new file mode 100644 index 0000000..3f03aca Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o new file mode 100644 index 0000000..afbb0c8 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o new file mode 100644 index 0000000..bfe1143 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o new file mode 100644 index 0000000..afc11a3 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o new file mode 100644 index 0000000..e27f548 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o new file mode 100644 index 0000000..8daea68 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o new file mode 100644 index 0000000..44beb3a Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o new file mode 100644 index 0000000..e7ca7b7 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o new file mode 100644 index 0000000..98d8066 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o new file mode 100644 index 0000000..f9e4b7f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o new file mode 100644 index 0000000..792221e Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o new file mode 100644 index 0000000..8378b48 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o new file mode 100644 index 0000000..7bb0252 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o new file mode 100644 index 0000000..a917574 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o new file mode 100644 index 0000000..c123bfd Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o new file mode 100644 index 0000000..6f3b10f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o new file mode 100644 index 0000000..7348f76 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o new file mode 100644 index 0000000..d0393c8 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o new file mode 100644 index 0000000..d4951ac Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o new file mode 100644 index 0000000..fdc8511 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o new file mode 100644 index 0000000..99ad1d2 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o new file mode 100644 index 0000000..bdc2ccf Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o new file mode 100644 index 0000000..51b1b35 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o new file mode 100644 index 0000000..e42ae80 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/code/cmake_install.cmake b/cmake-build-debug-sanitizer/libs/assimp/code/cmake_install.cmake new file mode 100644 index 0000000..e01ddc6 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/code/cmake_install.cmake @@ -0,0 +1,147 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/code + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "libassimp5.2.5-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/lib/libassimp.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "assimp-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/assimp" TYPE FILE FILES + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/anim.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/aabb.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ai_assert.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/camera.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/color4.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/color4.inl" + "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/code/../include/assimp/config.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ColladaMetaData.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/commonMetaData.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/defs.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/cfileio.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/light.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/material.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/material.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix3x3.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix3x3.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix4x4.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix4x4.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/mesh.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ObjMaterial.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/pbrmaterial.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/GltfMaterial.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/postprocess.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/quaternion.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/quaternion.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/scene.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/metadata.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/texture.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/types.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector2.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector2.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector3.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector3.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/version.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/cimport.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/AssertHandler.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/importerdesc.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Importer.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/DefaultLogger.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ProgressHandler.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/IOStream.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/IOSystem.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Logger.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/LogStream.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/NullLogger.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/cexport.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Exporter.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/DefaultIOStream.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/DefaultIOSystem.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ZipArchiveIOSystem.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SceneCombiner.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/fast_atof.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/qnan.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/BaseImporter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Hash.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/MemoryIOWrapper.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ParsingUtils.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StreamReader.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StreamWriter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StringComparison.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StringUtils.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SGSpatialSort.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/GenericProperty.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SpatialSort.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SkeletonMeshBuilder.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SmallVector.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SmoothingGroups.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SmoothingGroups.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StandardShapes.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/RemoveComments.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Subdivision.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Vertex.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/LineSplitter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/TinyFormatter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Profiler.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/LogAux.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Bitmap.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/XMLTools.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/IOStreamBuffer.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/CreateAnimMesh.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/XmlParser.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/BlobIOSystem.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/MathFunctions.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Exceptional.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ByteSwapper.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Base64.hpp" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "assimp-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/assimp/Compiler" TYPE FILE FILES + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Compiler/pushpack1.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Compiler/poppack1.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Compiler/pstdint.h" + ) +endif() + diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o new file mode 100644 index 0000000..335e20c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o new file mode 100644 index 0000000..d0d44c0 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o new file mode 100644 index 0000000..e446c2b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o new file mode 100644 index 0000000..e42ec21 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o new file mode 100644 index 0000000..63c463b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o new file mode 100644 index 0000000..194d691 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o new file mode 100644 index 0000000..ef556c5 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o new file mode 100644 index 0000000..39a042d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o new file mode 100644 index 0000000..df9e765 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o new file mode 100644 index 0000000..f3014aa Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o new file mode 100644 index 0000000..2386458 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o new file mode 100644 index 0000000..a4b392a Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o new file mode 100644 index 0000000..d02cf4c Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o new file mode 100644 index 0000000..d8daea2 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o new file mode 100644 index 0000000..141b3a4 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CTestTestfile.cmake b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CTestTestfile.cmake new file mode 100644 index 0000000..3b6d180 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/brett/git/parksandrec/libs/assimp/contrib/zlib +# Build directory: /home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/cmake_install.cmake b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/cmake_install.cmake new file mode 100644 index 0000000..beb4d56 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/contrib/zlib + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/libzlibstatic.a") +endif() + diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/libzlibstatic.a b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/libzlibstatic.a new file mode 100644 index 0000000..8f274fe Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/libzlibstatic.a differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/zconf.h b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/zconf.h new file mode 100644 index 0000000..995ad4f --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/zconf.h @@ -0,0 +1,536 @@ +/* zconf.h -- configuration of the zlib compression library + * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +/* @(#) $Id$ */ + +#ifndef ZCONF_H +#define ZCONF_H +/* #undef Z_PREFIX */ +#define Z_HAVE_UNISTD_H + +/* + * If you *really* need a unique prefix for all types and library functions, + * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. + * Even better than compiling with -DZ_PREFIX would be to use configure to set + * this permanently in zconf.h using "./configure --zprefix". + */ +#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */ +# define Z_PREFIX_SET + +/* all linked symbols and init macros */ +# define _dist_code z__dist_code +# define _length_code z__length_code +# define _tr_align z__tr_align +# define _tr_flush_bits z__tr_flush_bits +# define _tr_flush_block z__tr_flush_block +# define _tr_init z__tr_init +# define _tr_stored_block z__tr_stored_block +# define _tr_tally z__tr_tally +# define adler32 z_adler32 +# define adler32_combine z_adler32_combine +# define adler32_combine64 z_adler32_combine64 +# define adler32_z z_adler32_z +# ifndef Z_SOLO +# define compress z_compress +# define compress2 z_compress2 +# define compressBound z_compressBound +# endif +# define crc32 z_crc32 +# define crc32_combine z_crc32_combine +# define crc32_combine64 z_crc32_combine64 +# define crc32_z z_crc32_z +# define deflate z_deflate +# define deflateBound z_deflateBound +# define deflateCopy z_deflateCopy +# define deflateEnd z_deflateEnd +# define deflateGetDictionary z_deflateGetDictionary +# define deflateInit z_deflateInit +# define deflateInit2 z_deflateInit2 +# define deflateInit2_ z_deflateInit2_ +# define deflateInit_ z_deflateInit_ +# define deflateParams z_deflateParams +# define deflatePending z_deflatePending +# define deflatePrime z_deflatePrime +# define deflateReset z_deflateReset +# define deflateResetKeep z_deflateResetKeep +# define deflateSetDictionary z_deflateSetDictionary +# define deflateSetHeader z_deflateSetHeader +# define deflateTune z_deflateTune +# define deflate_copyright z_deflate_copyright +# define get_crc_table z_get_crc_table +# ifndef Z_SOLO +# define gz_error z_gz_error +# define gz_intmax z_gz_intmax +# define gz_strwinerror z_gz_strwinerror +# define gzbuffer z_gzbuffer +# define gzclearerr z_gzclearerr +# define gzclose z_gzclose +# define gzclose_r z_gzclose_r +# define gzclose_w z_gzclose_w +# define gzdirect z_gzdirect +# define gzdopen z_gzdopen +# define gzeof z_gzeof +# define gzerror z_gzerror +# define gzflush z_gzflush +# define gzfread z_gzfread +# define gzfwrite z_gzfwrite +# define gzgetc z_gzgetc +# define gzgetc_ z_gzgetc_ +# define gzgets z_gzgets +# define gzoffset z_gzoffset +# define gzoffset64 z_gzoffset64 +# define gzopen z_gzopen +# define gzopen64 z_gzopen64 +# ifdef _WIN32 +# define gzopen_w z_gzopen_w +# endif +# define gzprintf z_gzprintf +# define gzputc z_gzputc +# define gzputs z_gzputs +# define gzread z_gzread +# define gzrewind z_gzrewind +# define gzseek z_gzseek +# define gzseek64 z_gzseek64 +# define gzsetparams z_gzsetparams +# define gztell z_gztell +# define gztell64 z_gztell64 +# define gzungetc z_gzungetc +# define gzvprintf z_gzvprintf +# define gzwrite z_gzwrite +# endif +# define inflate z_inflate +# define inflateBack z_inflateBack +# define inflateBackEnd z_inflateBackEnd +# define inflateBackInit z_inflateBackInit +# define inflateBackInit_ z_inflateBackInit_ +# define inflateCodesUsed z_inflateCodesUsed +# define inflateCopy z_inflateCopy +# define inflateEnd z_inflateEnd +# define inflateGetDictionary z_inflateGetDictionary +# define inflateGetHeader z_inflateGetHeader +# define inflateInit z_inflateInit +# define inflateInit2 z_inflateInit2 +# define inflateInit2_ z_inflateInit2_ +# define inflateInit_ z_inflateInit_ +# define inflateMark z_inflateMark +# define inflatePrime z_inflatePrime +# define inflateReset z_inflateReset +# define inflateReset2 z_inflateReset2 +# define inflateResetKeep z_inflateResetKeep +# define inflateSetDictionary z_inflateSetDictionary +# define inflateSync z_inflateSync +# define inflateSyncPoint z_inflateSyncPoint +# define inflateUndermine z_inflateUndermine +# define inflateValidate z_inflateValidate +# define inflate_copyright z_inflate_copyright +# define inflate_fast z_inflate_fast +# define inflate_table z_inflate_table +# ifndef Z_SOLO +# define uncompress z_uncompress +# define uncompress2 z_uncompress2 +# endif +# define zError z_zError +# ifndef Z_SOLO +# define zcalloc z_zcalloc +# define zcfree z_zcfree +# endif +# define zlibCompileFlags z_zlibCompileFlags +# define zlibVersion z_zlibVersion + +/* all zlib typedefs in zlib.h and zconf.h */ +# define Byte z_Byte +# define Bytef z_Bytef +# define alloc_func z_alloc_func +# define charf z_charf +# define free_func z_free_func +# ifndef Z_SOLO +# define gzFile z_gzFile +# endif +# define gz_header z_gz_header +# define gz_headerp z_gz_headerp +# define in_func z_in_func +# define intf z_intf +# define out_func z_out_func +# define uInt z_uInt +# define uIntf z_uIntf +# define uLong z_uLong +# define uLongf z_uLongf +# define voidp z_voidp +# define voidpc z_voidpc +# define voidpf z_voidpf + +/* all zlib structs in zlib.h and zconf.h */ +# define gz_header_s z_gz_header_s +# define internal_state z_internal_state + +#endif + +#if defined(__MSDOS__) && !defined(MSDOS) +# define MSDOS +#endif +#if (defined(OS_2) || defined(__OS2__)) && !defined(OS2) +# define OS2 +#endif +#if defined(_WINDOWS) && !defined(WINDOWS) +# define WINDOWS +#endif +#if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__) +# ifndef WIN32 +# define WIN32 +# endif +#endif +#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) +# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__) +# ifndef SYS16BIT +# define SYS16BIT +# endif +# endif +#endif + +/* + * Compile with -DMAXSEG_64K if the alloc function cannot allocate more + * than 64k bytes at a time (needed on systems with 16-bit int). + */ +#ifdef SYS16BIT +# define MAXSEG_64K +#endif +#ifdef MSDOS +# define UNALIGNED_OK +#endif + +#ifdef __STDC_VERSION__ +# ifndef STDC +# define STDC +# endif +# if __STDC_VERSION__ >= 199901L +# ifndef STDC99 +# define STDC99 +# endif +# endif +#endif +#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) +# define STDC +#endif +#if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) +# define STDC +#endif +#if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) +# define STDC +#endif +#if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) +# define STDC +#endif + +#if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */ +# define STDC +#endif + +#ifndef STDC +# ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ +# define const /* note: need a more gentle solution here */ +# endif +#endif + +#if defined(ZLIB_CONST) && !defined(z_const) +# define z_const const +#else +# define z_const +#endif + +#ifdef Z_SOLO + typedef unsigned long z_size_t; +#else +# define z_longlong long long +# if defined(NO_SIZE_T) + typedef unsigned NO_SIZE_T z_size_t; +# elif defined(STDC) +# include + typedef size_t z_size_t; +# else + typedef unsigned long z_size_t; +# endif +# undef z_longlong +#endif + +/* Maximum value for memLevel in deflateInit2 */ +#ifndef MAX_MEM_LEVEL +# ifdef MAXSEG_64K +# define MAX_MEM_LEVEL 8 +# else +# define MAX_MEM_LEVEL 9 +# endif +#endif + +/* Maximum value for windowBits in deflateInit2 and inflateInit2. + * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files + * created by gzip. (Files created by minigzip can still be extracted by + * gzip.) + */ +#ifndef MAX_WBITS +# define MAX_WBITS 15 /* 32K LZ77 window */ +#endif + +/* The memory requirements for deflate are (in bytes): + (1 << (windowBits+2)) + (1 << (memLevel+9)) + that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) + plus a few kilobytes for small objects. For example, if you want to reduce + the default memory requirements from 256K to 128K, compile with + make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7" + Of course this will generally degrade compression (there's no free lunch). + + The memory requirements for inflate are (in bytes) 1 << windowBits + that is, 32K for windowBits=15 (default value) plus about 7 kilobytes + for small objects. +*/ + + /* Type declarations */ + +#ifndef OF /* function prototypes */ +# ifdef STDC +# define OF(args) args +# else +# define OF(args) () +# endif +#endif + +#ifndef Z_ARG /* function prototypes for stdarg */ +# if defined(STDC) || defined(Z_HAVE_STDARG_H) +# define Z_ARG(args) args +# else +# define Z_ARG(args) () +# endif +#endif + +/* The following definitions for FAR are needed only for MSDOS mixed + * model programming (small or medium model with some far allocations). + * This was tested only with MSC; for other MSDOS compilers you may have + * to define NO_MEMCPY in zutil.h. If you don't need the mixed model, + * just define FAR to be empty. + */ +#ifdef SYS16BIT +# if defined(M_I86SM) || defined(M_I86MM) + /* MSC small or medium model */ +# define SMALL_MEDIUM +# ifdef _MSC_VER +# define FAR _far +# else +# define FAR far +# endif +# endif +# if (defined(__SMALL__) || defined(__MEDIUM__)) + /* Turbo C small or medium model */ +# define SMALL_MEDIUM +# ifdef __BORLANDC__ +# define FAR _far +# else +# define FAR far +# endif +# endif +#endif + +#if defined(WINDOWS) || defined(WIN32) + /* If building or using zlib as a DLL, define ZLIB_DLL. + * This is not mandatory, but it offers a little performance increase. + */ +# ifdef ZLIB_DLL +# if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500)) +# ifdef ZLIB_INTERNAL +# define ZEXTERN extern __declspec(dllexport) +# else +# define ZEXTERN extern __declspec(dllimport) +# endif +# endif +# endif /* ZLIB_DLL */ + /* If building or using zlib with the WINAPI/WINAPIV calling convention, + * define ZLIB_WINAPI. + * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI. + */ +# ifdef ZLIB_WINAPI +# ifdef FAR +# undef FAR +# endif +# include + /* No need for _export, use ZLIB.DEF instead. */ + /* For complete Windows compatibility, use WINAPI, not __stdcall. */ +# define ZEXPORT WINAPI +# ifdef WIN32 +# define ZEXPORTVA WINAPIV +# else +# define ZEXPORTVA FAR CDECL +# endif +# endif +#endif + +#if defined (__BEOS__) +# ifdef ZLIB_DLL +# ifdef ZLIB_INTERNAL +# define ZEXPORT __declspec(dllexport) +# define ZEXPORTVA __declspec(dllexport) +# else +# define ZEXPORT __declspec(dllimport) +# define ZEXPORTVA __declspec(dllimport) +# endif +# endif +#endif + +#ifndef ZEXTERN +# define ZEXTERN extern +#endif +#ifndef ZEXPORT +# define ZEXPORT +#endif +#ifndef ZEXPORTVA +# define ZEXPORTVA +#endif + +#ifndef FAR +# define FAR +#endif + +#if !defined(__MACTYPES__) +typedef unsigned char Byte; /* 8 bits */ +#endif +typedef unsigned int uInt; /* 16 bits or more */ +typedef unsigned long uLong; /* 32 bits or more */ + +#ifdef SMALL_MEDIUM + /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */ +# define Bytef Byte FAR +#else + typedef Byte FAR Bytef; +#endif +typedef char FAR charf; +typedef int FAR intf; +typedef uInt FAR uIntf; +typedef uLong FAR uLongf; + +#ifdef STDC + typedef void const *voidpc; + typedef void FAR *voidpf; + typedef void *voidp; +#else + typedef Byte const *voidpc; + typedef Byte FAR *voidpf; + typedef Byte *voidp; +#endif + +#if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) +# include +# if (UINT_MAX == 0xffffffffUL) +# define Z_U4 unsigned +# elif (ULONG_MAX == 0xffffffffUL) +# define Z_U4 unsigned long +# elif (USHRT_MAX == 0xffffffffUL) +# define Z_U4 unsigned short +# endif +#endif + +#ifdef Z_U4 + typedef Z_U4 z_crc_t; +#else + typedef unsigned long z_crc_t; +#endif + +#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_UNISTD_H +#endif + +#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_STDARG_H +#endif + +#ifdef STDC +# ifndef Z_SOLO +# include /* for off_t */ +# endif +#endif + +#if defined(STDC) || defined(Z_HAVE_STDARG_H) +# ifndef Z_SOLO +# include /* for va_list */ +# endif +#endif + +#ifdef _WIN32 +# ifndef Z_SOLO +# include /* for wchar_t */ +# endif +#endif + +/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and + * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even + * though the former does not conform to the LFS document), but considering + * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as + * equivalently requesting no 64-bit operations + */ +#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1 +# undef _LARGEFILE64_SOURCE +#endif + +#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H) +# define Z_HAVE_UNISTD_H +#endif +#ifndef Z_SOLO +# if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE) +# include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ +# ifdef VMS +# include /* for off_t */ +# endif +# ifndef z_off_t +# define z_off_t off_t +# endif +# endif +#endif + +#if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0 +# define Z_LFS64 +#endif + +#if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64) +# define Z_LARGE64 +#endif + +#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64) +# define Z_WANT64 +#endif + +#if !defined(SEEK_SET) && !defined(Z_SOLO) +# define SEEK_SET 0 /* Seek from beginning of file. */ +# define SEEK_CUR 1 /* Seek from current position. */ +# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ +#endif + +#ifndef z_off_t +# define z_off_t long +#endif + +#if !defined(_WIN32) && defined(Z_LARGE64) +# define z_off64_t off64_t +#else +# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO) +# define z_off64_t __int64 +# else +# define z_off64_t z_off_t +# endif +#endif + +/* MVS linker does not support external names larger than 8 bytes */ +#if defined(__MVS__) + #pragma map(deflateInit_,"DEIN") + #pragma map(deflateInit2_,"DEIN2") + #pragma map(deflateEnd,"DEEND") + #pragma map(deflateBound,"DEBND") + #pragma map(inflateInit_,"ININ") + #pragma map(inflateInit2_,"ININ2") + #pragma map(inflateEnd,"INEND") + #pragma map(inflateSync,"INSY") + #pragma map(inflateSetDictionary,"INSEDI") + #pragma map(compressBound,"CMBND") + #pragma map(inflate_table,"INTABL") + #pragma map(inflate_fast,"INFA") + #pragma map(inflate_copyright,"INCOPY") +#endif + +#endif /* ZCONF_H */ diff --git a/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/zlib.pc b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/zlib.pc new file mode 100644 index 0000000..9fe8c97 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/contrib/zlib/zlib.pc @@ -0,0 +1,13 @@ +prefix=/usr/local +exec_prefix=/usr/local +libdir= +sharedlibdir= +includedir= + +Name: zlib +Description: zlib compression library +Version: + +Requires: +Libs: -L${libdir} -L${sharedlibdir} -lz +Cflags: -I${includedir} diff --git a/cmake-build-debug-sanitizer/libs/assimp/generated/assimpConfig.cmake b/cmake-build-debug-sanitizer/libs/assimp/generated/assimpConfig.cmake new file mode 100644 index 0000000..e940ac0 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/generated/assimpConfig.cmake @@ -0,0 +1,33 @@ + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was assimp-plain-config.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(set_and_check _var _file) + set(${_var} "${_file}") + if(NOT EXISTS "${_file}") + message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") + endif() +endmacro() + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### + +include("${CMAKE_CURRENT_LIST_DIR}/assimpTargets.cmake") + +set(ASSIMP_ROOT_DIR ${PACKAGE_PREFIX_DIR}) +set(ASSIMP_LIBRARIES assimp::assimp) +set(ASSIMP_BUILD_SHARED_LIBS OFF) +get_property(ASSIMP_INCLUDE_DIRS TARGET assimp::assimp PROPERTY INTERFACE_INCLUDE_DIRECTORIES) +set(ASSIMP_LIBRARY_DIRS "") diff --git a/cmake-build-debug-sanitizer/libs/assimp/generated/assimpConfigVersion.cmake b/cmake-build-debug-sanitizer/libs/assimp/generated/assimpConfigVersion.cmake new file mode 100644 index 0000000..feac378 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/generated/assimpConfigVersion.cmake @@ -0,0 +1,65 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "5.2.5") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("5.2.5" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "5.2.5") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-debug-sanitizer/libs/assimp/include/assimp/config.h b/cmake-build-debug-sanitizer/libs/assimp/include/assimp/config.h new file mode 100644 index 0000000..cc8c841 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/include/assimp/config.h @@ -0,0 +1,1121 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (assimp) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2022, assimp team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the assimp team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the assimp team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +/** @file config.h + * @brief Defines constants for configurable properties for the library + * + * Typically these properties are set via + * #Assimp::Importer::SetPropertyFloat, + * #Assimp::Importer::SetPropertyInteger or + * #Assimp::Importer::SetPropertyString, + * depending on the data type of a property. All properties have a + * default value. See the doc for the mentioned methods for more details. + * + *

+ * The corresponding functions for use with the plain-c API are: + * #aiSetImportPropertyInteger, + * #aiSetImportPropertyFloat, + * #aiSetImportPropertyString + */ +#pragma once +#ifndef AI_CONFIG_H_INC +#define AI_CONFIG_H_INC + +// ########################################################################### +// LIBRARY SETTINGS +// General, global settings +// ########################################################################### + +// --------------------------------------------------------------------------- +/** @brief Enables time measurements. + * + * If enabled, measures the time needed for each part of the loading + * process (i.e. IO time, importing, postprocessing, ..) and dumps + * these timings to the DefaultLogger. See the @link perf Performance + * Page@endlink for more information on this topic. + * + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_GLOB_MEASURE_TIME \ + "GLOB_MEASURE_TIME" + +// --------------------------------------------------------------------------- +/** @brief Global setting to disable generation of skeleton dummy meshes + * + * Skeleton dummy meshes are generated as a visualization aid in cases which + * the input data contains no geometry, but only animation data. + * Property data type: bool. Default value: false + */ +// --------------------------------------------------------------------------- +#define AI_CONFIG_IMPORT_NO_SKELETON_MESHES \ + "IMPORT_NO_SKELETON_MESHES" + +// ########################################################################### +// POST PROCESSING SETTINGS +// Various stuff to fine-tune the behavior of a specific post processing step. +// ########################################################################### + +// --------------------------------------------------------------------------- +/** @brief Maximum bone count per mesh for the SplitbyBoneCount step. + * + * Meshes are split until the maximum number of bones is reached. The default + * value is AI_SBBC_DEFAULT_MAX_BONES, which may be altered at + * compile-time. + * Property data type: integer. + */ +// --------------------------------------------------------------------------- +#define AI_CONFIG_PP_SBBC_MAX_BONES \ + "PP_SBBC_MAX_BONES" + +// default limit for bone count +#if (!defined AI_SBBC_DEFAULT_MAX_BONES) +# define AI_SBBC_DEFAULT_MAX_BONES 60 +#endif + +// --------------------------------------------------------------------------- +/** @brief Specifies the maximum angle that may be between two vertex tangents + * that their tangents and bi-tangents are smoothed. + * + * This applies to the CalcTangentSpace-Step. The angle is specified + * in degrees. The maximum value is 175. + * Property type: float. Default value: 45 degrees + */ +#define AI_CONFIG_PP_CT_MAX_SMOOTHING_ANGLE \ + "PP_CT_MAX_SMOOTHING_ANGLE" + +// --------------------------------------------------------------------------- +/** @brief Source UV channel for tangent space computation. + * + * The specified channel must exist or an error will be raised. + * Property type: integer. Default value: 0 + */ +// --------------------------------------------------------------------------- +#define AI_CONFIG_PP_CT_TEXTURE_CHANNEL_INDEX \ + "PP_CT_TEXTURE_CHANNEL_INDEX" + +// --------------------------------------------------------------------------- +/** @brief Specifies the maximum angle that may be between two face normals + * at the same vertex position that their are smoothed together. + * + * Sometimes referred to as 'crease angle'. + * This applies to the GenSmoothNormals-Step. The angle is specified + * in degrees, so 180 is PI. The default value is 175 degrees (all vertex + * normals are smoothed). The maximum value is 175, too. Property type: float. + * Warning: setting this option may cause a severe loss of performance. The + * performance is unaffected if the #AI_CONFIG_FAVOUR_SPEED flag is set but + * the output quality may be reduced. + */ +#define AI_CONFIG_PP_GSN_MAX_SMOOTHING_ANGLE \ + "PP_GSN_MAX_SMOOTHING_ANGLE" + +// --------------------------------------------------------------------------- +/** @brief Sets the colormap (= palette) to be used to decode embedded + * textures in MDL (Quake or 3DGS) files. + * + * This must be a valid path to a file. The file is 768 (256*3) bytes + * large and contains RGB triplets for each of the 256 palette entries. + * The default value is colormap.lmp. If the file is not found, + * a default palette (from Quake 1) is used. + * Property type: string. + */ +#define AI_CONFIG_IMPORT_MDL_COLORMAP \ + "IMPORT_MDL_COLORMAP" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_RemoveRedundantMaterials step to + * keep materials matching a name in a given list. + * + * This is a list of 1 to n strings, ' ' serves as delimiter character. + * Identifiers containing whitespaces must be enclosed in *single* + * quotation marks. For example: + * "keep-me and_me_to anotherMaterialToBeKept \'name with whitespace\'". + * If a material matches on of these names, it will not be modified or + * removed by the postprocessing step nor will other materials be replaced + * by a reference to it.
+ * This option might be useful if you are using some magic material names + * to pass additional semantics through the content pipeline. This ensures + * they won't be optimized away, but a general optimization is still + * performed for materials not contained in the list. + * Property type: String. Default value: n/a + * @note Linefeeds, tabs or carriage returns are treated as whitespace. + * Material names are case sensitive. + */ +#define AI_CONFIG_PP_RRM_EXCLUDE_LIST \ + "PP_RRM_EXCLUDE_LIST" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to + * keep the scene hierarchy. Meshes are moved to worldspace, but + * no optimization is performed (read: meshes with equal materials are not + * joined. The total number of meshes won't change). + * + * This option could be of use for you if the scene hierarchy contains + * important additional information which you intend to parse. + * For rendering, you can still render all meshes in the scene without + * any transformations. + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_PP_PTV_KEEP_HIERARCHY \ + "PP_PTV_KEEP_HIERARCHY" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to normalize + * all vertex components into the [-1,1] range. That is, a bounding box + * for the whole scene is computed, the maximum component is taken and all + * meshes are scaled appropriately (uniformly of course!). + * This might be useful if you don't know the spatial dimension of the input + * data*/ +#define AI_CONFIG_PP_PTV_NORMALIZE \ + "PP_PTV_NORMALIZE" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to use + * a users defined matrix as the scene root node transformation before + * transforming vertices. + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_PP_PTV_ADD_ROOT_TRANSFORMATION \ + "PP_PTV_ADD_ROOT_TRANSFORMATION" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to use + * a users defined matrix as the scene root node transformation before + * transforming vertices. This property correspond to the 'a1' component + * of the transformation matrix. + * Property type: aiMatrix4x4. + */ +#define AI_CONFIG_PP_PTV_ROOT_TRANSFORMATION \ + "PP_PTV_ROOT_TRANSFORMATION" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_FindDegenerates step to + * remove degenerated primitives from the import - immediately. + * + * The default behaviour converts degenerated triangles to lines and + * degenerated lines to points. See the documentation to the + * #aiProcess_FindDegenerates step for a detailed example of the various ways + * to get rid of these lines and points if you don't want them. + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_PP_FD_REMOVE \ + "PP_FD_REMOVE" + +// --------------------------------------------------------------------------- +/** + * @brief Configures the #aiProcess_FindDegenerates to check the area of a + * triangle to be greater than e-6. If this is not the case the triangle will + * be removed if #AI_CONFIG_PP_FD_REMOVE is set to true. + */ +#define AI_CONFIG_PP_FD_CHECKAREA \ + "PP_FD_CHECKAREA" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_OptimizeGraph step to preserve nodes + * matching a name in a given list. + * + * This is a list of 1 to n strings, ' ' serves as delimiter character. + * Identifiers containing whitespaces must be enclosed in *single* + * quotation marks. For example: + * "keep-me and_me_to anotherNodeToBeKept \'name with whitespace\'". + * If a node matches on of these names, it will not be modified or + * removed by the postprocessing step.
+ * This option might be useful if you are using some magic node names + * to pass additional semantics through the content pipeline. This ensures + * they won't be optimized away, but a general optimization is still + * performed for nodes not contained in the list. + * Property type: String. Default value: n/a + * @note Linefeeds, tabs or carriage returns are treated as whitespace. + * Node names are case sensitive. + */ +#define AI_CONFIG_PP_OG_EXCLUDE_LIST \ + "PP_OG_EXCLUDE_LIST" + +// --------------------------------------------------------------------------- +/** @brief Set the maximum number of triangles in a mesh. + * + * This is used by the "SplitLargeMeshes" PostProcess-Step to determine + * whether a mesh must be split or not. + * @note The default value is AI_SLM_DEFAULT_MAX_TRIANGLES + * Property type: integer. + */ +#define AI_CONFIG_PP_SLM_TRIANGLE_LIMIT \ + "PP_SLM_TRIANGLE_LIMIT" + +// default value for AI_CONFIG_PP_SLM_TRIANGLE_LIMIT +#if (!defined AI_SLM_DEFAULT_MAX_TRIANGLES) +# define AI_SLM_DEFAULT_MAX_TRIANGLES 1000000 +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the maximum number of vertices in a mesh. + * + * This is used by the "SplitLargeMeshes" PostProcess-Step to determine + * whether a mesh must be split or not. + * @note The default value is AI_SLM_DEFAULT_MAX_VERTICES + * Property type: integer. + */ +#define AI_CONFIG_PP_SLM_VERTEX_LIMIT \ + "PP_SLM_VERTEX_LIMIT" + +// default value for AI_CONFIG_PP_SLM_VERTEX_LIMIT +#if (!defined AI_SLM_DEFAULT_MAX_VERTICES) +# define AI_SLM_DEFAULT_MAX_VERTICES 1000000 +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the maximum number of bones affecting a single vertex + * + * This is used by the #aiProcess_LimitBoneWeights PostProcess-Step. + * @note The default value is AI_LMW_MAX_WEIGHTS + * Property type: integer.*/ +#define AI_CONFIG_PP_LBW_MAX_WEIGHTS \ + "PP_LBW_MAX_WEIGHTS" + +// default value for AI_CONFIG_PP_LBW_MAX_WEIGHTS +#if (!defined AI_LMW_MAX_WEIGHTS) +# define AI_LMW_MAX_WEIGHTS 0x4 +#endif // !! AI_LMW_MAX_WEIGHTS + +// --------------------------------------------------------------------------- +/** @brief Lower the deboning threshold in order to remove more bones. + * + * This is used by the #aiProcess_Debone PostProcess-Step. + * @note The default value is AI_DEBONE_THRESHOLD + * Property type: float.*/ +#define AI_CONFIG_PP_DB_THRESHOLD \ + "PP_DB_THRESHOLD" + +// default value for AI_CONFIG_PP_LBW_MAX_WEIGHTS +#if (!defined AI_DEBONE_THRESHOLD) +# define AI_DEBONE_THRESHOLD 1.0f +#endif // !! AI_DEBONE_THRESHOLD + +// --------------------------------------------------------------------------- +/** @brief Require all bones qualify for deboning before removing any + * + * This is used by the #aiProcess_Debone PostProcess-Step. + * @note The default value is 0 + * Property type: bool.*/ +#define AI_CONFIG_PP_DB_ALL_OR_NONE \ + "PP_DB_ALL_OR_NONE" + +/** @brief Default value for the #AI_CONFIG_PP_ICL_PTCACHE_SIZE property + */ +#ifndef PP_ICL_PTCACHE_SIZE +# define PP_ICL_PTCACHE_SIZE 12 +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the size of the post-transform vertex cache to optimize the + * vertices for. This configures the #aiProcess_ImproveCacheLocality step. + * + * The size is given in vertices. Of course you can't know how the vertex + * format will exactly look like after the import returns, but you can still + * guess what your meshes will probably have. + * @note The default value is #PP_ICL_PTCACHE_SIZE. That results in slight + * performance improvements for most nVidia/AMD cards since 2002. + * Property type: integer. + */ +#define AI_CONFIG_PP_ICL_PTCACHE_SIZE "PP_ICL_PTCACHE_SIZE" + +// --------------------------------------------------------------------------- +/** @brief Enumerates components of the aiScene and aiMesh data structures + * that can be excluded from the import using the #aiProcess_RemoveComponent step. + * + * See the documentation to #aiProcess_RemoveComponent for more details. + */ +enum aiComponent +{ + /** Normal vectors */ +#ifdef SWIG + aiComponent_NORMALS = 0x2, +#else + aiComponent_NORMALS = 0x2u, +#endif + + /** Tangents and bitangents go always together ... */ +#ifdef SWIG + aiComponent_TANGENTS_AND_BITANGENTS = 0x4, +#else + aiComponent_TANGENTS_AND_BITANGENTS = 0x4u, +#endif + + /** ALL color sets + * Use aiComponent_COLORn(N) to specify the N'th set */ + aiComponent_COLORS = 0x8, + + /** ALL texture UV sets + * aiComponent_TEXCOORDn(N) to specify the N'th set */ + aiComponent_TEXCOORDS = 0x10, + + /** Removes all bone weights from all meshes. + * The scenegraph nodes corresponding to the bones are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_BONEWEIGHTS = 0x20, + + /** Removes all node animations (aiScene::mAnimations). + * The corresponding scenegraph nodes are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_ANIMATIONS = 0x40, + + /** Removes all embedded textures (aiScene::mTextures) */ + aiComponent_TEXTURES = 0x80, + + /** Removes all light sources (aiScene::mLights). + * The corresponding scenegraph nodes are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_LIGHTS = 0x100, + + /** Removes all cameras (aiScene::mCameras). + * The corresponding scenegraph nodes are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_CAMERAS = 0x200, + + /** Removes all meshes (aiScene::mMeshes). */ + aiComponent_MESHES = 0x400, + + /** Removes all materials. One default material will + * be generated, so aiScene::mNumMaterials will be 1. */ + aiComponent_MATERIALS = 0x800, + + + /** This value is not used. It is just there to force the + * compiler to map this enum to a 32 Bit integer. */ +#ifndef SWIG + _aiComponent_Force32Bit = 0x9fffffff +#endif +}; + +// Remove a specific color channel 'n' +#define aiComponent_COLORSn(n) (1u << (n+20u)) + +// Remove a specific UV channel 'n' +#define aiComponent_TEXCOORDSn(n) (1u << (n+25u)) + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_RemoveComponent step: + * Specifies the parts of the data structure to be removed. + * + * See the documentation to this step for further details. The property + * is expected to be an integer, a bitwise combination of the + * #aiComponent flags defined above in this header. The default + * value is 0. Important: if no valid mesh is remaining after the + * step has been executed (e.g you thought it was funny to specify ALL + * of the flags defined above) the import FAILS. Mainly because there is + * no data to work on anymore ... + */ +#define AI_CONFIG_PP_RVC_FLAGS \ + "PP_RVC_FLAGS" + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_SortByPType step: + * Specifies which primitive types are removed by the step. + * + * This is a bitwise combination of the aiPrimitiveType flags. + * Specifying all of them is illegal, of course. A typical use would + * be to exclude all line and point meshes from the import. This + * is an integer property, its default value is 0. + */ +#define AI_CONFIG_PP_SBP_REMOVE \ + "PP_SBP_REMOVE" + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_FindInvalidData step: + * Specifies the floating-point accuracy for animation values. The step + * checks for animation tracks where all frame values are absolutely equal + * and removes them. This tweakable controls the epsilon for floating-point + * comparisons - two keys are considered equal if the invariant + * abs(n0-n1)>epsilon holds true for all vector respectively quaternion + * components. The default value is 0.f - comparisons are exact then. + */ +#define AI_CONFIG_PP_FID_ANIM_ACCURACY \ + "PP_FID_ANIM_ACCURACY" + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_FindInvalidData step: + * Set to true to ignore texture coordinates. This may be useful if you have + * to assign different kind of textures like one for the summer or one for the winter. + */ +#define AI_CONFIG_PP_FID_IGNORE_TEXTURECOORDS \ + "PP_FID_IGNORE_TEXTURECOORDS" + +// TransformUVCoords evaluates UV scalings +#define AI_UVTRAFO_SCALING 0x1 + +// TransformUVCoords evaluates UV rotations +#define AI_UVTRAFO_ROTATION 0x2 + +// TransformUVCoords evaluates UV translation +#define AI_UVTRAFO_TRANSLATION 0x4 + +// Everything baked together -> default value +#define AI_UVTRAFO_ALL (AI_UVTRAFO_SCALING | AI_UVTRAFO_ROTATION | AI_UVTRAFO_TRANSLATION) + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_TransformUVCoords step: + * Specifies which UV transformations are evaluated. + * + * This is a bitwise combination of the AI_UVTRAFO_XXX flags (integer + * property, of course). By default all transformations are enabled + * (AI_UVTRAFO_ALL). + */ +#define AI_CONFIG_PP_TUV_EVALUATE \ + "PP_TUV_EVALUATE" + +// --------------------------------------------------------------------------- +/** @brief A hint to assimp to favour speed against import quality. + * + * Enabling this option may result in faster loading, but it needn't. + * It represents just a hint to loaders and post-processing steps to use + * faster code paths, if possible. + * This property is expected to be an integer, != 0 stands for true. + * The default value is 0. + */ +#define AI_CONFIG_FAVOUR_SPEED \ + "FAVOUR_SPEED" + +// ########################################################################### +// IMPORTER SETTINGS +// Various stuff to fine-tune the behaviour of specific importer plugins. +// ########################################################################### + +// --------------------------------------------------------------------------- +/** @brief Importers which parse JSON may use this to obtain a pointer to a + * rapidjson::IRemoteSchemaDocumentProvider. + * + * The default value is nullptr + * Property type: void* + */ +#define AI_CONFIG_IMPORT_SCHEMA_DOCUMENT_PROVIDER \ + "IMPORT_SCHEMA_DOCUMENT_PROVIDER" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will merge all geometry layers present + * in the source file or take only the first. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_ALL_GEOMETRY_LAYERS \ + "IMPORT_FBX_READ_ALL_GEOMETRY_LAYERS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read all materials present in the + * source file or take only the referenced materials. + * + * This is void unless IMPORT_FBX_READ_MATERIALS=1. + * + * The default value is false (0) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_ALL_MATERIALS \ + "IMPORT_FBX_READ_ALL_MATERIALS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read materials. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_MATERIALS \ + "IMPORT_FBX_READ_MATERIALS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read embedded textures. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_TEXTURES \ + "IMPORT_FBX_READ_TEXTURES" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read cameras. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_CAMERAS \ + "IMPORT_FBX_READ_CAMERAS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read light sources. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_LIGHTS \ + "IMPORT_FBX_READ_LIGHTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read animations. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_ANIMATIONS \ + "IMPORT_FBX_READ_ANIMATIONS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read weights. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_WEIGHTS \ + "IMPORT_FBX_READ_WEIGHTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will act in strict mode in which only + * FBX 2013 is supported and any other sub formats are rejected. FBX 2013 + * is the primary target for the importer, so this format is best + * supported and well-tested. + * + * The default value is false (0) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_STRICT_MODE \ + "IMPORT_FBX_STRICT_MODE" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will preserve pivot points for + * transformations (as extra nodes). If set to false, pivots and offsets + * will be evaluated whenever possible. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_PRESERVE_PIVOTS \ + "IMPORT_FBX_PRESERVE_PIVOTS" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the importer will drop empty animation curves or + * animation curves which match the bind pose transformation over their + * entire defined range. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_OPTIMIZE_EMPTY_ANIMATION_CURVES \ + "IMPORT_FBX_OPTIMIZE_EMPTY_ANIMATION_CURVES" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will use the legacy embedded texture naming. + * + * The default value is false (0) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING \ + "AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING" + +// --------------------------------------------------------------------------- +/** @brief Set wether the importer shall not remove empty bones. + * + * Empty bone are often used to define connections for other models. + */ +#define AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES \ + "AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES" + + +// --------------------------------------------------------------------------- +/** @brief Set wether the FBX importer shall convert the unit from cm to m. + */ +#define AI_CONFIG_FBX_CONVERT_TO_M \ + "AI_CONFIG_FBX_CONVERT_TO_M" + +// --------------------------------------------------------------------------- +/** @brief Will enable the skeleton struct to store bone data. + * + * This will decouple the bone coupling to the mesh. This feature is + * experimental. + */ +#define AI_CONFIG_FBX_USE_SKELETON_BONE_CONTAINER \ + "AI_CONFIG_FBX_USE_SKELETON_BONE_CONTAINER" + +// --------------------------------------------------------------------------- +/** @brief Set the vertex animation keyframe to be imported + * + * ASSIMP does not support vertex keyframes (only bone animation is supported). + * The library reads only one frame of models with vertex animations. + * By default this is the first frame. + * \note The default value is 0. This option applies to all importers. + * However, it is also possible to override the global setting + * for a specific loader. You can use the AI_CONFIG_IMPORT_XXX_KEYFRAME + * options (where XXX is a placeholder for the file format for which you + * want to override the global setting). + * Property type: integer. + */ +#define AI_CONFIG_IMPORT_GLOBAL_KEYFRAME "IMPORT_GLOBAL_KEYFRAME" + +#define AI_CONFIG_IMPORT_MD3_KEYFRAME "IMPORT_MD3_KEYFRAME" +#define AI_CONFIG_IMPORT_MD2_KEYFRAME "IMPORT_MD2_KEYFRAME" +#define AI_CONFIG_IMPORT_MDL_KEYFRAME "IMPORT_MDL_KEYFRAME" +#define AI_CONFIG_IMPORT_MDC_KEYFRAME "IMPORT_MDC_KEYFRAME" +#define AI_CONFIG_IMPORT_SMD_KEYFRAME "IMPORT_SMD_KEYFRAME" +#define AI_CONFIG_IMPORT_UNREAL_KEYFRAME "IMPORT_UNREAL_KEYFRAME" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read animations. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS "IMPORT_MDL_HL1_READ_ANIMATIONS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read animation events. + * \note This property requires AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS to be set to true. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATION_EVENTS "IMPORT_MDL_HL1_READ_ANIMATION_EVENTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read blend controllers. + * \note This property requires AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS to be set to true. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_BLEND_CONTROLLERS "IMPORT_MDL_HL1_READ_BLEND_CONTROLLERS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read sequence transition graph. + * \note This property requires AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS to be set to true. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_SEQUENCE_TRANSITIONS "IMPORT_MDL_HL1_READ_SEQUENCE_TRANSITIONS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read attachments info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_ATTACHMENTS "IMPORT_MDL_HL1_READ_ATTACHMENTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read bone controllers info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_BONE_CONTROLLERS "IMPORT_MDL_HL1_READ_BONE_CONTROLLERS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read hitboxes info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_HITBOXES "IMPORT_MDL_HL1_READ_HITBOXES" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read miscellaneous global model info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_MISC_GLOBAL_INFO "IMPORT_MDL_HL1_READ_MISC_GLOBAL_INFO" + +// --------------------------------------------------------------------------- +/** Smd load multiple animations + * + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_SMD_LOAD_ANIMATION_LIST "IMPORT_SMD_LOAD_ANIMATION_LIST" + +// --------------------------------------------------------------------------- +/** @brief Configures the AC loader to collect all surfaces which have the + * "Backface cull" flag set in separate meshes. + * + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_AC_SEPARATE_BFCULL \ + "IMPORT_AC_SEPARATE_BFCULL" + +// --------------------------------------------------------------------------- +/** @brief Configures whether the AC loader evaluates subdivision surfaces ( + * indicated by the presence of the 'subdiv' attribute in the file). By + * default, Assimp performs the subdivision using the standard + * Catmull-Clark algorithm + * + * * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_AC_EVAL_SUBDIVISION \ + "IMPORT_AC_EVAL_SUBDIVISION" + +// --------------------------------------------------------------------------- +/** @brief Configures the UNREAL 3D loader to separate faces with different + * surface flags (e.g. two-sided vs. single-sided). + * + * * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_UNREAL_HANDLE_FLAGS \ + "UNREAL_HANDLE_FLAGS" + +// --------------------------------------------------------------------------- +/** @brief Configures the terragen import plugin to compute uv's for + * terrains, if not given. Furthermore a default texture is assigned. + * + * UV coordinates for terrains are so simple to compute that you'll usually + * want to compute them on your own, if you need them. This option is intended + * for model viewers which want to offer an easy way to apply textures to + * terrains. + * * Property type: bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_TER_MAKE_UVS \ + "IMPORT_TER_MAKE_UVS" + +// --------------------------------------------------------------------------- +/** @brief Configures the ASE loader to always reconstruct normal vectors + * basing on the smoothing groups loaded from the file. + * + * Some ASE files have carry invalid normals, other don't. + * * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_ASE_RECONSTRUCT_NORMALS \ + "IMPORT_ASE_RECONSTRUCT_NORMALS" + +// --------------------------------------------------------------------------- +/** @brief Configures the M3D loader to detect and process multi-part + * Quake player models. + * + * These models usually consist of 3 files, lower.md3, upper.md3 and + * head.md3. If this property is set to true, Assimp will try to load and + * combine all three files if one of them is loaded. + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_MD3_HANDLE_MULTIPART \ + "IMPORT_MD3_HANDLE_MULTIPART" + +// --------------------------------------------------------------------------- +/** @brief Tells the MD3 loader which skin files to load. + * + * When loading MD3 files, Assimp checks whether a file + * [md3_file_name]_[skin_name].skin is existing. These files are used by + * Quake III to be able to assign different skins (e.g. red and blue team) + * to models. 'default', 'red', 'blue' are typical skin names. + * Property type: String. Default value: "default". + */ +#define AI_CONFIG_IMPORT_MD3_SKIN_NAME \ + "IMPORT_MD3_SKIN_NAME" + +// --------------------------------------------------------------------------- +/** @brief Specify if to try load Quake 3 shader files. This also controls + * original surface name handling: when disabled it will be used unchanged. + * + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_MD3_LOAD_SHADERS \ + "IMPORT_MD3_LOAD_SHADERS" + +// --------------------------------------------------------------------------- +/** @brief Specify the Quake 3 shader file to be used for a particular + * MD3 file. This can also be a search path. + * + * By default Assimp's behaviour is as follows: If a MD3 file + * any_path/models/any_q3_subdir/model_name/file_name.md3 is + * loaded, the library tries to locate the corresponding shader file in + * any_path/scripts/model_name.shader. This property overrides this + * behaviour. It can either specify a full path to the shader to be loaded + * or alternatively the path (relative or absolute) to the directory where + * the shaders for all MD3s to be loaded reside. Assimp attempts to open + * IMPORT_MD3_SHADER_SRC/model_name.shader first, IMPORT_MD3_SHADER_SRC/file_name.shader + * is the fallback file. Note that IMPORT_MD3_SHADER_SRC should have a terminal (back)slash. + * Property type: String. Default value: n/a. + */ +#define AI_CONFIG_IMPORT_MD3_SHADER_SRC \ + "IMPORT_MD3_SHADER_SRC" + +// --------------------------------------------------------------------------- +/** @brief Configures the LWO loader to load just one layer from the model. + * + * LWO files consist of layers and in some cases it could be useful to load + * only one of them. This property can be either a string - which specifies + * the name of the layer - or an integer - the index of the layer. If the + * property is not set the whole LWO model is loaded. Loading fails if the + * requested layer is not available. The layer index is zero-based and the + * layer name may not be empty.
+ * Property type: Integer. Default value: all layers are loaded. + */ +#define AI_CONFIG_IMPORT_LWO_ONE_LAYER_ONLY \ + "IMPORT_LWO_ONE_LAYER_ONLY" + +// --------------------------------------------------------------------------- +/** @brief Configures the MD5 loader to not load the MD5ANIM file for + * a MD5MESH file automatically. + * + * The default strategy is to look for a file with the same name but the + * MD5ANIM extension in the same directory. If it is found, it is loaded + * and combined with the MD5MESH file. This configuration option can be + * used to disable this behaviour. + * + * * Property type: bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_MD5_NO_ANIM_AUTOLOAD \ + "IMPORT_MD5_NO_ANIM_AUTOLOAD" + +// --------------------------------------------------------------------------- +/** @brief Defines the begin of the time range for which the LWS loader + * evaluates animations and computes aiNodeAnim's. + * + * Assimp provides full conversion of LightWave's envelope system, including + * pre and post conditions. The loader computes linearly subsampled animation + * chanels with the frame rate given in the LWS file. This property defines + * the start time. Note: animation channels are only generated if a node + * has at least one envelope with more tan one key assigned. This property. + * is given in frames, '0' is the first frame. By default, if this property + * is not set, the importer takes the animation start from the input LWS + * file ('FirstFrame' line)
+ * Property type: Integer. Default value: taken from file. + * + * @see AI_CONFIG_IMPORT_LWS_ANIM_END - end of the imported time range + */ +#define AI_CONFIG_IMPORT_LWS_ANIM_START \ + "IMPORT_LWS_ANIM_START" +#define AI_CONFIG_IMPORT_LWS_ANIM_END \ + "IMPORT_LWS_ANIM_END" + +// --------------------------------------------------------------------------- +/** @brief Defines the output frame rate of the IRR loader. + * + * IRR animations are difficult to convert for Assimp and there will + * always be a loss of quality. This setting defines how many keys per second + * are returned by the converter.
+ * Property type: integer. Default value: 100 + */ +#define AI_CONFIG_IMPORT_IRR_ANIM_FPS \ + "IMPORT_IRR_ANIM_FPS" + +// --------------------------------------------------------------------------- +/** @brief Ogre Importer will try to find referenced materials from this file. + * + * Ogre meshes reference with material names, this does not tell Assimp the file + * where it is located in. Assimp will try to find the source file in the following + * order: .material, .material and + * lastly the material name defined by this config property. + *
+ * Property type: String. Default value: Scene.material. + */ +#define AI_CONFIG_IMPORT_OGRE_MATERIAL_FILE \ + "IMPORT_OGRE_MATERIAL_FILE" + +// --------------------------------------------------------------------------- +/** @brief Ogre Importer detect the texture usage from its filename. + * + * Ogre material texture units do not define texture type, the textures usage + * depends on the used shader or Ogre's fixed pipeline. If this config property + * is true Assimp will try to detect the type from the textures filename postfix: + * _n, _nrm, _nrml, _normal, _normals and _normalmap for normal map, _s, _spec, + * _specular and _specularmap for specular map, _l, _light, _lightmap, _occ + * and _occlusion for light map, _disp and _displacement for displacement map. + * The matching is case insensitive. Post fix is taken between the last + * underscore and the last period. + * Default behavior is to detect type from lower cased texture unit name by + * matching against: normalmap, specularmap, lightmap and displacementmap. + * For both cases if no match is found aiTextureType_DIFFUSE is used. + *
+ * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_OGRE_TEXTURETYPE_FROM_FILENAME \ + "IMPORT_OGRE_TEXTURETYPE_FROM_FILENAME" + + /** @brief Specifies whether the Android JNI asset extraction is supported. + * + * Turn on this option if you want to manage assets in native + * Android application without having to keep the internal directory and asset + * manager pointer. + */ + #define AI_CONFIG_ANDROID_JNI_ASSIMP_MANAGER_SUPPORT "AI_CONFIG_ANDROID_JNI_ASSIMP_MANAGER_SUPPORT" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the IFC loader skips over IfcSpace elements. + * + * IfcSpace elements (and their geometric representations) are used to + * represent, well, free space in a building storey.
+ * Property type: Bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_IFC_SKIP_SPACE_REPRESENTATIONS "IMPORT_IFC_SKIP_SPACE_REPRESENTATIONS" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the IFC loader will use its own, custom triangulation + * algorithm to triangulate wall and floor meshes. + * + * If this property is set to false, walls will be either triangulated by + * #aiProcess_Triangulate or will be passed through as huge polygons with + * faked holes (i.e. holes that are connected with the outer boundary using + * a dummy edge). It is highly recommended to set this property to true + * if you want triangulated data because #aiProcess_Triangulate is known to + * have problems with the kind of polygons that the IFC loader spits out for + * complicated meshes. + * Property type: Bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_IFC_CUSTOM_TRIANGULATION "IMPORT_IFC_CUSTOM_TRIANGULATION" + +// --------------------------------------------------------------------------- +/** @brief Set the tessellation conic angle for IFC smoothing curves. + * + * This is used by the IFC importer to determine the tessellation parameter + * for smoothing curves. + * @note The default value is AI_IMPORT_IFC_DEFAULT_SMOOTHING_ANGLE and the + * accepted values are in range [5.0, 120.0]. + * Property type: Float. + */ +#define AI_CONFIG_IMPORT_IFC_SMOOTHING_ANGLE "IMPORT_IFC_SMOOTHING_ANGLE" + +// default value for AI_CONFIG_IMPORT_IFC_SMOOTHING_ANGLE +#if (!defined AI_IMPORT_IFC_DEFAULT_SMOOTHING_ANGLE) +# define AI_IMPORT_IFC_DEFAULT_SMOOTHING_ANGLE 10.0f +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the tessellation for IFC cylindrical shapes. + * + * This is used by the IFC importer to determine the tessellation parameter + * for cylindrical shapes, i.e. the number of segments used to approximate a circle. + * @note The default value is AI_IMPORT_IFC_DEFAULT_CYLINDRICAL_TESSELLATION and the + * accepted values are in range [3, 180]. + * Property type: Integer. + */ +#define AI_CONFIG_IMPORT_IFC_CYLINDRICAL_TESSELLATION "IMPORT_IFC_CYLINDRICAL_TESSELLATION" + +// default value for AI_CONFIG_IMPORT_IFC_CYLINDRICAL_TESSELLATION +#if (!defined AI_IMPORT_IFC_DEFAULT_CYLINDRICAL_TESSELLATION) +# define AI_IMPORT_IFC_DEFAULT_CYLINDRICAL_TESSELLATION 32 +#endif + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the Collada loader will ignore the provided up direction. + * + * If this property is set to true, the up direction provided in the file header will + * be ignored and the file will be loaded as is. + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_COLLADA_IGNORE_UP_DIRECTION "IMPORT_COLLADA_IGNORE_UP_DIRECTION" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the Collada loader should use Collada names. + * + * If this property is set to true, the Collada names will be used as the node and + * mesh names. The default is to use the id tag (resp. sid tag, if no id tag is present) + * instead. + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_COLLADA_USE_COLLADA_NAMES "IMPORT_COLLADA_USE_COLLADA_NAMES" + +// ---------- All the Export defines ------------ + +/** @brief Specifies the xfile use double for real values of float + * + * Property type: Bool. Default value: false. + */ + +#define AI_CONFIG_EXPORT_XFILE_64BIT "EXPORT_XFILE_64BIT" + +/** @brief Specifies whether the assimp export shall be able to export point clouds + * + * When this flag is not defined the render data has to contain valid faces. + * Point clouds are only a collection of vertices which have nor spatial organization + * by a face and the validation process will remove them. Enabling this feature will + * switch off the flag and enable the functionality to export pure point clouds. + * + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_EXPORT_POINT_CLOUDS "EXPORT_POINT_CLOUDS" + +/** @brief Specifies whether to use the deprecated KHR_materials_pbrSpecularGlossiness extension + * + * When this flag is undefined any material with specularity will use the new KHR_materials_specular + * extension. Enabling this flag will revert to the deprecated extension. Note that exporting + * KHR_materials_pbrSpecularGlossiness with extensions other than KHR_materials_unlit is unsupported, + * including the basic pbrMetallicRoughness spec. + * + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_USE_GLTF_PBR_SPECULAR_GLOSSINESS "USE_GLTF_PBR_SPECULAR_GLOSSINESS" + +/** + * @brief Specifies the blob name, assimp uses for exporting. + * + * Some formats require auxiliary files to be written, that need to be linked back into + * the original file. For example, OBJ files export materials to a separate MTL file and + * use the `mtllib` keyword to reference this file. + * + * When exporting blobs using #ExportToBlob, assimp does not know the name of the blob + * file and thus outputs `mtllib $blobfile.mtl`, which might not be desired, since the + * MTL file might be called differently. + * + * This property can be used to give the exporter a hint on how to use the magic + * `$blobfile` keyword. If the exporter detects the keyword and is provided with a name + * for the blob, it instead uses this name. + */ +#define AI_CONFIG_EXPORT_BLOB_NAME "EXPORT_BLOB_NAME" + +/** + * @brief Specifies a global key factor for scale, float value + */ +#define AI_CONFIG_GLOBAL_SCALE_FACTOR_KEY "GLOBAL_SCALE_FACTOR" + +#if (!defined AI_CONFIG_GLOBAL_SCALE_FACTOR_DEFAULT) +# define AI_CONFIG_GLOBAL_SCALE_FACTOR_DEFAULT 1.0f +#endif // !! AI_DEBONE_THRESHOLD + +#define AI_CONFIG_APP_SCALE_KEY "APP_SCALE_FACTOR" + +#if (!defined AI_CONFIG_APP_SCALE_KEY) +# define AI_CONFIG_APP_SCALE_KEY 1.0 +#endif // AI_CONFIG_APP_SCALE_KEY + + +// ---------- All the Build/Compile-time defines ------------ + +/** @brief Specifies if double precision is supported inside assimp + * + * Property type: Bool. Default value: undefined. + */ + +/* #undef ASSIMP_DOUBLE_PRECISION */ + +#endif // !! AI_CONFIG_H_INC diff --git a/cmake-build-debug-sanitizer/libs/assimp/lib/libassimp.a b/cmake-build-debug-sanitizer/libs/assimp/lib/libassimp.a new file mode 100644 index 0000000..1720734 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/assimp/lib/libassimp.a differ diff --git a/cmake-build-debug-sanitizer/libs/assimp/revision.h b/cmake-build-debug-sanitizer/libs/assimp/revision.h new file mode 100644 index 0000000..13edb29 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/revision.h @@ -0,0 +1,29 @@ +#ifndef ASSIMP_REVISION_H_INC +#define ASSIMP_REVISION_H_INC + +#define GitVersion 0xfeb0303f +#define GitBranch "master" + +#define VER_MAJOR 5 +#define VER_MINOR 2 +#define VER_PATCH 5 +#define VER_BUILD 0 + +#define STR_HELP(x) #x +#define STR(x) STR_HELP(x) + +#define VER_FILEVERSION VER_MAJOR,VER_MINOR,VER_PATCH,VER_BUILD +#if (GitVersion == 0) +#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD) +#else +#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD) " (Commit feb0303f)" +#endif +#define VER_COPYRIGHT_STR "\xA9 2006-2022" + +#ifdef NDEBUG +#define VER_ORIGINAL_FILENAME_STR "libassimp.dll" +#else +#define VER_ORIGINAL_FILENAME_STR "libassimp.dll" +#endif // NDEBUG + +#endif // ASSIMP_REVISION_H_INC diff --git a/cmake-build-debug-sanitizer/libs/assimp/test/cmake_install.cmake b/cmake-build-debug-sanitizer/libs/assimp/test/cmake_install.cmake new file mode 100644 index 0000000..d231d11 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/test/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/test + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +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 each subdirectory. + include("/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/assimp/test/headercheck/cmake_install.cmake") + +endif() + diff --git a/cmake-build-debug-sanitizer/libs/assimp/test/headercheck/cmake_install.cmake b/cmake-build-debug-sanitizer/libs/assimp/test/headercheck/cmake_install.cmake new file mode 100644 index 0000000..c65bae0 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/assimp/test/headercheck/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/test/headercheck + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake new file mode 100644 index 0000000..251ac92 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Debug". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "glfw" for configuration "Debug" +set_property(TARGET glfw APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(glfw PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "C" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libglfw3.a" + ) + +list(APPEND _cmake_import_check_targets glfw ) +list(APPEND _cmake_import_check_files_for_glfw "${_IMPORT_PREFIX}/lib/libglfw3.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake new file mode 100644 index 0000000..4e3ace7 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake @@ -0,0 +1,103 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.24) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS glfw) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target glfw +add_library(glfw STATIC IMPORTED) + +set_target_properties(glfw PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "/usr/lib/librt.a;/usr/lib/libm.so;\$;/usr/lib/libX11.so" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/glfw3Targets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/cmake_install.cmake b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/cmake_install.cmake new file mode 100644 index 0000000..58c851c --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/cmake_install.cmake @@ -0,0 +1,97 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include/GLFW" FILES_MATCHING REGEX "/glfw3\\.h$" REGEX "/glfw3native\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES + "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake" + "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake" + "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3.pc") +endif() + diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake new file mode 100644 index 0000000..d950937 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake @@ -0,0 +1,29 @@ + +if (NOT EXISTS "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: \"/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/install_manifest.txt\"") +endif() + +file(READ "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/install_manifest.txt" files) +string(REGEX REPLACE "\n" ";" files "${files}") + +foreach (file ${files}) + message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") + if (EXISTS "$ENV{DESTDIR}${file}") + exec_program("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + MESSAGE(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") + endif() + elseif (IS_SYMLINK "$ENV{DESTDIR}${file}") + EXEC_PROGRAM("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + message(FATAL_ERROR "Problem when removing symlink \"$ENV{DESTDIR}${file}\"") + endif() + else() + message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") + endif() +endforeach() + diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake new file mode 100644 index 0000000..fef3c1d --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o new file mode 100644 index 0000000..99faaf0 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o new file mode 100644 index 0000000..f1208f4 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o new file mode 100644 index 0000000..725d0d9 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o new file mode 100644 index 0000000..df4ca49 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o new file mode 100644 index 0000000..a24d1fb Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o new file mode 100644 index 0000000..3b59d82 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o new file mode 100644 index 0000000..56b242b Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o new file mode 100644 index 0000000..7d15629 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o new file mode 100644 index 0000000..31d9f4d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o new file mode 100644 index 0000000..3f305af Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o new file mode 100644 index 0000000..1da44fa Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o new file mode 100644 index 0000000..51dd35f Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o new file mode 100644 index 0000000..4e3c5cc Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o new file mode 100644 index 0000000..a6f8128 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o new file mode 100644 index 0000000..e18947d Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o new file mode 100644 index 0000000..d353372 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/cmake_install.cmake b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/cmake_install.cmake new file mode 100644 index 0000000..53c17cc --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/git/parksandrec/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/libglfw3.a") +endif() + diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3.pc b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3.pc new file mode 100644 index 0000000..bee23f7 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3.pc @@ -0,0 +1,13 @@ +prefix=/usr/local +exec_prefix=${prefix} +includedir=/usr/local/include +libdir=/usr/local/lib + +Name: GLFW +Description: A multi-platform library for OpenGL, window and input +Version: 3.3.8 +URL: https://www.glfw.org/ +Requires.private: x11 +Libs: -L${libdir} -lglfw3 +Libs.private: -lrt -lm -ldl +Cflags: -I${includedir} diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake new file mode 100644 index 0000000..1fa200e --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake") diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake new file mode 100644 index 0000000..3cbc6d3 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake @@ -0,0 +1,65 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "3.3.8") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("3.3.8" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "3.3.8") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw_config.h b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw_config.h new file mode 100644 index 0000000..15ac27c --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/glfw_config.h @@ -0,0 +1,58 @@ +//======================================================================== +// GLFW 3.3 - www.glfw.org +//------------------------------------------------------------------------ +// Copyright (c) 2010-2016 Camilla Löwy +// +// This software is provided 'as-is', without any express or implied +// warranty. In no event will the authors be held liable for any damages +// arising from the use of this software. +// +// Permission is granted to anyone to use this software for any purpose, +// including commercial applications, and to alter it and redistribute it +// freely, subject to the following restrictions: +// +// 1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software. If you use this software +// in a product, an acknowledgment in the product documentation would +// be appreciated but is not required. +// +// 2. Altered source versions must be plainly marked as such, and must not +// be misrepresented as being the original software. +// +// 3. This notice may not be removed or altered from any source +// distribution. +// +//======================================================================== +// As glfw_config.h.in, this file is used by CMake to produce the +// glfw_config.h configuration header file. If you are adding a feature +// requiring conditional compilation, this is where to add the macro. +//======================================================================== +// As glfw_config.h, this file defines compile-time option macros for a +// specific platform and development environment. If you are using the +// GLFW CMake files, modify glfw_config.h.in instead of this file. If you +// are using your own build system, make this file define the appropriate +// macros in whatever way is suitable. +//======================================================================== + +// Define this to 1 if building GLFW for X11 +#define _GLFW_X11 +// Define this to 1 if building GLFW for Win32 +/* #undef _GLFW_WIN32 */ +// Define this to 1 if building GLFW for Cocoa +/* #undef _GLFW_COCOA */ +// Define this to 1 if building GLFW for Wayland +/* #undef _GLFW_WAYLAND */ +// Define this to 1 if building GLFW for OSMesa +/* #undef _GLFW_OSMESA */ + +// Define this to 1 if building as a shared library / dynamic library / DLL +/* #undef _GLFW_BUILD_DLL */ +// Define this to 1 to use Vulkan loader linked statically into application +/* #undef _GLFW_VULKAN_STATIC */ + +// Define this to 1 to force use of high-performance GPU on hybrid systems +/* #undef _GLFW_USE_HYBRID_HPG */ + +// Define this to 1 if the libc supports memfd_create() +/* #undef HAVE_MEMFD_CREATE */ + diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/libglfw3.a b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/libglfw3.a new file mode 100644 index 0000000..3581989 Binary files /dev/null and b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/src/libglfw3.a differ diff --git a/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake new file mode 100644 index 0000000..8ae3bb3 --- /dev/null +++ b/cmake-build-debug-sanitizer/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-debug-sanitizer/parksnrec b/cmake-build-debug-sanitizer/parksnrec new file mode 100755 index 0000000..2f38f3d Binary files /dev/null and b/cmake-build-debug-sanitizer/parksnrec differ diff --git a/cmake-build-debug/.cmake/api/v1/reply/cache-v2-1687817d1c44f84b58ed.json b/cmake-build-debug/.cmake/api/v1/reply/cache-v2-06ea2e262ee2f230ccaa.json similarity index 98% rename from cmake-build-debug/.cmake/api/v1/reply/cache-v2-1687817d1c44f84b58ed.json rename to cmake-build-debug/.cmake/api/v1/reply/cache-v2-06ea2e262ee2f230ccaa.json index 4098ef3..f3038d6 100644 --- a/cmake-build-debug/.cmake/api/v1/reply/cache-v2-1687817d1c44f84b58ed.json +++ b/cmake-build-debug/.cmake/api/v1/reply/cache-v2-06ea2e262ee2f230ccaa.json @@ -1,6 +1,18 @@ { "entries" : [ + { + "name" : "ADDRESS_SANITIZER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the address sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, { "name" : "AMD64", "properties" : @@ -2113,6 +2125,42 @@ "type" : "FILEPATH", "value" : "DOXYGEN_EXECUTABLE-NOTFOUND" }, + { + "name" : "ENABLE_ADDRSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the address sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_TSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the thread data race sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the ub sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, { "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenGL", "properties" : @@ -3065,6 +3113,18 @@ "type" : "FILEPATH", "value" : "/usr/lib/librt.a" }, + { + "name" : "UB_SANITIZER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the ub sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, { "name" : "X11_ICE_INCLUDE_PATH", "properties" : diff --git a/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-acef64be9c86fd28d72b.json b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-929fe75d022fdfd4e098.json similarity index 99% rename from cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-acef64be9c86fd28d72b.json rename to cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-929fe75d022fdfd4e098.json index 7b9e313..b2524be 100644 --- a/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-acef64be9c86fd28d72b.json +++ b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-929fe75d022fdfd4e098.json @@ -439,7 +439,7 @@ { "directoryIndex" : 0, "id" : "parksnrec::@6890427a1f51a3e7e1df", - "jsonFile" : "target-parksnrec-Debug-bc0787fd757964982d86.json", + "jsonFile" : "target-parksnrec-Debug-ebcc6198911e90997a09.json", "name" : "parksnrec", "projectIndex" : 0 }, diff --git a/cmake-build-debug/.cmake/api/v1/reply/index-2023-06-12T22-07-55-0954.json b/cmake-build-debug/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0706.json similarity index 86% rename from cmake-build-debug/.cmake/api/v1/reply/index-2023-06-12T22-07-55-0954.json rename to cmake-build-debug/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0706.json index 9b7a358..ab7894a 100644 --- a/cmake-build-debug/.cmake/api/v1/reply/index-2023-06-12T22-07-55-0954.json +++ b/cmake-build-debug/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0706.json @@ -26,7 +26,7 @@ "objects" : [ { - "jsonFile" : "codemodel-v2-acef64be9c86fd28d72b.json", + "jsonFile" : "codemodel-v2-929fe75d022fdfd4e098.json", "kind" : "codemodel", "version" : { @@ -35,7 +35,7 @@ } }, { - "jsonFile" : "cache-v2-1687817d1c44f84b58ed.json", + "jsonFile" : "cache-v2-06ea2e262ee2f230ccaa.json", "kind" : "cache", "version" : { @@ -66,7 +66,7 @@ { "cache-v2" : { - "jsonFile" : "cache-v2-1687817d1c44f84b58ed.json", + "jsonFile" : "cache-v2-06ea2e262ee2f230ccaa.json", "kind" : "cache", "version" : { @@ -86,7 +86,7 @@ }, "codemodel-v2" : { - "jsonFile" : "codemodel-v2-acef64be9c86fd28d72b.json", + "jsonFile" : "codemodel-v2-929fe75d022fdfd4e098.json", "kind" : "codemodel", "version" : { diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-parksnrec-Debug-bc0787fd757964982d86.json b/cmake-build-debug/.cmake/api/v1/reply/target-parksnrec-Debug-ebcc6198911e90997a09.json similarity index 96% rename from cmake-build-debug/.cmake/api/v1/reply/target-parksnrec-Debug-bc0787fd757964982d86.json rename to cmake-build-debug/.cmake/api/v1/reply/target-parksnrec-Debug-ebcc6198911e90997a09.json index a60594c..ea2030d 100644 --- a/cmake-build-debug/.cmake/api/v1/reply/target-parksnrec-Debug-bc0787fd757964982d86.json +++ b/cmake-build-debug/.cmake/api/v1/reply/target-parksnrec-Debug-ebcc6198911e90997a09.json @@ -31,31 +31,31 @@ { "command" : 0, "file" : 0, - "line" : 26, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 28, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 29, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, "line" : 30, "parent" : 0 }, { "command" : 1, "file" : 0, - "line" : 31, + "line" : 32, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 33, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 34, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 35, "parent" : 0 }, { @@ -94,13 +94,13 @@ { "command" : 3, "file" : 0, - "line" : 32, + "line" : 36, "parent" : 0 }, { "command" : 4, "file" : 0, - "line" : 22, + "line" : 26, "parent" : 0 } ] @@ -176,7 +176,8 @@ 9, 10, 11, - 12 + 12, + 13 ] } ], @@ -300,7 +301,8 @@ 9, 10, 11, - 12 + 12, + 13 ] } ], @@ -372,6 +374,12 @@ "path" : "src/parks/renderer/engine.cpp", "sourceGroupIndex" : 0 }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/player.cpp", + "sourceGroupIndex" : 0 + }, { "backtrace" : 1, "compileGroupIndex" : 0, diff --git a/cmake-build-debug/.ninja_deps b/cmake-build-debug/.ninja_deps index 3b951c7..1821d1f 100644 Binary files a/cmake-build-debug/.ninja_deps and b/cmake-build-debug/.ninja_deps differ diff --git a/cmake-build-debug/.ninja_log b/cmake-build-debug/.ninja_log index ce9e4cf..a27647a 100644 --- a/cmake-build-debug/.ninja_log +++ b/cmake-build-debug/.ninja_log @@ -6,6 +6,7 @@ 19027 23533 1686606734887529547 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o 89a39e4865ce6b8e 19770 22229 1686606733580705887 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o 2ea4ada408cb6c6b 1 63 1686606702236940474 libs/BLT/libBLTd.a ff50131082d8b4e6 +5 855 1686693970016404129 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o e5ccae6ad918d1d5 1 152 1686008406344698862 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o 5d427506fc0621f7 3 2723 1686606714071695549 CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o 8144fb2c1301b4f7 2 219 1686606711571395181 CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o 2aa40f0cdbb84b80 @@ -20,7 +21,7 @@ 8239 10216 1686606721569262920 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o c369d854445b39ae 38296 44147 1686606755503339516 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o b84b9d7fe9d27d9f 4216 5172 1686606716525323644 libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o ceb8e8691d0d02cb -3 767 1686606712121461263 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o ba9251e143c55571 +5 514 1686871029696570626 CMakeFiles/parksnrec.dir/src/parks/window.cpp.o ba9251e143c55571 24352 27018 1686606738371281392 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o 61a4eadb7ac9544a 35862 45458 1686606756813496909 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o ffc8d692c5dfd0ef 120 245 1686008406441367088 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o 68f66db7347661c7 @@ -30,7 +31,7 @@ 30988 33805 1686606745158763459 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o 17c5929ca2e1ffbd 2 123 1686008406318031764 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o 29d91df5d4eb236f 1 280 1686352077759792378 CMakeFiles/parksnrec.dir/src/parks/engine.cpp.o fa233a50751e3061 -54286 54396 1686606765747903557 parksnrec 982f98990d907cce +618 748 1686871029929903953 parksnrec f242e2ffe7abe15f 15623 18630 1686606729983607091 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o 63b1f389172a74f1 2126 2665 1686606714018355808 libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o 2de2d5c3ad012d29 3 119 1686008406314698377 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o 27900b84d5d45b05 @@ -60,8 +61,8 @@ 2 133 1686008406328031925 libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o 2dcaba31785553b4 4176 4761 1686606716115274383 libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o 6106e39864c2e0b5 2378 3689 1686606715041812092 libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o b2927d66bea49130 -3 2811 1686606714161706362 CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o 48b7b7a22b73c5c -3 1161 1686606712514841854 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o 4bd7fabdbe37d7b1 +6 1570 1686784541447679010 CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o 48b7b7a22b73c5c +4 612 1686871029793237290 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o 4bd7fabdbe37d7b1 42144 44787 1686606756143416410 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o b5bbb7828052293b 14133 15623 1686606726979912917 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o ccc4d0289ac8c958 14829 14847 1686606726203152936 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o f0315c5aea2f6b4 @@ -74,7 +75,7 @@ 4545 5979 1686606717335420963 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o d0d6f76e34743cc2 28402 30714 1686606742068392204 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o 2f1fa8b3648c1faa 27553 38632 1686606749986010036 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o c3bdb11909ac0e9f -3 1348 1686606712701530947 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 1240dca15f261f40 +4 618 1686871029799903956 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 1240dca15f261f40 1264 2271 1686606713624975217 libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o 70fc7689649aa468 41397 41908 1686606753263070386 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o 69e01e3cdf248603 4459 4833 1686606716188616527 libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o 20b489d7ec92dfb2 @@ -121,7 +122,7 @@ 30714 33698 1686606745052083977 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o 7cf8daac6a3dd48d 928 1286 1686606712638190004 libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o a37f138f9c3022e2 8282 9819 1686606721175882329 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o 968c20d41aa6a93e -0 101 1686607675928258535 build.ninja cecb5cdd772e9591 +0 101 1686872111680752242 build.ninja cecb5cdd772e9591 29378 30988 1686606742341758378 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o c831e8f6c7c686de 64 1512 1686008392467803539 libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o be8c3d03c418737e 38809 41187 1686606752542983880 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o cc84c6ff512f4f88 @@ -133,6 +134,7 @@ 10717 14585 1686606725939787963 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o 8dce58eb8c9cfb6a 32540 36269 1686606747622392755 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o 12bd126d102d9f20 7546 8594 1686606719949068282 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o 4289b744a16fae12 +5 476 1686871029656570626 CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o b62085b84a59e19c 14776 19027 1686606730380321416 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o c9ac8804ea13bede 35358 38482 1686606749835992014 libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o 95d3e0ca240a7b96 8003 9372 1686606720725828262 libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o 6ddaa39fb0389dbd @@ -292,34 +294,3 @@ 42744 43209 1686606754563226578 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o c8328b7c93685a1 1 3253 1686606714605092962 CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o 8565486d47a0f078 41307 41639 1686606752996371680 libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o 42fc6aa9fd1b35d -5 736 1686610137128612598 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 1240dca15f261f40 -5 754 1686610137145281268 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o 4bd7fabdbe37d7b1 -5 1608 1686610137998717127 CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o 48b7b7a22b73c5c -4 807 1686611685021231860 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o e5ccae6ad918d1d5 -807 942 1686611685154581214 parksnrec 319e54af40355b4d -4 698 1686612395029860464 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o 4bd7fabdbe37d7b1 -5 706 1686612395036527932 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 1240dca15f261f40 -5 950 1686612395283224235 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o e5ccae6ad918d1d5 -5 1543 1686612395873295121 CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o 48b7b7a22b73c5c -5 628 1686612418372664707 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o 4bd7fabdbe37d7b1 -5 630 1686612418375998442 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 1240dca15f261f40 -630 744 1686612418486011656 parksnrec 319e54af40355b4d -4 822 1686612531619602704 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o e5ccae6ad918d1d5 -822 971 1686612531766286993 parksnrec 319e54af40355b4d -4 646 1686612562269951479 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o 4bd7fabdbe37d7b1 -4 656 1686612562279952681 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 1240dca15f261f40 -656 795 1686612562416635766 parksnrec 319e54af40355b4d -5 625 1686612580915524753 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o 4bd7fabdbe37d7b1 -5 630 1686612580918858486 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 1240dca15f261f40 -630 762 1686612581052207840 parksnrec 319e54af40355b4d -4 637 1686613583699325299 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o 4bd7fabdbe37d7b1 -5 640 1686613583702659032 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 1240dca15f261f40 -640 777 1686613583836008385 parksnrec 319e54af40355b4d -4 684 1686613756190047073 CMakeFiles/parksnrec.dir/src/parks/main.cpp.o 4bd7fabdbe37d7b1 -5 691 1686613756196714540 CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o 1240dca15f261f40 -5 927 1686613756430075909 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o e5ccae6ad918d1d5 -927 1070 1686613756573426463 parksnrec 319e54af40355b4d -5 840 1686613859405779987 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o e5ccae6ad918d1d5 -840 960 1686613859522460671 parksnrec 319e54af40355b4d -5 818 1686614273272165526 CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o e5ccae6ad918d1d5 -818 937 1686614273392179943 parksnrec 319e54af40355b4d diff --git a/cmake-build-debug/2023-6-12_21-6-6.log b/cmake-build-debug/2023-6-12_21-6-6.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-32.log b/cmake-build-debug/2023-6-13_17-54-32.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-36.log b/cmake-build-debug/2023-6-13_17-54-36.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-38.log b/cmake-build-debug/2023-6-13_17-54-38.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-41.log b/cmake-build-debug/2023-6-13_17-54-41.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-43.log b/cmake-build-debug/2023-6-13_17-54-43.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-46.log b/cmake-build-debug/2023-6-13_17-54-46.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-48.log b/cmake-build-debug/2023-6-13_17-54-48.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-51.log b/cmake-build-debug/2023-6-13_17-54-51.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-53.log b/cmake-build-debug/2023-6-13_17-54-53.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-55.log b/cmake-build-debug/2023-6-13_17-54-55.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-57.log b/cmake-build-debug/2023-6-13_17-54-57.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-54-59.log b/cmake-build-debug/2023-6-13_17-54-59.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-55-1.log b/cmake-build-debug/2023-6-13_17-55-1.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-55-3.log b/cmake-build-debug/2023-6-13_17-55-3.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_17-55-6.log b/cmake-build-debug/2023-6-13_17-55-6.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_18-6-10.log b/cmake-build-debug/2023-6-13_18-6-10.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_18-6-13.log b/cmake-build-debug/2023-6-13_18-6-13.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_18-6-31.log b/cmake-build-debug/2023-6-13_18-6-31.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-13_18-6-35.log b/cmake-build-debug/2023-6-13_18-6-35.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_19-15-41.log b/cmake-build-debug/2023-6-14_19-15-41.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_19-15-47.log b/cmake-build-debug/2023-6-14_19-15-47.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_19-16-34.log b/cmake-build-debug/2023-6-14_19-16-34.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_19-16-4.log b/cmake-build-debug/2023-6-14_19-16-4.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_19-59-12.log b/cmake-build-debug/2023-6-14_19-59-12.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_19-59-8.log b/cmake-build-debug/2023-6-14_19-59-8.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-1-56.log b/cmake-build-debug/2023-6-14_20-1-56.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-1-59.log b/cmake-build-debug/2023-6-14_20-1-59.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-53-54.log b/cmake-build-debug/2023-6-14_20-53-54.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-54-44.log b/cmake-build-debug/2023-6-14_20-54-44.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-54-7.log b/cmake-build-debug/2023-6-14_20-54-7.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-55-30.log b/cmake-build-debug/2023-6-14_20-55-30.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-55-34.log b/cmake-build-debug/2023-6-14_20-55-34.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-56-11.log b/cmake-build-debug/2023-6-14_20-56-11.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-56-55.log b/cmake-build-debug/2023-6-14_20-56-55.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-57-2.log b/cmake-build-debug/2023-6-14_20-57-2.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-57-20.log b/cmake-build-debug/2023-6-14_20-57-20.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-57-59.log b/cmake-build-debug/2023-6-14_20-57-59.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-58-10.log b/cmake-build-debug/2023-6-14_20-58-10.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-58-3.log b/cmake-build-debug/2023-6-14_20-58-3.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_20-58-6.log b/cmake-build-debug/2023-6-14_20-58-6.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_21-3-3.log b/cmake-build-debug/2023-6-14_21-3-3.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_21-3-6.log b/cmake-build-debug/2023-6-14_21-3-6.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_21-5-26.log b/cmake-build-debug/2023-6-14_21-5-26.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-14_21-9-9.log b/cmake-build-debug/2023-6-14_21-9-9.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-15_18-17-19.log b/cmake-build-debug/2023-6-15_18-17-19.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-15_18-29-36.log b/cmake-build-debug/2023-6-15_18-29-36.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-15_18-29-41.log b/cmake-build-debug/2023-6-15_18-29-41.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-15_18-31-36.log b/cmake-build-debug/2023-6-15_18-31-36.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-15_19-17-10.log b/cmake-build-debug/2023-6-15_19-17-10.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-15_19-17-13.log b/cmake-build-debug/2023-6-15_19-17-13.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/2023-6-15_19-17-17.log b/cmake-build-debug/2023-6-15_19-17-17.log new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/CMakeCache.txt b/cmake-build-debug/CMakeCache.txt index 746c923..56d0de4 100644 --- a/cmake-build-debug/CMakeCache.txt +++ b/cmake-build-debug/CMakeCache.txt @@ -14,6 +14,9 @@ # EXTERNAL cache entries ######################## +//Enable the address sanitizer +ADDRESS_SANITIZER:BOOL=OFF + //Android JNI IOSystem support is active ASSIMP_ANDROID_JNIIOSYSTEM:BOOL=OFF @@ -417,6 +420,15 @@ CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Doxygen documentation generation tool (https://www.doxygen.nl) DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND +//Enable the address sanitizer +ENABLE_ADDRSAN:BOOL=OFF + +//Enable the thread data race sanitizer +ENABLE_TSAN:BOOL=OFF + +//Enable the ub sanitizer +ENABLE_UBSAN:BOOL=OFF + //Path to a file. FREETYPE_INCLUDE_DIR_freetype2:PATH=/usr/include/freetype2 @@ -504,6 +516,9 @@ PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config //Path to a library. RT_LIBRARY:FILEPATH=/usr/lib/librt.a +//Enable the ub sanitizer +UB_SANITIZER:BOOL=OFF + //Path to a file. X11_ICE_INCLUDE_PATH:PATH=/usr/include diff --git a/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/main.cpp.o b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/main.cpp.o index c4004d7..37f5259 100644 Binary files a/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/main.cpp.o and b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/main.cpp.o differ diff --git a/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o index d74b500..db5f81b 100644 Binary files a/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o and b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o differ diff --git a/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o index 4ced3d4..69b1cf8 100644 Binary files a/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o and b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o differ diff --git a/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o new file mode 100644 index 0000000..4458160 Binary files /dev/null and b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o differ diff --git a/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o index 819ddd5..0d23abf 100644 Binary files a/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o and b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o differ diff --git a/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/window.cpp.o b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/window.cpp.o index 6cd3449..b879fdc 100644 Binary files a/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/window.cpp.o and b/cmake-build-debug/CMakeFiles/parksnrec.dir/src/parks/window.cpp.o differ diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log index d8931eb..1bb3939 100644 --- a/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Jun 12 19:57 EDT +Start testing: Jun 15 19:35 EDT ---------------------------------------------------------- -End testing: Jun 12 19:57 EDT +End testing: Jun 15 19:35 EDT diff --git a/cmake-build-debug/build.ninja b/cmake-build-debug/build.ninja index 7376cc6..d40f419 100644 --- a/cmake-build-debug/build.ninja +++ b/cmake-build-debug/build.ninja @@ -126,6 +126,13 @@ build CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o: CXX_COMPILER__pa OBJECT_DIR = CMakeFiles/parksnrec.dir OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer +build CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/parks/renderer/player.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o.d + FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-debug/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-debug/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + build CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o: CXX_COMPILER__parksnrec_unscanned_Debug /home/brett/git/parksandrec/src/parks/renderer/resources.cpp || cmake_object_order_depends_target_parksnrec DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o.d FLAGS = -g -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic @@ -148,7 +155,7 @@ build CMakeFiles/parksnrec.dir/src/parks/window.cpp.o: CXX_COMPILER__parksnrec_u ############################################# # Link the executable parksnrec -build parksnrec: CXX_EXECUTABLE_LINKER__parksnrec_Debug CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o CMakeFiles/parksnrec.dir/src/parks/app.cpp.o CMakeFiles/parksnrec.dir/src/parks/main.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o CMakeFiles/parksnrec.dir/src/parks/window.cpp.o | libs/glfw/glfw-3.3.8/src/libglfw3d.a libs/BLT/libBLTd.a libs/assimp/lib/libassimp.a /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a || libs/BLT/libBLTd.a libs/assimp/contrib/zlib/libzlibstatic.a libs/assimp/lib/libassimp.a libs/glfw/glfw-3.3.8/src/libglfw3d.a +build parksnrec: CXX_EXECUTABLE_LINKER__parksnrec_Debug CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o CMakeFiles/parksnrec.dir/src/parks/app.cpp.o CMakeFiles/parksnrec.dir/src/parks/main.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o CMakeFiles/parksnrec.dir/src/parks/window.cpp.o | libs/glfw/glfw-3.3.8/src/libglfw3d.a libs/BLT/libBLTd.a libs/assimp/lib/libassimp.a /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a || libs/BLT/libBLTd.a libs/assimp/contrib/zlib/libzlibstatic.a libs/assimp/lib/libassimp.a libs/glfw/glfw-3.3.8/src/libglfw3d.a FLAGS = -g LINK_FLAGS = -rdynamic LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3d.a libs/BLT/libBLTd.a -lOpenGL libs/assimp/lib/libassimp.a -Wl,-Bstatic -lrt -Wl,-Bdynamic -lm -ldl -lX11 /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a -lrt diff --git a/cmake-build-debug/imgui.ini b/cmake-build-debug/imgui.ini index b070ca1..986cf95 100644 --- a/cmake-build-debug/imgui.ini +++ b/cmake-build-debug/imgui.ini @@ -4,7 +4,12 @@ Size=400,400 Collapsed=0 [Window][Dear ImGui Demo] -Pos=19,66 +Pos=51,185 Size=550,680 Collapsed=1 +[Window][Player Stats] +Pos=24,14 +Size=475,149 +Collapsed=0 + diff --git a/cmake-build-debug/parksnrec b/cmake-build-debug/parksnrec index 9f97193..5820347 100755 Binary files a/cmake-build-debug/parksnrec and b/cmake-build-debug/parksnrec differ diff --git a/cmake-build-minsizerel/.cmake/api/v1/query/cache-v2 b/cmake-build-minsizerel/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-minsizerel/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-minsizerel/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-minsizerel/.cmake/api/v1/query/codemodel-v2 b/cmake-build-minsizerel/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-minsizerel/.cmake/api/v1/query/toolchains-v1 b/cmake-build-minsizerel/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/cache-v2-6852d1121b7d74c2a51a.json b/cmake-build-minsizerel/.cmake/api/v1/reply/cache-v2-6852d1121b7d74c2a51a.json new file mode 100644 index 0000000..a1b8f0f --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/cache-v2-6852d1121b7d74c2a51a.json @@ -0,0 +1,4671 @@ +{ + "entries" : + [ + { + "name" : "AMD64", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable building amd64 assembly implementation" + } + ], + "type" : "INTERNAL", + "value" : "FALSE" + }, + { + "name" : "ASM686", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable building i686 assembly implementation" + } + ], + "type" : "INTERNAL", + "value" : "FALSE" + }, + { + "name" : "ASSIMP_ANDROID_JNIIOSYSTEM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Android JNI IOSystem support is active" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_ARCHIVE_OUTPUT_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path for library output files" + } + ], + "type" : "STRING", + "value" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/lib" + }, + { + "name" : "ASSIMP_ASAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable AddressSanitizer." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_ALL_EXPORTERS_BY_DEFAULT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "default value of all ASSIMP_BUILD_XXX_EXPORTER values" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_BUILD_ALL_IMPORTERS_BY_DEFAULT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "default value of all ASSIMP_BUILD_XXX_IMPORTER values" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_BUILD_ARCHITECTURE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "describe the current architecture." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "ASSIMP_BUILD_ASSIMP_TOOLS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the supplementary tools for Assimp are built in addition to the library." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "describe the current compiler." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "ASSIMP_BUILD_DOCS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build documentation using Doxygen." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_DRACO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the Draco libraries are to be built. Primarily for glTF" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_FRAMEWORK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build package as Mac OS X Framework bundle." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_NONFREE_C4D_IMPORTER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the C4D importer, which relies on the non-free Cineware SDK." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_SAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the official samples are built as well (needs Glut)." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the test suite for Assimp is built in addition to the library." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_BUILD_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build your own zlib" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_COVERALLS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable this to measure test coverage." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_DOUBLE_PRECISION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Set to ON to enable double precision processing" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_HEADERCHECK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "adds the target headercheck which compiles every header file, default disabled because it adds many targets" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_HUNTER_ENABLED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Hunter package manager support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_IGNORE_GIT_HASH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Don't call git to get the hash." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_INJECT_DEBUG_POSTFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Inject debug postfix in .a/.so/.dll lib names" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable this if you want to use assimp as a submodule." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_LIBRARY_OUTPUT_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path for library output files" + } + ], + "type" : "STRING", + "value" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/bin" + }, + { + "name" : "ASSIMP_LIBRARY_SUFFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Suffix to append to library names" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "ASSIMP_NO_EXPORT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable Assimp's export functionality." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_OPT_BUILD_PACKAGES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Set to ON to generate CPack configuration files and packaging targets" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_PACKAGE_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "the package-specific version used for uploading the sources" + } + ], + "type" : "STRING", + "value" : "0" + }, + { + "name" : "ASSIMP_RAPIDJSON_NO_MEMBER_ITERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Suppress rapidjson warning on MSVC (NOTE: breaks android build)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_RUNTIME_OUTPUT_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path for runtime output files" + } + ], + "type" : "STRING", + "value" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/bin" + }, + { + "name" : "ASSIMP_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Undefined Behavior sanitizer." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_WARNINGS_AS_ERRORS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Treat all warnings as errors." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "Assimp_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp" + }, + { + "name" : "Assimp_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "Assimp_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/assimp" + }, + { + "name" : "BLT_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT" + }, + { + "name" : "BLT_ENABLE_LOGGING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable blt::logging" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BLT_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "BLT_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;ZLIB::ZLIB;" + }, + { + "name" : "BLT_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/BLT" + }, + { + "name" : "BUILD_NBT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT NBT + eNBT extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PROFILING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT profiler extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_SHARED_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build package with shared libraries." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_STD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT standard utilities." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT test set" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "MinSizeRel" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/git/parksandrec/cmake-build-minsizerel" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "26" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/c++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/cc" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DEBUG_POSTFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Debug Postfix for lib, samples and tools" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_CONNECT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function connect" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_GETHOSTBYNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function gethostbyname" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_REMOVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function remove" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_SHMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function shmat" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/git/parksandrec" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library ICE" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/opt/clion/bin/ninja/linux/x64/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "9" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "parksnrec" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "DOXYGEN_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Doxygen documentation generation tool (https://www.doxygen.nl)" + } + ], + "type" : "FILEPATH", + "value" : "DOXYGEN_EXECUTABLE-NOTFOUND" + }, + { + "name" : "ENABLE_ADDRSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the address sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_TSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the thread data race sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the ub sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenGL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding OpenGL" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/libOpenGL.so][/usr/lib/libGLX.so][/usr/include][c ][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Threads" + } + ], + "type" : "INTERNAL", + "value" : "[TRUE][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_X11", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding X11" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/libX11.so][c ][v()]" + }, + { + "name" : "FREETYPE_INCLUDE_DIR_freetype2", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/freetype2" + }, + { + "name" : "FREETYPE_INCLUDE_DIR_ft2build", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/freetype2" + }, + { + "name" : "FREETYPE_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "FREETYPE_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "FREETYPE_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfreetype.so" + }, + { + "name" : "Fontconfig_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "Fontconfig_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfontconfig.so" + }, + { + "name" : "GLFW_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8" + }, + { + "name" : "GLFW_BUILD_DOCS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW documentation" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_BUILD_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW example programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW test programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generate installation target" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "GLFW_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8" + }, + { + "name" : "GLFW_USE_OSMESA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use OSMesa for offscreen context creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_USE_WAYLAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use Wayland for window creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_VULKAN_STATIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Assume the Vulkan loader is linked with the application" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "HAVE_FSEEKO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function fseeko" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_OFF64_T", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Result of TRY_COMPILE" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "HAVE_STDDEF_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include stddef.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_STDINT_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include stdint.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_SYS_TYPES_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include sys/types.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "MATH_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libm.so" + }, + { + "name" : "OFF64_T", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CHECK_TYPE_SIZE: sizeof(off64_t)" + } + ], + "type" : "INTERNAL", + "value" : "8" + }, + { + "name" : "OPENGL_EGL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_GLX_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_egl_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libEGL.so" + }, + { + "name" : "OPENGL_glu_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libGLU.so" + }, + { + "name" : "OPENGL_glx_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libGLX.so" + }, + { + "name" : "OPENGL_opengl_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libOpenGL.so" + }, + { + "name" : "OPENGL_xmesa_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "OPENGL_xmesa_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "PKG_CONFIG_ARGN", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Arguments to supply to pkg-config" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "PKG_CONFIG_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "pkg-config executable" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/pkg-config" + }, + { + "name" : "PKG_FONTCONFIG_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread" + }, + { + "name" : "PKG_FONTCONFIG_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread" + }, + { + "name" : "PKG_FONTCONFIG_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PKG_FONTCONFIG_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PKG_FONTCONFIG_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4" + }, + { + "name" : "PKG_FONTCONFIG_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib;-lfontconfig;-lfreetype" + }, + { + "name" : "PKG_FONTCONFIG_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib" + }, + { + "name" : "PKG_FONTCONFIG_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "fontconfig;freetype" + }, + { + "name" : "PKG_FONTCONFIG_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib" + }, + { + "name" : "PKG_FONTCONFIG_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "fontconfig" + }, + { + "name" : "PKG_FONTCONFIG_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib;-lfontconfig;-pthread;-lfreetype;-lbz2;-L/usr/lib;-L/usr/lib;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib;-L/usr/lib;-lz;-lharfbuzz;-pthread;-lm;-L/usr/lib;-lglib-2.0;-lm;-pthread;-L/usr/lib;-lsysprof-capture-4;-pthread;-lpcre2-8;-lgraphite2;-lbrotlidec;-L/usr/lib;-lbrotlicommon;-L/usr/lib;-lexpat;-lm" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread;-pthread;-pthread;-pthread" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "fontconfig;freetype;bz2;z;png16;m;z;m;z;harfbuzz;m;glib-2.0;m;sysprof-capture-4;pcre2-8;graphite2;brotlidec;brotlicommon;expat;m" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "2.14.2" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "RT_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/librt.a" + }, + { + "name" : "X11_ICE_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_ICE_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libICE.so" + }, + { + "name" : "X11_LIB_X11_SOLO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library /usr/lib/libX11.so;/usr/lib/libXext.so" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "X11_SM_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_SM_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libSM.so" + }, + { + "name" : "X11_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libX11.so" + }, + { + "name" : "X11_X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libX11-xcb.so" + }, + { + "name" : "X11_XRes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_XRes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXRes.so" + }, + { + "name" : "X11_XShm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_XSync_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xaccessrules_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xaccessstr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXau.so" + }, + { + "name" : "X11_Xaw_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xaw_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xaw_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXaw.so" + }, + { + "name" : "X11_Xcomposite_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xcomposite_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXcomposite.so" + }, + { + "name" : "X11_Xcursor_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xcursor_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXcursor.so" + }, + { + "name" : "X11_Xdamage_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xdamage_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXdamage.so" + }, + { + "name" : "X11_Xdmcp_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xdmcp_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXdmcp.so" + }, + { + "name" : "X11_Xext_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xext_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXext.so" + }, + { + "name" : "X11_Xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXfixes.so" + }, + { + "name" : "X11_Xft_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xft_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXft.so" + }, + { + "name" : "X11_Xi_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xi_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXi.so" + }, + { + "name" : "X11_Xinerama_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xinerama_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXinerama.so" + }, + { + "name" : "X11_Xkb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xkblib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xlib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xmu_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xmu_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXmu.so" + }, + { + "name" : "X11_Xpm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xpm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXpm.so" + }, + { + "name" : "X11_Xrandr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrandr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXrandr.so" + }, + { + "name" : "X11_Xrender_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrender_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXrender.so" + }, + { + "name" : "X11_Xshape_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xss_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xss_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXss.so" + }, + { + "name" : "X11_Xt_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xt_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXt.so" + }, + { + "name" : "X11_Xtst_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xtst_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXtst.so" + }, + { + "name" : "X11_Xutil_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xv_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xv_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXv.so" + }, + { + "name" : "X11_Xxf86misc_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xxf86misc_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xxf86misc_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xxf86misc_LIB-NOTFOUND" + }, + { + "name" : "X11_Xxf86vm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xxf86vm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXxf86vm.so" + }, + { + "name" : "X11_dpms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb.so" + }, + { + "name" : "X11_xcb_icccm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_icccm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-icccm.so" + }, + { + "name" : "X11_xcb_keysyms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_keysyms_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-keysyms.so" + }, + { + "name" : "X11_xcb_randr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_randr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-randr.so" + }, + { + "name" : "X11_xcb_util_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_util_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-util.so" + }, + { + "name" : "X11_xcb_xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-xfixes.so" + }, + { + "name" : "X11_xcb_xkb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-xkb.so" + }, + { + "name" : "X11_xcb_xtest_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_xtest_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-xtest.so" + }, + { + "name" : "X11_xkbcommon_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xkbcommon_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxkbcommon.so" + }, + { + "name" : "X11_xkbcommon_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xkbcommon_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxkbcommon-x11.so" + }, + { + "name" : "X11_xkbfile_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xkbfile_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxkbfile.so" + }, + { + "name" : "ZLIB_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "ZLIB_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "ZLIB_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "ZLIB_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libz.so" + }, + { + "name" : "Z_HAVE_UNISTD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include unistd.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "__pkg_config_arguments_PKG_FONTCONFIG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;fontconfig" + }, + { + "name" : "__pkg_config_checked_PKG_FONTCONFIG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "assimp_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;zlibstatic;general;rt;" + }, + { + "name" : "parksnrec_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-minsizerel" + }, + { + "name" : "parksnrec_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "parksnrec_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec" + }, + { + "name" : "pkgcfg_lib_PKG_FONTCONFIG_fontconfig", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfontconfig.so" + }, + { + "name" : "pkgcfg_lib_PKG_FONTCONFIG_freetype", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfreetype.so" + }, + { + "name" : "prefix_result", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib" + }, + { + "name" : "zlib_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib" + }, + { + "name" : "zlib_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "zlib_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/assimp/contrib/zlib" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/cmakeFiles-v1-9212205b3135932181cf.json b/cmake-build-minsizerel/.cmake/api/v1/reply/cmakeFiles-v1-9212205b3135932181cf.json new file mode 100644 index 0000000..c21cc47 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/cmakeFiles-v1-9212205b3135932181cf.json @@ -0,0 +1,477 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindOpenGL.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libs/BLT/CMakeLists.txt" + }, + { + "path" : "libs/BLT/include/blt/config.h.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libs/glfw/glfw-3.3.8/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindDoxygen.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindX11.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindFreetype.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindFontconfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/glfw3Config.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/glfw_config.h.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/glfw3.pc.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/cmake_uninstall.cmake.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + }, + { + "path" : "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt" + }, + { + "path" : "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt" + }, + { + "path" : "libs/assimp/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "path" : "libs/assimp/cmake-modules/FindPkgMacros.cmake" + }, + { + "path" : "libs/assimp/cmake-modules/PrecompiledHeader.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "path" : "libs/assimp/cmake-modules/assimp-plain-config.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckTypeSize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + }, + { + "path" : "libs/assimp/assimp.pc.in" + }, + { + "path" : "libs/assimp/revision.h.in" + }, + { + "path" : "libs/assimp/include/assimp/config.h.in" + }, + { + "path" : "libs/assimp/contrib/zlib/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckTypeSize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake" + }, + { + "path" : "libs/assimp/contrib/zlib/zlib.pc.cmakein" + }, + { + "path" : "libs/assimp/contrib/zlib/zconf.h.cmakein" + }, + { + "path" : "libs/assimp/code/CMakeLists.txt" + }, + { + "path" : "libs/assimp/cmake-modules/FindRT.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/brett/git/parksandrec/cmake-build-minsizerel", + "source" : "/home/brett/git/parksandrec" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/codemodel-v2-df9f6cb1e6c45c1af529.json b/cmake-build-minsizerel/.cmake/api/v1/reply/codemodel-v2-df9f6cb1e6c45c1af529.json new file mode 100644 index 0000000..e69eb45 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/codemodel-v2-df9f6cb1e6c45c1af529.json @@ -0,0 +1,565 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1, + 2, + 6 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-MinSizeRel-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 20 + ] + }, + { + "build" : "libs/BLT", + "jsonFile" : "directory-libs.BLT-MinSizeRel-80d73d68b6498bb1b317.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "libs/BLT", + "targetIndexes" : + [ + 0 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8", + "childIndexes" : + [ + 3, + 4, + 5 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libs.glfw.glfw-3.3.8-MinSizeRel-059d001032ac96a8b67c.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 0, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8", + "targetIndexes" : + [ + 31 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8/src", + "hasInstallRule" : true, + "jsonFile" : "directory-libs.glfw.glfw-3.3.8.src-MinSizeRel-a54b46bff51f0c689ec6.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8/src", + "targetIndexes" : + [ + 9, + 32 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "jsonFile" : "directory-libs.glfw.glfw-3.3.8.examples-MinSizeRel-5dc8cd069547b6574a48.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8/examples", + "targetIndexes" : + [ + 2, + 8, + 11, + 18, + 21, + 23, + 24, + 25, + 33 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "jsonFile" : "directory-libs.glfw.glfw-3.3.8.tests-MinSizeRel-100e9076ae746861bb0e.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8/tests", + "targetIndexes" : + [ + 3, + 4, + 5, + 6, + 7, + 10, + 12, + 13, + 14, + 15, + 16, + 17, + 19, + 22, + 26, + 27, + 28, + 29, + 30, + 34 + ] + }, + { + "build" : "libs/assimp", + "childIndexes" : + [ + 7, + 8 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libs.assimp-MinSizeRel-dabf446949610e38fe39.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "parentIndex" : 0, + "projectIndex" : 3, + "source" : "libs/assimp" + }, + { + "build" : "libs/assimp/contrib/zlib", + "hasInstallRule" : true, + "jsonFile" : "directory-libs.assimp.contrib.zlib-MinSizeRel-8702b58e3d50ea6f0d53.json", + "minimumCMakeVersion" : + { + "string" : "3.10.0" + }, + "parentIndex" : 6, + "projectIndex" : 4, + "source" : "libs/assimp/contrib/zlib", + "targetIndexes" : + [ + 35 + ] + }, + { + "build" : "libs/assimp/code", + "hasInstallRule" : true, + "jsonFile" : "directory-libs.assimp.code-MinSizeRel-9362be19620073aa80a9.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "parentIndex" : 6, + "projectIndex" : 3, + "source" : "libs/assimp/code", + "targetIndexes" : + [ + 1 + ] + } + ], + "name" : "MinSizeRel", + "projects" : + [ + { + "childIndexes" : + [ + 1, + 2, + 3 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "parksnrec", + "targetIndexes" : + [ + 20 + ] + }, + { + "directoryIndexes" : + [ + 1 + ], + "name" : "BLT", + "parentIndex" : 0, + "targetIndexes" : + [ + 0 + ] + }, + { + "directoryIndexes" : + [ + 2, + 3, + 4, + 5 + ], + "name" : "GLFW", + "parentIndex" : 0, + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34 + ] + }, + { + "childIndexes" : + [ + 4 + ], + "directoryIndexes" : + [ + 6, + 8 + ], + "name" : "Assimp", + "parentIndex" : 0, + "targetIndexes" : + [ + 1 + ] + }, + { + "directoryIndexes" : + [ + 7 + ], + "name" : "zlib", + "parentIndex" : 3, + "targetIndexes" : + [ + 35 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 1, + "id" : "BLT::@15de44d4528f33befea6", + "jsonFile" : "target-BLT-MinSizeRel-59760039fd09459ad5f4.json", + "name" : "BLT", + "projectIndex" : 1 + }, + { + "directoryIndex" : 8, + "id" : "assimp::@c18b53e73a5197b875a6", + "jsonFile" : "target-assimp-MinSizeRel-2a219dc7265248c4fcac.json", + "name" : "assimp", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "boing::@555eb4510d21f320f20b", + "jsonFile" : "target-boing-MinSizeRel-9d9394c914fd6d80be0f.json", + "name" : "boing", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "clipboard::@77cfdd67c43044262fc4", + "jsonFile" : "target-clipboard-MinSizeRel-ed41ba0ed41b3c3a8792.json", + "name" : "clipboard", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "cursor::@77cfdd67c43044262fc4", + "jsonFile" : "target-cursor-MinSizeRel-b3ebd0e86c788acb7df8.json", + "name" : "cursor", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "empty::@77cfdd67c43044262fc4", + "jsonFile" : "target-empty-MinSizeRel-fc6626ce987da084e197.json", + "name" : "empty", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "events::@77cfdd67c43044262fc4", + "jsonFile" : "target-events-MinSizeRel-323575f157b10b4db82c.json", + "name" : "events", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "gamma::@77cfdd67c43044262fc4", + "jsonFile" : "target-gamma-MinSizeRel-13f0deca3e654059aab4.json", + "name" : "gamma", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "gears::@555eb4510d21f320f20b", + "jsonFile" : "target-gears-MinSizeRel-f0e029c0cc43c0ef5a56.json", + "name" : "gears", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "glfw::@7dc16bda365e0ec860ed", + "jsonFile" : "target-glfw-MinSizeRel-a9914d41aff2c4f9ba95.json", + "name" : "glfw", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "glfwinfo::@77cfdd67c43044262fc4", + "jsonFile" : "target-glfwinfo-MinSizeRel-3fcbb01df0f131f6ceab.json", + "name" : "glfwinfo", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "heightmap::@555eb4510d21f320f20b", + "jsonFile" : "target-heightmap-MinSizeRel-3176d728ae73c43567d1.json", + "name" : "heightmap", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "icon::@77cfdd67c43044262fc4", + "jsonFile" : "target-icon-MinSizeRel-3825cf677a0d11fdc89a.json", + "name" : "icon", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "iconify::@77cfdd67c43044262fc4", + "jsonFile" : "target-iconify-MinSizeRel-e45c68bb10c9478e910b.json", + "name" : "iconify", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "inputlag::@77cfdd67c43044262fc4", + "jsonFile" : "target-inputlag-MinSizeRel-952ba95a23e16b52e0a0.json", + "name" : "inputlag", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "joysticks::@77cfdd67c43044262fc4", + "jsonFile" : "target-joysticks-MinSizeRel-ecbd8363c4186088e422.json", + "name" : "joysticks", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "monitors::@77cfdd67c43044262fc4", + "jsonFile" : "target-monitors-MinSizeRel-3bcfff5593434992e143.json", + "name" : "monitors", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "msaa::@77cfdd67c43044262fc4", + "jsonFile" : "target-msaa-MinSizeRel-bc3ca00ad5d20469bc6c.json", + "name" : "msaa", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "offscreen::@555eb4510d21f320f20b", + "jsonFile" : "target-offscreen-MinSizeRel-be6a0b655732add204bc.json", + "name" : "offscreen", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "opacity::@77cfdd67c43044262fc4", + "jsonFile" : "target-opacity-MinSizeRel-667be1be0ae72675452c.json", + "name" : "opacity", + "projectIndex" : 2 + }, + { + "directoryIndex" : 0, + "id" : "parksnrec::@6890427a1f51a3e7e1df", + "jsonFile" : "target-parksnrec-MinSizeRel-69ee5524f9d761314301.json", + "name" : "parksnrec", + "projectIndex" : 0 + }, + { + "directoryIndex" : 4, + "id" : "particles::@555eb4510d21f320f20b", + "jsonFile" : "target-particles-MinSizeRel-f22bf4e3b5cf6d2cf4b4.json", + "name" : "particles", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "reopen::@77cfdd67c43044262fc4", + "jsonFile" : "target-reopen-MinSizeRel-38401250687e1a610d9b.json", + "name" : "reopen", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "sharing::@555eb4510d21f320f20b", + "jsonFile" : "target-sharing-MinSizeRel-6c56d179ea0b85854c55.json", + "name" : "sharing", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "simple::@555eb4510d21f320f20b", + "jsonFile" : "target-simple-MinSizeRel-b327a14823e40b7ff66f.json", + "name" : "simple", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "splitview::@555eb4510d21f320f20b", + "jsonFile" : "target-splitview-MinSizeRel-7156a44313a2b241326c.json", + "name" : "splitview", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "tearing::@77cfdd67c43044262fc4", + "jsonFile" : "target-tearing-MinSizeRel-43454bf7ca53a1d78cd2.json", + "name" : "tearing", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "threads::@77cfdd67c43044262fc4", + "jsonFile" : "target-threads-MinSizeRel-79211dd2560028730b9c.json", + "name" : "threads", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "timeout::@77cfdd67c43044262fc4", + "jsonFile" : "target-timeout-MinSizeRel-25d388edcc1044405043.json", + "name" : "timeout", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "title::@77cfdd67c43044262fc4", + "jsonFile" : "target-title-MinSizeRel-19b44afabb268c85031f.json", + "name" : "title", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "triangle-vulkan::@77cfdd67c43044262fc4", + "jsonFile" : "target-triangle-vulkan-MinSizeRel-48227388c75a9c6bb471.json", + "name" : "triangle-vulkan", + "projectIndex" : 2 + }, + { + "directoryIndex" : 2, + "id" : "uninstall::@469bc31a56f95ec09ce9", + "jsonFile" : "target-uninstall-MinSizeRel-7e1247d61da93e4b4d23.json", + "name" : "uninstall", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "update_mappings::@7dc16bda365e0ec860ed", + "jsonFile" : "target-update_mappings-MinSizeRel-fd870876bb7aadc67b0b.json", + "name" : "update_mappings", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "wave::@555eb4510d21f320f20b", + "jsonFile" : "target-wave-MinSizeRel-ff18d1015fb1102d64d6.json", + "name" : "wave", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "windows::@77cfdd67c43044262fc4", + "jsonFile" : "target-windows-MinSizeRel-8d5e1acd4e7eb0c7ef72.json", + "name" : "windows", + "projectIndex" : 2 + }, + { + "directoryIndex" : 7, + "id" : "zlibstatic::@142f1425b4d57e544353", + "jsonFile" : "target-zlibstatic-MinSizeRel-bc904aac97b65f767028.json", + "name" : "zlibstatic", + "projectIndex" : 4 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/brett/git/parksandrec/cmake-build-minsizerel", + "source" : "/home/brett/git/parksandrec" + }, + "version" : + { + "major" : 2, + "minor" : 5 + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/directory-.-MinSizeRel-f5ebdc15457944623624.json b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-.-MinSizeRel-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-.-MinSizeRel-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.BLT-MinSizeRel-80d73d68b6498bb1b317.json b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.BLT-MinSizeRel-80d73d68b6498bb1b317.json new file mode 100644 index 0000000..ff15898 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.BLT-MinSizeRel-80d73d68b6498bb1b317.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libs/BLT", + "source" : "libs/BLT" + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.assimp-MinSizeRel-dabf446949610e38fe39.json b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.assimp-MinSizeRel-dabf446949610e38fe39.json new file mode 100644 index 0000000..4c151d2 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.assimp-MinSizeRel-dabf446949610e38fe39.json @@ -0,0 +1,72 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libs/assimp/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 455, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 461, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "libassimp5.2.5-dev", + "destination" : "lib/cmake/assimp-5.2", + "paths" : + [ + "cmake-build-minsizerel/libs/assimp/generated/assimpConfig.cmake", + "cmake-build-minsizerel/libs/assimp/generated/assimpConfigVersion.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 2, + "component" : "libassimp5.2.5-dev", + "destination" : "lib/cmake/assimp-5.2", + "exportName" : "assimpTargets", + "exportTargets" : + [ + { + "id" : "zlibstatic::@142f1425b4d57e544353", + "index" : 35 + }, + { + "id" : "assimp::@c18b53e73a5197b875a6", + "index" : 1 + } + ], + "paths" : + [ + "libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake" + ], + "type" : "export" + } + ], + "paths" : + { + "build" : "libs/assimp", + "source" : "libs/assimp" + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.assimp.code-MinSizeRel-9362be19620073aa80a9.json b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.assimp.code-MinSizeRel-9362be19620073aa80a9.json new file mode 100644 index 0000000..95ed7c9 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.assimp.code-MinSizeRel-9362be19620073aa80a9.json @@ -0,0 +1,164 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "INSTALL" + ], + "files" : + [ + "libs/assimp/code/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1396, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1404, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1405, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "libassimp5.2.5-dev", + "destination" : "lib", + "paths" : + [ + "libs/assimp/lib/libassimp.a" + ], + "targetId" : "assimp::@c18b53e73a5197b875a6", + "targetIndex" : 1, + "type" : "target" + }, + { + "backtrace" : 2, + "component" : "assimp-dev", + "destination" : "include/assimp", + "paths" : + [ + "libs/assimp/code/../include/assimp/anim.h", + "libs/assimp/code/../include/assimp/aabb.h", + "libs/assimp/code/../include/assimp/ai_assert.h", + "libs/assimp/code/../include/assimp/camera.h", + "libs/assimp/code/../include/assimp/color4.h", + "libs/assimp/code/../include/assimp/color4.inl", + "cmake-build-minsizerel/libs/assimp/code/../include/assimp/config.h", + "libs/assimp/code/../include/assimp/ColladaMetaData.h", + "libs/assimp/code/../include/assimp/commonMetaData.h", + "libs/assimp/code/../include/assimp/defs.h", + "libs/assimp/code/../include/assimp/cfileio.h", + "libs/assimp/code/../include/assimp/light.h", + "libs/assimp/code/../include/assimp/material.h", + "libs/assimp/code/../include/assimp/material.inl", + "libs/assimp/code/../include/assimp/matrix3x3.h", + "libs/assimp/code/../include/assimp/matrix3x3.inl", + "libs/assimp/code/../include/assimp/matrix4x4.h", + "libs/assimp/code/../include/assimp/matrix4x4.inl", + "libs/assimp/code/../include/assimp/mesh.h", + "libs/assimp/code/../include/assimp/ObjMaterial.h", + "libs/assimp/code/../include/assimp/pbrmaterial.h", + "libs/assimp/code/../include/assimp/GltfMaterial.h", + "libs/assimp/code/../include/assimp/postprocess.h", + "libs/assimp/code/../include/assimp/quaternion.h", + "libs/assimp/code/../include/assimp/quaternion.inl", + "libs/assimp/code/../include/assimp/scene.h", + "libs/assimp/code/../include/assimp/metadata.h", + "libs/assimp/code/../include/assimp/texture.h", + "libs/assimp/code/../include/assimp/types.h", + "libs/assimp/code/../include/assimp/vector2.h", + "libs/assimp/code/../include/assimp/vector2.inl", + "libs/assimp/code/../include/assimp/vector3.h", + "libs/assimp/code/../include/assimp/vector3.inl", + "libs/assimp/code/../include/assimp/version.h", + "libs/assimp/code/../include/assimp/cimport.h", + "libs/assimp/code/../include/assimp/AssertHandler.h", + "libs/assimp/code/../include/assimp/importerdesc.h", + "libs/assimp/code/../include/assimp/Importer.hpp", + "libs/assimp/code/../include/assimp/DefaultLogger.hpp", + "libs/assimp/code/../include/assimp/ProgressHandler.hpp", + "libs/assimp/code/../include/assimp/IOStream.hpp", + "libs/assimp/code/../include/assimp/IOSystem.hpp", + "libs/assimp/code/../include/assimp/Logger.hpp", + "libs/assimp/code/../include/assimp/LogStream.hpp", + "libs/assimp/code/../include/assimp/NullLogger.hpp", + "libs/assimp/code/../include/assimp/cexport.h", + "libs/assimp/code/../include/assimp/Exporter.hpp", + "libs/assimp/code/../include/assimp/DefaultIOStream.h", + "libs/assimp/code/../include/assimp/DefaultIOSystem.h", + "libs/assimp/code/../include/assimp/ZipArchiveIOSystem.h", + "libs/assimp/code/../include/assimp/SceneCombiner.h", + "libs/assimp/code/../include/assimp/fast_atof.h", + "libs/assimp/code/../include/assimp/qnan.h", + "libs/assimp/code/../include/assimp/BaseImporter.h", + "libs/assimp/code/../include/assimp/Hash.h", + "libs/assimp/code/../include/assimp/MemoryIOWrapper.h", + "libs/assimp/code/../include/assimp/ParsingUtils.h", + "libs/assimp/code/../include/assimp/StreamReader.h", + "libs/assimp/code/../include/assimp/StreamWriter.h", + "libs/assimp/code/../include/assimp/StringComparison.h", + "libs/assimp/code/../include/assimp/StringUtils.h", + "libs/assimp/code/../include/assimp/SGSpatialSort.h", + "libs/assimp/code/../include/assimp/GenericProperty.h", + "libs/assimp/code/../include/assimp/SpatialSort.h", + "libs/assimp/code/../include/assimp/SkeletonMeshBuilder.h", + "libs/assimp/code/../include/assimp/SmallVector.h", + "libs/assimp/code/../include/assimp/SmoothingGroups.h", + "libs/assimp/code/../include/assimp/SmoothingGroups.inl", + "libs/assimp/code/../include/assimp/StandardShapes.h", + "libs/assimp/code/../include/assimp/RemoveComments.h", + "libs/assimp/code/../include/assimp/Subdivision.h", + "libs/assimp/code/../include/assimp/Vertex.h", + "libs/assimp/code/../include/assimp/LineSplitter.h", + "libs/assimp/code/../include/assimp/TinyFormatter.h", + "libs/assimp/code/../include/assimp/Profiler.h", + "libs/assimp/code/../include/assimp/LogAux.h", + "libs/assimp/code/../include/assimp/Bitmap.h", + "libs/assimp/code/../include/assimp/XMLTools.h", + "libs/assimp/code/../include/assimp/IOStreamBuffer.h", + "libs/assimp/code/../include/assimp/CreateAnimMesh.h", + "libs/assimp/code/../include/assimp/XmlParser.h", + "libs/assimp/code/../include/assimp/BlobIOSystem.h", + "libs/assimp/code/../include/assimp/MathFunctions.h", + "libs/assimp/code/../include/assimp/Exceptional.h", + "libs/assimp/code/../include/assimp/ByteSwapper.h", + "libs/assimp/code/../include/assimp/Base64.hpp" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "assimp-dev", + "destination" : "include/assimp/Compiler", + "paths" : + [ + "libs/assimp/code/../include/assimp/Compiler/pushpack1.h", + "libs/assimp/code/../include/assimp/Compiler/poppack1.h", + "libs/assimp/code/../include/assimp/Compiler/pstdint.h" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libs/assimp/code", + "source" : "libs/assimp/code" + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.assimp.contrib.zlib-MinSizeRel-8702b58e3d50ea6f0d53.json b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.assimp.contrib.zlib-MinSizeRel-8702b58e3d50ea6f0d53.json new file mode 100644 index 0000000..9bc8f1c --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.assimp.contrib.zlib-MinSizeRel-8702b58e3d50ea6f0d53.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "INSTALL" + ], + "files" : + [ + "libs/assimp/contrib/zlib/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 209, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libs/assimp/contrib/zlib/libzlibstatic.a" + ], + "targetId" : "zlibstatic::@142f1425b4d57e544353", + "targetIndex" : 35, + "type" : "target" + } + ], + "paths" : + { + "build" : "libs/assimp/contrib/zlib", + "source" : "libs/assimp/contrib/zlib" + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8-MinSizeRel-059d001032ac96a8b67c.json b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8-MinSizeRel-059d001032ac96a8b67c.json new file mode 100644 index 0000000..053896f --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8-MinSizeRel-059d001032ac96a8b67c.json @@ -0,0 +1,100 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 361, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 364, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 368, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 371, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "libs/glfw/glfw-3.3.8/include/GLFW" + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "paths" : + [ + "cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake", + "cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "exportName" : "glfwTargets", + "exportTargets" : + [ + { + "id" : "glfw::@7dc16bda365e0ec860ed", + "index" : 9 + } + ], + "paths" : + [ + "libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3.pc" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8", + "source" : "libs/glfw/glfw-3.3.8" + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.examples-MinSizeRel-5dc8cd069547b6574a48.json b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.examples-MinSizeRel-5dc8cd069547b6574a48.json new file mode 100644 index 0000000..baa3302 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.examples-MinSizeRel-5dc8cd069547b6574a48.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.src-MinSizeRel-a54b46bff51f0c689ec6.json b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.src-MinSizeRel-a54b46bff51f0c689ec6.json new file mode 100644 index 0000000..96977a5 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.src-MinSizeRel-a54b46bff51f0c689ec6.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 189, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libs/glfw/glfw-3.3.8/src/libglfw3.a" + ], + "targetId" : "glfw::@7dc16bda365e0ec860ed", + "targetIndex" : 9, + "type" : "target" + } + ], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/src", + "source" : "libs/glfw/glfw-3.3.8/src" + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.tests-MinSizeRel-100e9076ae746861bb0e.json b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.tests-MinSizeRel-100e9076ae746861bb0e.json new file mode 100644 index 0000000..80a029d --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.tests-MinSizeRel-100e9076ae746861bb0e.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0737.json b/cmake-build-minsizerel/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0737.json new file mode 100644 index 0000000..36f3940 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0737.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 26, + "patch" : 4, + "string" : "3.26.4", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-df9f6cb1e6c45c1af529.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 5 + } + }, + { + "jsonFile" : "cache-v2-6852d1121b7d74c2a51a.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-9212205b3135932181cf.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c43cbce8f92a41f468b5.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-6852d1121b7d74c2a51a.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-9212205b3135932181cf.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-df9f6cb1e6c45c1af529.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 5 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c43cbce8f92a41f468b5.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-BLT-MinSizeRel-59760039fd09459ad5f4.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-BLT-MinSizeRel-59760039fd09459ad5f4.json new file mode 100644 index 0000000..aeb4404 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-BLT-MinSizeRel-59760039fd09459ad5f4.json @@ -0,0 +1,184 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/BLT/libBLT.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "libs/BLT/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 42, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/git/parksandrec/libs/BLT/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "id" : "BLT::@15de44d4528f33befea6", + "name" : "BLT", + "nameOnDisk" : "libBLT.a", + "paths" : + { + "build" : "libs/BLT", + "source" : "libs/BLT" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/filesystem.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/format.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/loader.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/logging.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/system.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/profiling/profiler.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/nbt/nbt.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/nbt/nbt_block.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-assimp-MinSizeRel-2a219dc7265248c4fcac.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-assimp-MinSizeRel-2a219dc7265248c4fcac.json new file mode 100644 index 0000000..c4e35c1 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-assimp-MinSizeRel-2a219dc7265248c4fcac.json @@ -0,0 +1,4838 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/assimp/lib/libassimp.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "ADD_LIBRARY", + "INSTALL", + "TARGET_LINK_LIBRARIES", + "ADD_DEFINITIONS", + "add_compile_definitions", + "TARGET_COMPILE_DEFINITIONS", + "INCLUDE_DIRECTORIES", + "TARGET_INCLUDE_DIRECTORIES", + "TARGET_COMPILE_FEATURES" + ], + "files" : + [ + "libs/assimp/code/CMakeLists.txt", + "libs/assimp/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1185, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1396, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1289, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 610, + "parent" : 4 + }, + { + "command" : 3, + "file" : 1, + "line" : 45, + "parent" : 4 + }, + { + "command" : 3, + "file" : 1, + "line" : 44, + "parent" : 4 + }, + { + "command" : 3, + "file" : 0, + "line" : 1071, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 995, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1166, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1192, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1084, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1087, + "parent" : 0 + }, + { + "command" : 6, + "file" : 1, + "line" : 239, + "parent" : 4 + }, + { + "command" : 6, + "file" : 1, + "line" : 522, + "parent" : 4 + }, + { + "command" : 6, + "file" : 0, + "line" : 917, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1083, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1099, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1121, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1169, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 1262, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1386, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 1260, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fvisibility=hidden -fno-strict-aliasing -Wall -Os -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ASSIMP_BUILD_NO_C4D_IMPORTER" + }, + { + "backtrace" : 6, + "define" : "ASSIMP_BUILD_NO_M3D_EXPORTER" + }, + { + "backtrace" : 7, + "define" : "ASSIMP_BUILD_NO_M3D_IMPORTER" + }, + { + "backtrace" : 8, + "define" : "ASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1" + }, + { + "backtrace" : 9, + "define" : "MINIZ_USE_UNALIGNED_LOADS_AND_STORES=0" + }, + { + "backtrace" : 10, + "define" : "OPENDDLPARSER_BUILD" + }, + { + "backtrace" : 11, + "define" : "OPENDDL_STATIC_LIBARY" + }, + { + "backtrace" : 12, + "define" : "RAPIDJSON_HAS_STDSTRING=1" + }, + { + "backtrace" : 13, + "define" : "RAPIDJSON_NOMEMBERITERATORCLASS" + } + ], + "includes" : + [ + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/code" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/." + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 16, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src" + }, + { + "backtrace" : 17, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include" + }, + { + "backtrace" : 18, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib" + }, + { + "backtrace" : 19, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip" + }, + { + "backtrace" : 20, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include" + }, + { + "backtrace" : 22, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/.." + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 4, + 6, + 7, + 11, + 12, + 14, + 15, + 16, + 17, + 20, + 22, + 23, + 25, + 26, + 27, + 29, + 32, + 33, + 35, + 36, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 48, + 54, + 57, + 58, + 60, + 62, + 64, + 66, + 68, + 70, + 72, + 74, + 76, + 78, + 80, + 82, + 84, + 86, + 88, + 90, + 92, + 94, + 96, + 98, + 100, + 102, + 104, + 106, + 108, + 111, + 112, + 114, + 116, + 118, + 120, + 122, + 125, + 126, + 130, + 131, + 132, + 133, + 134, + 136, + 138, + 140, + 142, + 145, + 146, + 148, + 150, + 152, + 154, + 156, + 159, + 162, + 165, + 167, + 169, + 172, + 174, + 176, + 178, + 180, + 181, + 185, + 187, + 190, + 194, + 196, + 198, + 201, + 206, + 208, + 211, + 217, + 219, + 221, + 223, + 226, + 228, + 230, + 238, + 239, + 240, + 241, + 242, + 243, + 246, + 248, + 250, + 252, + 255, + 257, + 260, + 265, + 267, + 269, + 271, + 272, + 274, + 275, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 287, + 290, + 292, + 296, + 298, + 300, + 302, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 313, + 317, + 319, + 320, + 322, + 324, + 326, + 328, + 330, + 333, + 335, + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 351, + 353, + 356, + 361, + 367, + 371, + 373, + 375, + 378, + 382, + 385, + 386, + 388, + 391, + 393, + 395, + 397, + 399, + 401, + 403, + 405, + 407, + 409, + 411, + 413, + 414, + 417, + 419, + 421, + 423, + 426, + 427, + 430, + 437, + 441, + 442, + 444, + 446, + 449, + 450, + 451, + 452, + 453, + 454, + 455, + 464, + 469, + 471, + 483, + 484 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-fno-strict-aliasing -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ASSIMP_BUILD_NO_C4D_IMPORTER" + }, + { + "backtrace" : 6, + "define" : "ASSIMP_BUILD_NO_M3D_EXPORTER" + }, + { + "backtrace" : 7, + "define" : "ASSIMP_BUILD_NO_M3D_IMPORTER" + }, + { + "backtrace" : 8, + "define" : "ASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1" + }, + { + "backtrace" : 9, + "define" : "MINIZ_USE_UNALIGNED_LOADS_AND_STORES=0" + }, + { + "backtrace" : 10, + "define" : "OPENDDLPARSER_BUILD" + }, + { + "backtrace" : 11, + "define" : "OPENDDL_STATIC_LIBARY" + }, + { + "backtrace" : 12, + "define" : "RAPIDJSON_HAS_STDSTRING=1" + }, + { + "backtrace" : 13, + "define" : "RAPIDJSON_NOMEMBERITERATORCLASS" + } + ], + "includes" : + [ + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/code" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/." + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 16, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src" + }, + { + "backtrace" : 17, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include" + }, + { + "backtrace" : 18, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib" + }, + { + "backtrace" : 19, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip" + }, + { + "backtrace" : 20, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include" + }, + { + "backtrace" : 22, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/.." + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 23 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 424, + 431, + 433, + 435, + 493 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "zlibstatic::@142f1425b4d57e544353" + } + ], + "id" : "assimp::@c18b53e73a5197b875a6", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "assimp", + "nameOnDisk" : "libassimp.a", + "paths" : + { + "build" : "libs/assimp/code", + "source" : "libs/assimp/code" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CApi", + "sourceIndexes" : + [ + 1, + 2 + ] + }, + { + "name" : "Common", + "sourceIndexes" : + [ + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46 + ] + }, + { + "name" : "Geometry", + "sourceIndexes" : + [ + 47, + 48 + ] + }, + { + "name" : "include\\assimp", + "sourceIndexes" : + [ + 49, + 50, + 51, + 52, + 59, + 498, + 499, + 500, + 501, + 502, + 503, + 504, + 505, + 506, + 507, + 508, + 509, + 510, + 511, + 512, + 513, + 514, + 515, + 516, + 517, + 518, + 519, + 520, + 521, + 522, + 523, + 524, + 525, + 526, + 527, + 528, + 529, + 530, + 531, + 532, + 533, + 534, + 535, + 536, + 537, + 538, + 539, + 540, + 541, + 542, + 543, + 544, + 545, + 546, + 547, + 548, + 549, + 550, + 551, + 552, + 553, + 554, + 555, + 556, + 557, + 558, + 559, + 560, + 561, + 562, + 563, + 564, + 565, + 566, + 567, + 568, + 569, + 570, + 571, + 572, + 573, + 574, + 575, + 576, + 577, + 578 + ] + }, + { + "name" : "Logging", + "sourceIndexes" : + [ + 53, + 54, + 55, + 56 + ] + }, + { + "name" : "Exporter", + "sourceIndexes" : + [ + 57, + 58 + ] + }, + { + "name" : "PostProcessing", + "sourceIndexes" : + [ + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121 + ] + }, + { + "name" : "MaterialSystem", + "sourceIndexes" : + [ + 122, + 123 + ] + }, + { + "name" : "STEPParser", + "sourceIndexes" : + [ + 124, + 125, + 126, + 127 + ] + }, + { + "name" : "AssetLib\\AMF", + "sourceIndexes" : + [ + 128, + 129, + 130, + 131, + 132, + 133 + ] + }, + { + "name" : "AssetLib\\3DS", + "sourceIndexes" : + [ + 134, + 135, + 136, + 137, + 390, + 391 + ] + }, + { + "name" : "AssetLib\\AC", + "sourceIndexes" : + [ + 138, + 139 + ] + }, + { + "name" : "AssetLib\\ASE", + "sourceIndexes" : + [ + 140, + 141, + 142, + 143 + ] + }, + { + "name" : "AssetLib\\ASSBIN", + "sourceIndexes" : + [ + 144, + 145, + 392, + 393, + 394, + 395 + ] + }, + { + "name" : "AssetLib\\B3D", + "sourceIndexes" : + [ + 146, + 147 + ] + }, + { + "name" : "AssetLib\\BVH", + "sourceIndexes" : + [ + 148, + 149 + ] + }, + { + "name" : "AssetLib\\COLLADA", + "sourceIndexes" : + [ + 150, + 151, + 152, + 153, + 154, + 155, + 402, + 403 + ] + }, + { + "name" : "AssetLib\\DXF", + "sourceIndexes" : + [ + 156, + 157, + 158 + ] + }, + { + "name" : "AssetLib\\CSM", + "sourceIndexes" : + [ + 159, + 160 + ] + }, + { + "name" : "AssetLib\\HMP", + "sourceIndexes" : + [ + 161, + 162, + 163, + 164 + ] + }, + { + "name" : "AssetLib\\IRRMESH", + "sourceIndexes" : + [ + 165, + 166, + 167, + 168 + ] + }, + { + "name" : "AssetLib\\IQM", + "sourceIndexes" : + [ + 169, + 170, + 171 + ] + }, + { + "name" : "AssetLib\\IRR", + "sourceIndexes" : + [ + 172, + 173 + ] + }, + { + "name" : "AssetLib\\LWO", + "sourceIndexes" : + [ + 174, + 175, + 176, + 177, + 178, + 179, + 180 + ] + }, + { + "name" : "AssetLib\\LWS", + "sourceIndexes" : + [ + 181, + 182 + ] + }, + { + "name" : "AssetLib\\M3D", + "sourceIndexes" : + [ + 183, + 184, + 185, + 186, + 187, + 188, + 400, + 401 + ] + }, + { + "name" : "AssetLib\\MD2", + "sourceIndexes" : + [ + 189, + 190, + 191, + 192 + ] + }, + { + "name" : "AssetLib\\MD3", + "sourceIndexes" : + [ + 193, + 194, + 195 + ] + }, + { + "name" : "AssetLib\\MD5", + "sourceIndexes" : + [ + 196, + 197, + 198, + 199 + ] + }, + { + "name" : "AssetLib\\MDC", + "sourceIndexes" : + [ + 200, + 201, + 202, + 203 + ] + }, + { + "name" : "AssetLib\\MDL", + "sourceIndexes" : + [ + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218 + ] + }, + { + "name" : "AssetLib\\NFF", + "sourceIndexes" : + [ + 219, + 220 + ] + }, + { + "name" : "AssetLib\\NDO", + "sourceIndexes" : + [ + 221, + 222 + ] + }, + { + "name" : "AssetLib\\OFF", + "sourceIndexes" : + [ + 223, + 224 + ] + }, + { + "name" : "AssetLib\\OBJ", + "sourceIndexes" : + [ + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 384, + 385 + ] + }, + { + "name" : "AssetLib\\OGRE", + "sourceIndexes" : + [ + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242 + ] + }, + { + "name" : "AssetLib\\OPENGEX", + "sourceIndexes" : + [ + 243, + 244, + 245, + 386, + 387 + ] + }, + { + "name" : "AssetLib\\PLY", + "sourceIndexes" : + [ + 246, + 247, + 248, + 249, + 388, + 389 + ] + }, + { + "name" : "AssetLib\\MS3D", + "sourceIndexes" : + [ + 250, + 251 + ] + }, + { + "name" : "AssetLib\\COB", + "sourceIndexes" : + [ + 252, + 253, + 254 + ] + }, + { + "name" : "AssetLib\\BLEND", + "sourceIndexes" : + [ + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271 + ] + }, + { + "name" : "AssetLib\\IFC", + "sourceIndexes" : + [ + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284 + ] + }, + { + "name" : "AssetLib\\XGL", + "sourceIndexes" : + [ + 285, + 286 + ] + }, + { + "name" : "AssetLib\\FBX", + "sourceIndexes" : + [ + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 404, + 405, + 406, + 407, + 408, + 409 + ] + }, + { + "name" : "AssetLib\\Q3D", + "sourceIndexes" : + [ + 313, + 314 + ] + }, + { + "name" : "AssetLib\\Q3BSP", + "sourceIndexes" : + [ + 315, + 316, + 317, + 318, + 319 + ] + }, + { + "name" : "AssetLib\\RAW", + "sourceIndexes" : + [ + 320, + 321 + ] + }, + { + "name" : "AssetLib\\SIB", + "sourceIndexes" : + [ + 322, + 323 + ] + }, + { + "name" : "AssetLib\\SMD", + "sourceIndexes" : + [ + 324, + 325 + ] + }, + { + "name" : "AssetLib\\STL", + "sourceIndexes" : + [ + 326, + 327, + 410, + 411 + ] + }, + { + "name" : "AssetLib\\TERRAGEN", + "sourceIndexes" : + [ + 328, + 329 + ] + }, + { + "name" : "AssetLib\\3D", + "sourceIndexes" : + [ + 330, + 331 + ] + }, + { + "name" : "AssetLib\\X", + "sourceIndexes" : + [ + 332, + 333, + 334, + 335, + 336, + 412, + 413 + ] + }, + { + "name" : "AssetLib\\X3D", + "sourceIndexes" : + [ + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 414, + 415 + ] + }, + { + "name" : "AssetLib\\GLTF", + "sourceIndexes" : + [ + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 416, + 417, + 418, + 419 + ] + }, + { + "name" : "AssetLib\\3MF", + "sourceIndexes" : + [ + 369, + 370, + 371, + 372, + 373, + 374, + 375, + 376, + 420, + 421 + ] + }, + { + "name" : "AssetLib\\MMD", + "sourceIndexes" : + [ + 377, + 378, + 379, + 380, + 381, + 382, + 383 + ] + }, + { + "name" : "AssetLib\\ASSXML", + "sourceIndexes" : + [ + 396, + 397, + 398, + 399 + ] + }, + { + "name" : "AssetLib\\PBRT", + "sourceIndexes" : + [ + 422, + 423 + ] + }, + { + "name" : "AssetLib\\ASSJSON", + "sourceIndexes" : + [ + 424, + 425, + 426, + 427, + 428 + ] + }, + { + "name" : "AssetLib\\STEP", + "sourceIndexes" : + [ + 429, + 430 + ] + }, + { + "name" : "Contrib\\unzip", + "sourceIndexes" : + [ + 431, + 432, + 433, + 434, + 435, + 436 + ] + }, + { + "name" : "Contrib\\Poly2Tri", + "sourceIndexes" : + [ + 437, + 438, + 439, + 440, + 441, + 442, + 443, + 444, + 445, + 446, + 447 + ] + }, + { + "name" : "Contrib\\Clipper", + "sourceIndexes" : + [ + 448, + 449 + ] + }, + { + "name" : "Contrib\\openddl_parser", + "sourceIndexes" : + [ + 450, + 451, + 452, + 453, + 454, + 455, + 456, + 457, + 458, + 459, + 460, + 461, + 462 + ] + }, + { + "name" : "Contrib\\open3dgc", + "sourceIndexes" : + [ + 463, + 464, + 465, + 466, + 467, + 468, + 469, + 470, + 471, + 472, + 473, + 474, + 475, + 476, + 477, + 478, + 479, + 480, + 481, + 482, + 483, + 484, + 485, + 486, + 487, + 488, + 489, + 490, + 491 + ] + }, + { + "name" : "ziplib", + "sourceIndexes" : + [ + 492, + 493, + 494 + ] + }, + { + "name" : "Contrib\\Pugixml", + "sourceIndexes" : + [ + 495, + 496 + ] + }, + { + "name" : "Contrib\\stb", + "sourceIndexes" : + [ + 497 + ] + }, + { + "name" : "Compiler", + "sourceIndexes" : + [ + 579, + 580, + 581 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Assimp.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/CApi/CInterfaceIOWrapper.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/CApi/CInterfaceIOWrapper.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StbCommon.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Compression.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Compression.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/BaseImporter.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/BaseProcess.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/BaseProcess.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Importer.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/ScenePrivate.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/PostStepRegistry.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/ImporterRegistry.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/DefaultProgressHandler.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/DefaultIOStream.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/IOSystem.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/DefaultIOSystem.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/ZipArchiveIOSystem.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/PolyTools.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Maybe.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Importer.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/IFF.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SGSpatialSort.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/VertexTriangleAdjacency.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/VertexTriangleAdjacency.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SpatialSort.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SceneCombiner.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/ScenePreprocessor.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/ScenePreprocessor.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SkeletonMeshBuilder.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StackAllocator.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StackAllocator.inl", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/StandardShapes.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/TargetAnimation.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/TargetAnimation.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/RemoveComments.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Subdivision.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/scene.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Bitmap.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Version.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/CreateAnimMesh.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/simd.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/simd.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/material.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/AssertHandler.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Exceptional.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Base64.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Geometry/GeometryUtils.h", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Geometry/GeometryUtils.cpp", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/DefaultLogger.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/LogStream.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Logger.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/NullLogger.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Win32DebugLogStream.h", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/DefaultLogger.cpp", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/FileLogStream.h", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StdOStreamLogStream.h", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Exporter.cpp", + "sourceGroupIndex" : 6 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/CApi/AssimpCExport.cpp", + "sourceGroupIndex" : 6 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/BlobIOSystem.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/CalcTangentsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/CalcTangentsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ComputeUVMappingProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ComputeUVMappingProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ConvertToLHProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ConvertToLHProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/EmbedTexturesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/EmbedTexturesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FindDegenerates.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FindDegenerates.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FindInstancesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FindInstancesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FindInvalidDataProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FindInvalidDataProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FixNormalsStep.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FixNormalsStep.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/DropFaceNormalsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/DropFaceNormalsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/GenFaceNormalsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/GenFaceNormalsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/GenVertexNormalsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/GenVertexNormalsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/PretransformVertices.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/PretransformVertices.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ImproveCacheLocality.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ImproveCacheLocality.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/JoinVerticesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/JoinVerticesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/LimitBoneWeightsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/LimitBoneWeightsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/RemoveRedundantMaterials.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/RemoveRedundantMaterials.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/RemoveVCProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/RemoveVCProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/SortByPTypeProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/SortByPTypeProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/SplitLargeMeshes.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/SplitLargeMeshes.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/TextureTransform.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/TextureTransform.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/TriangulateProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/TriangulateProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ValidateDataStructure.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ValidateDataStructure.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/OptimizeGraph.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/OptimizeGraph.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/OptimizeMeshes.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/OptimizeMeshes.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/DeboneProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/DeboneProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ProcessHelper.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ProcessHelper.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/MakeVerboseFormat.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/MakeVerboseFormat.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ScaleProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ScaleProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ArmaturePopulate.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ArmaturePopulate.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/GenBoundingBoxesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/GenBoundingBoxesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/SplitByBoneCountProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/SplitByBoneCountProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Material/MaterialSystem.cpp", + "sourceGroupIndex" : 8 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Material/MaterialSystem.h", + "sourceGroupIndex" : 8 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileReader.h", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileReader.cpp", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileEncoding.cpp", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileEncoding.h", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter.hpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Node.hpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Geometry.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Material.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Postprocess.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3DS/3DSConverter.cpp", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3DS/3DSHelper.h", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3DS/3DSLoader.cpp", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3DS/3DSLoader.h", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AC/ACLoader.cpp", + "sourceGroupIndex" : 12 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/AC/ACLoader.h", + "sourceGroupIndex" : 12 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/ASE/ASELoader.cpp", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/ASE/ASELoader.h", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/ASE/ASEParser.cpp", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/ASE/ASEParser.h", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinLoader.h", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinLoader.cpp", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/B3D/B3DImporter.cpp", + "sourceGroupIndex" : 15 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/B3D/B3DImporter.h", + "sourceGroupIndex" : 15 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/BVH/BVHLoader.cpp", + "sourceGroupIndex" : 16 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/BVH/BVHLoader.h", + "sourceGroupIndex" : 16 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaHelper.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaHelper.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaLoader.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaLoader.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaParser.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaParser.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/DXF/DXFLoader.cpp", + "sourceGroupIndex" : 18 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/DXF/DXFLoader.h", + "sourceGroupIndex" : 18 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/DXF/DXFHelper.h", + "sourceGroupIndex" : 18 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/CSM/CSMLoader.cpp", + "sourceGroupIndex" : 19 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/CSM/CSMLoader.h", + "sourceGroupIndex" : 19 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/HMP/HMPFileData.h", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/HMP/HMPLoader.cpp", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/HMP/HMPLoader.h", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/HMP/HalfLifeFileData.h", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Irr/IRRMeshLoader.cpp", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Irr/IRRMeshLoader.h", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Irr/IRRShared.cpp", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Irr/IRRShared.h", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IQM/IQMImporter.cpp", + "sourceGroupIndex" : 22 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IQM/iqm.h", + "sourceGroupIndex" : 22 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IQM/IQMImporter.h", + "sourceGroupIndex" : 22 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Irr/IRRLoader.cpp", + "sourceGroupIndex" : 23 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Irr/IRRLoader.h", + "sourceGroupIndex" : 23 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOAnimation.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWO/LWOAnimation.h", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOBLoader.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWO/LWOFileData.h", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOLoader.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWO/LWOLoader.h", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOMaterial.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWS/LWSLoader.cpp", + "sourceGroupIndex" : 25 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWS/LWSLoader.h", + "sourceGroupIndex" : 25 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DMaterials.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DImporter.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/M3D/M3DImporter.cpp", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DWrapper.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/M3D/M3DWrapper.cpp", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/m3d.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD2/MD2FileData.h", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD2/MD2Loader.cpp", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD2/MD2Loader.h", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD2/MD2NormalTable.h", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD3/MD3FileData.h", + "sourceGroupIndex" : 28 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD3/MD3Loader.cpp", + "sourceGroupIndex" : 28 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD3/MD3Loader.h", + "sourceGroupIndex" : 28 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Loader.cpp", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Loader.h", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Parser.cpp", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Parser.h", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDC/MDCFileData.h", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDC/MDCLoader.cpp", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDC/MDCLoader.h", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDC/MDCNormalTable.h", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/MDLDefaultColorMap.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/MDLFileData.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/MDLLoader.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/MDLLoader.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/MDLMaterialLoader.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HalfLifeMDLBaseHeader.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1FileData.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1MDLLoader.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1ImportDefinitions.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1ImportSettings.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1MeshTrivert.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/LogFunctions.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/UniqueNameGenerator.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/NFF/NFFLoader.cpp", + "sourceGroupIndex" : 32 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/NFF/NFFLoader.h", + "sourceGroupIndex" : 32 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/NDO/NDOLoader.cpp", + "sourceGroupIndex" : 33 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/NDO/NDOLoader.h", + "sourceGroupIndex" : 33 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/OFF/OFFLoader.cpp", + "sourceGroupIndex" : 34 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OFF/OFFLoader.h", + "sourceGroupIndex" : 34 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileData.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileImporter.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileImporter.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileMtlImporter.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileMtlImporter.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileParser.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileParser.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjTools.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreImporter.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreStructs.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreParsingUtils.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreBinarySerializer.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreXmlSerializer.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreImporter.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreStructs.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreBinarySerializer.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreXmlSerializer.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreMaterial.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXImporter.cpp", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXImporter.h", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXStructs.h", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ply/PlyLoader.cpp", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ply/PlyLoader.h", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ply/PlyParser.cpp", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ply/PlyParser.h", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MS3D/MS3DLoader.cpp", + "sourceGroupIndex" : 39 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MS3D/MS3DLoader.h", + "sourceGroupIndex" : 39 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/COB/COBLoader.cpp", + "sourceGroupIndex" : 40 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/COB/COBLoader.h", + "sourceGroupIndex" : 40 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/COB/COBScene.h", + "sourceGroupIndex" : 40 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderLoader.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderLoader.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderDNA.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderDNA.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderDNA.inl", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderScene.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderScene.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderSceneGen.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderIntermediate.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderModifier.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderModifier.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderBMesh.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderBMesh.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderTessellator.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderTessellator.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderCustomData.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderCustomData.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCLoader.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IFC/IFCLoader.h", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCReaderGen1_2x3.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCReaderGen2_2x3.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IFC/IFCReaderGen_2x3.h", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IFC/IFCUtil.h", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCUtil.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCGeometry.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCMaterial.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCProfile.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCCurve.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCBoolean.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCOpenings.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/XGL/XGLLoader.cpp", + "sourceGroupIndex" : 43 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/XGL/XGLLoader.h", + "sourceGroupIndex" : 43 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXImporter.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXCompileConfig.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXImporter.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXParser.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXParser.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXTokenizer.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXTokenizer.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXImportSettings.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXConverter.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXConverter.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXUtil.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXUtil.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDocument.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDocument.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXProperties.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXProperties.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXMeshGeometry.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXMeshGeometry.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXMaterial.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXModel.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXAnimation.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXNodeAttribute.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDeformer.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXBinaryTokenizer.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDocumentUtil.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXCommon.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Q3D/Q3DLoader.cpp", + "sourceGroupIndex" : 45 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3D/Q3DLoader.h", + "sourceGroupIndex" : 45 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileData.h", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileParser.h", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileParser.cpp", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileImporter.h", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileImporter.cpp", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Raw/RawLoader.cpp", + "sourceGroupIndex" : 47 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Raw/RawLoader.h", + "sourceGroupIndex" : 47 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/SIB/SIBImporter.cpp", + "sourceGroupIndex" : 48 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/SIB/SIBImporter.h", + "sourceGroupIndex" : 48 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/SMD/SMDLoader.cpp", + "sourceGroupIndex" : 49 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/SMD/SMDLoader.h", + "sourceGroupIndex" : 49 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STL/STLLoader.cpp", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STL/STLLoader.h", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Terragen/TerragenLoader.cpp", + "sourceGroupIndex" : 51 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Terragen/TerragenLoader.h", + "sourceGroupIndex" : 51 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Unreal/UnrealLoader.cpp", + "sourceGroupIndex" : 52 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Unreal/UnrealLoader.h", + "sourceGroupIndex" : 52 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileHelper.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X/XFileImporter.cpp", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileImporter.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X/XFileParser.cpp", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileParser.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry2D.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry3D.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Group.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Light.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Metadata.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Networking.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Postprocess.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Rendering.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Shape.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Texturing.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Macro.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Node.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DGeoHelper.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DGeoHelper.h", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DXmlHelper.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DXmlHelper.h", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFCommon.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF/glTFCommon.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAsset.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAsset.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAssetWriter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAssetWriter.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF/glTFImporter.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFImporter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Asset.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Asset.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2AssetWriter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2AssetWriter.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Importer.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Importer.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/3MFTypes.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/XmlSerializer.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/XmlSerializer.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFImporter.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFImporter.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFOpcPackage.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFOpcPackage.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/3MFXmlTags.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDCpp14.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MMD/MMDImporter.cpp", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDImporter.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDPmdParser.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDPmxParser.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MMD/MMDPmxParser.cpp", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDVmdParser.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjExporter.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjExporter.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXExporter.cpp", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXExporter.h", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ply/PlyExporter.cpp", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ply/PlyExporter.h", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3DS/3DSExporter.h", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3DS/3DSExporter.cpp", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinExporter.h", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinExporter.cpp", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinFileWriter.h", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinFileWriter.cpp", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlExporter.h", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlExporter.cpp", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlFileWriter.h", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlFileWriter.cpp", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DExporter.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/M3D/M3DExporter.cpp", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaExporter.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaExporter.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExporter.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExporter.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportNode.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportNode.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportProperty.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportProperty.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STL/STLExporter.h", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STL/STLExporter.cpp", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileExporter.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X/XFileExporter.cpp", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DExporter.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DExporter.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFExporter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF/glTFExporter.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Exporter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Exporter.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFExporter.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFExporter.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Pbrt/PbrtExporter.h", + "sourceGroupIndex" : 59 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Pbrt/PbrtExporter.cpp", + "sourceGroupIndex" : 59 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/code/AssetLib/Assjson/cencode.c", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assjson/cencode.h", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assjson/json_exporter.cpp", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assjson/mesh_splitter.cpp", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assjson/mesh_splitter.h", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Step/StepExporter.h", + "sourceGroupIndex" : 61 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Step/StepExporter.cpp", + "sourceGroupIndex" : 61 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/unzip/crypt.c", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/unzip/crypt.h", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/unzip/ioapi.c", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/unzip/ioapi.h", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/unzip/unzip.c", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/unzip/unzip.h", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/common/shapes.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/common/shapes.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/common/utils.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/advancing_front.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/advancing_front.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/cdt.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/cdt.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep_context.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep_context.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/clipper/clipper.hpp", + "sourceGroupIndex" : 64 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/clipper/clipper.cpp", + "sourceGroupIndex" : 64 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLParser.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/DDLNode.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLCommon.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLExport.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/Value.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLStream.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLParser.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLParserUtils.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLCommon.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLExport.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLStream.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/DDLNode.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/Value.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcAdjacencyInfo.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcArithmeticCodec.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcArithmeticCodec.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcBinaryStream.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcCommon.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDVEncodeParams.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorDecoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorEncoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVector.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcFIFO.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcIndexedFaceSet.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcIndexedFaceSet.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCDecoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCDecoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCEncodeParams.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCEncoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCEncoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTimer.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTools.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleFans.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleFans.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListDecoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListDecoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListEncoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListEncoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcVector.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcVector.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zip/src/miniz.h", + "sourceGroupIndex" : 67 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/zip/src/zip.c", + "sourceGroupIndex" : 67 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zip/src/zip.h", + "sourceGroupIndex" : 67 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/pugixml/src/pugiconfig.hpp", + "sourceGroupIndex" : 68 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/pugixml/src/pugixml.hpp", + "sourceGroupIndex" : 68 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/stb/stb_image.h", + "sourceGroupIndex" : 69 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/anim.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/aabb.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ai_assert.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/camera.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/color4.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/color4.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "cmake-build-minsizerel/libs/assimp/include/assimp/config.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ColladaMetaData.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/commonMetaData.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/defs.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/cfileio.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/light.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/material.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/material.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix3x3.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix3x3.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix4x4.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix4x4.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/mesh.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ObjMaterial.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/pbrmaterial.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/GltfMaterial.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/postprocess.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/quaternion.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/quaternion.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/scene.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/metadata.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/texture.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/types.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector2.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector2.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector3.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector3.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/version.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/cimport.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/AssertHandler.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/importerdesc.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Importer.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ProgressHandler.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/IOStream.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/IOSystem.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/cexport.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Exporter.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/DefaultIOStream.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/DefaultIOSystem.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ZipArchiveIOSystem.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SceneCombiner.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/fast_atof.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/qnan.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/BaseImporter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Hash.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/MemoryIOWrapper.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ParsingUtils.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StreamReader.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StreamWriter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StringComparison.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StringUtils.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SGSpatialSort.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/GenericProperty.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SpatialSort.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SkeletonMeshBuilder.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SmallVector.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SmoothingGroups.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SmoothingGroups.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StandardShapes.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/RemoveComments.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Subdivision.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Vertex.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/LineSplitter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/TinyFormatter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Profiler.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/LogAux.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Bitmap.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/XMLTools.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/IOStreamBuffer.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/CreateAnimMesh.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/XmlParser.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/MathFunctions.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Exceptional.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ByteSwapper.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Base64.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Compiler/pushpack1.h", + "sourceGroupIndex" : 70 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Compiler/poppack1.h", + "sourceGroupIndex" : 70 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Compiler/pstdint.h", + "sourceGroupIndex" : 70 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-boing-MinSizeRel-9d9394c914fd6d80be0f.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-boing-MinSizeRel-9d9394c914fd6d80be0f.json new file mode 100644 index 0000000..0df84d4 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-boing-MinSizeRel-9d9394c914fd6d80be0f.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/boing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "boing::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "boing", + "nameOnDisk" : "boing", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/boing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-clipboard-MinSizeRel-ed41ba0ed41b3c3a8792.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-clipboard-MinSizeRel-ed41ba0ed41b3c3a8792.json new file mode 100644 index 0000000..931d9ec --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-clipboard-MinSizeRel-ed41ba0ed41b3c3a8792.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/clipboard" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 35, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "clipboard::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "clipboard", + "nameOnDisk" : "clipboard", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/clipboard.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-cursor-MinSizeRel-b3ebd0e86c788acb7df8.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-cursor-MinSizeRel-b3ebd0e86c788acb7df8.json new file mode 100644 index 0000000..cd7f0db --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-cursor-MinSizeRel-b3ebd0e86c788acb7df8.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/cursor" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "cursor::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "cursor", + "nameOnDisk" : "cursor", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/cursor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-empty-MinSizeRel-fc6626ce987da084e197.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-empty-MinSizeRel-fc6626ce987da084e197.json new file mode 100644 index 0000000..d0b386d --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-empty-MinSizeRel-fc6626ce987da084e197.json @@ -0,0 +1,203 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/empty" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 44, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 60, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "empty::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "empty", + "nameOnDisk" : "empty", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/empty.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-events-MinSizeRel-323575f157b10b4db82c.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-events-MinSizeRel-323575f157b10b4db82c.json new file mode 100644 index 0000000..573d628 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-events-MinSizeRel-323575f157b10b4db82c.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/events" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 36, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "events::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "events", + "nameOnDisk" : "events", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/events.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-gamma-MinSizeRel-13f0deca3e654059aab4.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-gamma-MinSizeRel-13f0deca3e654059aab4.json new file mode 100644 index 0000000..568a5bf --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-gamma-MinSizeRel-13f0deca3e654059aab4.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/gamma" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "gamma::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "gamma", + "nameOnDisk" : "gamma", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/gamma.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-gears-MinSizeRel-f0e029c0cc43c0ef5a56.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-gears-MinSizeRel-f0e029c0cc43c0ef5a56.json new file mode 100644 index 0000000..7d5a714 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-gears-MinSizeRel-f0e029c0cc43c0ef5a56.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/gears" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "gears::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "gears", + "nameOnDisk" : "gears", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/gears.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-glfw-MinSizeRel-a9914d41aff2c4f9ba95.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-glfw-MinSizeRel-a9914d41aff2c4f9ba95.json new file mode 100644 index 0000000..873076a --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-glfw-MinSizeRel-a9914d41aff2c4f9ba95.json @@ -0,0 +1,423 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/src/libglfw3.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 91, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 189, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 140, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 111, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 112, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 115, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 102, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-Wdeclaration-after-statement" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 13, + 14 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 15 + ] + } + ], + "folder" : + { + "name" : "GLFW3" + }, + "id" : "glfw::@7dc16bda365e0ec860ed", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "glfw", + "nameOnDisk" : "libglfw3.a", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/src", + "source" : "libs/glfw/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/input.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/xkb_unicode.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_time.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_thread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/glx_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/egl_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/osmesa_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/linux_joystick.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/internal.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/mappings.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw_config.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/include/GLFW/glfw3.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/include/GLFW/glfw3native.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_platform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/xkb_unicode.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_time.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_thread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/glx_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/egl_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/osmesa_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/linux_joystick.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-glfwinfo-MinSizeRel-3fcbb01df0f131f6ceab.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-glfwinfo-MinSizeRel-3fcbb01df0f131f6ceab.json new file mode 100644 index 0000000..4ea083c --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-glfwinfo-MinSizeRel-3fcbb01df0f131f6ceab.json @@ -0,0 +1,215 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/glfwinfo" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 38, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "glfwinfo::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "glfwinfo", + "nameOnDisk" : "glfwinfo", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/glfwinfo.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/vulkan.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_vulkan.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-heightmap-MinSizeRel-3176d728ae73c43567d1.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-heightmap-MinSizeRel-3176d728ae73c43567d1.json new file mode 100644 index 0000000..4ca3881 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-heightmap-MinSizeRel-3176d728ae73c43567d1.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/heightmap" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "heightmap::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "heightmap", + "nameOnDisk" : "heightmap", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/heightmap.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-icon-MinSizeRel-3825cf677a0d11fdc89a.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-icon-MinSizeRel-3825cf677a0d11fdc89a.json new file mode 100644 index 0000000..cd9494e --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-icon-MinSizeRel-3825cf677a0d11fdc89a.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/icon" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 46, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "icon::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "icon", + "nameOnDisk" : "icon", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/icon.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-iconify-MinSizeRel-e45c68bb10c9478e910b.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-iconify-MinSizeRel-e45c68bb10c9478e910b.json new file mode 100644 index 0000000..89d72b4 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-iconify-MinSizeRel-e45c68bb10c9478e910b.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/iconify" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "iconify::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "iconify", + "nameOnDisk" : "iconify", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/iconify.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-inputlag-MinSizeRel-952ba95a23e16b52e0a0.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-inputlag-MinSizeRel-952ba95a23e16b52e0a0.json new file mode 100644 index 0000000..42fd131 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-inputlag-MinSizeRel-952ba95a23e16b52e0a0.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/inputlag" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "inputlag::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "inputlag", + "nameOnDisk" : "inputlag", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/inputlag.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-joysticks-MinSizeRel-ecbd8363c4186088e422.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-joysticks-MinSizeRel-ecbd8363c4186088e422.json new file mode 100644 index 0000000..b1372ea --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-joysticks-MinSizeRel-ecbd8363c4186088e422.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/joysticks" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 48, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "joysticks::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "joysticks", + "nameOnDisk" : "joysticks", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/joysticks.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-monitors-MinSizeRel-3bcfff5593434992e143.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-monitors-MinSizeRel-3bcfff5593434992e143.json new file mode 100644 index 0000000..254225a --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-monitors-MinSizeRel-3bcfff5593434992e143.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/monitors" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "monitors::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "monitors", + "nameOnDisk" : "monitors", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/monitors.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-msaa-MinSizeRel-bc3ca00ad5d20469bc6c.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-msaa-MinSizeRel-bc3ca00ad5d20469bc6c.json new file mode 100644 index 0000000..41c5a16 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-msaa-MinSizeRel-bc3ca00ad5d20469bc6c.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/msaa" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 37, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "msaa::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "msaa", + "nameOnDisk" : "msaa", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/msaa.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-offscreen-MinSizeRel-be6a0b655732add204bc.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-offscreen-MinSizeRel-be6a0b655732add204bc.json new file mode 100644 index 0000000..896b125 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-offscreen-MinSizeRel-be6a0b655732add204bc.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/offscreen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "offscreen::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "offscreen", + "nameOnDisk" : "offscreen", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/offscreen.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-opacity-MinSizeRel-667be1be0ae72675452c.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-opacity-MinSizeRel-667be1be0ae72675452c.json new file mode 100644 index 0000000..6a8528f --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-opacity-MinSizeRel-667be1be0ae72675452c.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/opacity" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "opacity::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "opacity", + "nameOnDisk" : "opacity", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/opacity.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-parksnrec-MinSizeRel-69ee5524f9d761314301.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-parksnrec-MinSizeRel-69ee5524f9d761314301.json new file mode 100644 index 0000000..b847910 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-parksnrec-MinSizeRel-69ee5524f9d761314301.json @@ -0,0 +1,397 @@ +{ + "artifacts" : + [ + { + "path" : "parksnrec" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "TARGET_LINK_LIBRARIES", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt", + "libs/BLT/CMakeLists.txt", + "libs/assimp/code/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 30, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 32, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 33, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 34, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 35, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 6 + }, + { + "file" : 2 + }, + { + "command" : 1, + "file" : 2, + "line" : 54, + "parent" : 8 + }, + { + "file" : 3 + }, + { + "command" : 2, + "file" : 3, + "line" : 1289, + "parent" : 10 + }, + { + "command" : 2, + "file" : 3, + "line" : 1392, + "parent" : 10 + }, + { + "command" : 3, + "file" : 0, + "line" : 36, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 26, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 13, + "fragment" : "-Wall" + }, + { + "backtrace" : 13, + "fragment" : "-Wextra" + }, + { + "backtrace" : 13, + "fragment" : "-Wpedantic" + } + ], + "includes" : + [ + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/git/parksandrec/libs/BLT/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config" + }, + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../include" + }, + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "glfw::@7dc16bda365e0ec860ed" + }, + { + "backtrace" : 3, + "id" : "BLT::@15de44d4528f33befea6" + }, + { + "backtrace" : 5, + "id" : "zlibstatic::@142f1425b4d57e544353" + }, + { + "backtrace" : 5, + "id" : "assimp::@c18b53e73a5197b875a6" + } + ], + "id" : "parksnrec::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "-rdynamic", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libs/BLT/libBLT.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lOpenGL", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libs/assimp/lib/libassimp.a", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-Bstatic", + "role" : "libraries" + }, + { + "fragment" : "-lrt", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-Bdynamic", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-lX11", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "libs/assimp/contrib/zlib/libzlibstatic.a", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "parksnrec", + "nameOnDisk" : "parksnrec", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_demo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_draw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_impl_glfw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_impl_opengl3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_widgets.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/app.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/OpenGL.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/engine.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/player.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/resources.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/window.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-particles-MinSizeRel-f22bf4e3b5cf6d2cf4b4.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-particles-MinSizeRel-f22bf4e3b5cf6d2cf4b4.json new file mode 100644 index 0000000..85072ac --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-particles-MinSizeRel-f22bf4e3b5cf6d2cf4b4.json @@ -0,0 +1,217 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/particles" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 43, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "particles::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "particles", + "nameOnDisk" : "particles", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/particles.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-reopen-MinSizeRel-38401250687e1a610d9b.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-reopen-MinSizeRel-38401250687e1a610d9b.json new file mode 100644 index 0000000..c0eac28 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-reopen-MinSizeRel-38401250687e1a610d9b.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/reopen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "reopen::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "reopen", + "nameOnDisk" : "reopen", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/reopen.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-sharing-MinSizeRel-6c56d179ea0b85854c55.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-sharing-MinSizeRel-6c56d179ea0b85854c55.json new file mode 100644 index 0000000..0dbcd55 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-sharing-MinSizeRel-6c56d179ea0b85854c55.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/sharing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 44, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "sharing::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "sharing", + "nameOnDisk" : "sharing", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/sharing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-simple-MinSizeRel-b327a14823e40b7ff66f.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-simple-MinSizeRel-b327a14823e40b7ff66f.json new file mode 100644 index 0000000..0cbc1da --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-simple-MinSizeRel-b327a14823e40b7ff66f.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/simple" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "simple::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "simple", + "nameOnDisk" : "simple", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/simple.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-splitview-MinSizeRel-7156a44313a2b241326c.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-splitview-MinSizeRel-7156a44313a2b241326c.json new file mode 100644 index 0000000..0bf0273 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-splitview-MinSizeRel-7156a44313a2b241326c.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/splitview" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 46, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "splitview::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "splitview", + "nameOnDisk" : "splitview", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/splitview.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-tearing-MinSizeRel-43454bf7ca53a1d78cd2.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-tearing-MinSizeRel-43454bf7ca53a1d78cd2.json new file mode 100644 index 0000000..93ca7a8 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-tearing-MinSizeRel-43454bf7ca53a1d78cd2.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/tearing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 50, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "tearing::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "tearing", + "nameOnDisk" : "tearing", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/tearing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-threads-MinSizeRel-79211dd2560028730b9c.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-threads-MinSizeRel-79211dd2560028730b9c.json new file mode 100644 index 0000000..dda58c4 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-threads-MinSizeRel-79211dd2560028730b9c.json @@ -0,0 +1,203 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/threads" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "threads::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "threads", + "nameOnDisk" : "threads", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/threads.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-timeout-MinSizeRel-25d388edcc1044405043.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-timeout-MinSizeRel-25d388edcc1044405043.json new file mode 100644 index 0000000..cb4d245 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-timeout-MinSizeRel-25d388edcc1044405043.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/timeout" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 52, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "timeout::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "timeout", + "nameOnDisk" : "timeout", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/timeout.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-title-MinSizeRel-19b44afabb268c85031f.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-title-MinSizeRel-19b44afabb268c85031f.json new file mode 100644 index 0000000..fd46a50 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-title-MinSizeRel-19b44afabb268c85031f.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/title" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 53, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "title::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "title", + "nameOnDisk" : "title", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/title.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-triangle-vulkan-MinSizeRel-48227388c75a9c6bb471.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-triangle-vulkan-MinSizeRel-48227388c75a9c6bb471.json new file mode 100644 index 0000000..0a59197 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-triangle-vulkan-MinSizeRel-48227388c75a9c6bb471.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/triangle-vulkan" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 54, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "triangle-vulkan::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "triangle-vulkan", + "nameOnDisk" : "triangle-vulkan", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/triangle-vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/vulkan.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_vulkan.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-uninstall-MinSizeRel-7e1247d61da93e4b4d23.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-uninstall-MinSizeRel-7e1247d61da93e4b4d23.json new file mode 100644 index 0000000..93dc8d0 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-uninstall-MinSizeRel-7e1247d61da93e4b4d23.json @@ -0,0 +1,70 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 379, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "uninstall::@469bc31a56f95ec09ce9", + "name" : "uninstall", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8", + "source" : "libs/glfw/glfw-3.3.8" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/uninstall", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/uninstall.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-update_mappings-MinSizeRel-fd870876bb7aadc67b0b.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-update_mappings-MinSizeRel-fd870876bb7aadc67b0b.json new file mode 100644 index 0000000..3b726ed --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-update_mappings-MinSizeRel-fd870876bb7aadc67b0b.json @@ -0,0 +1,88 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 8, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "update_mappings::@7dc16bda365e0ec860ed", + "name" : "update_mappings", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/src", + "source" : "libs/glfw/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 1, + 2 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/mappings.h.in", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/CMake/GenerateMappings.cmake", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-wave-MinSizeRel-ff18d1015fb1102d64d6.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-wave-MinSizeRel-ff18d1015fb1102d64d6.json new file mode 100644 index 0000000..8f825d7 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-wave-MinSizeRel-ff18d1015fb1102d64d6.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/wave" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "wave::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "wave", + "nameOnDisk" : "wave", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/wave.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-windows-MinSizeRel-8d5e1acd4e7eb0c7ef72.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-windows-MinSizeRel-8d5e1acd4e7eb0c7ef72.json new file mode 100644 index 0000000..b0579de --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-windows-MinSizeRel-8d5e1acd4e7eb0c7ef72.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/windows" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 55, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "windows::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Os -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "windows", + "nameOnDisk" : "windows", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/windows.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/target-zlibstatic-MinSizeRel-bc904aac97b65f767028.json b/cmake-build-minsizerel/.cmake/api/v1/reply/target-zlibstatic-MinSizeRel-bc904aac97b65f767028.json new file mode 100644 index 0000000..55f850e --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/target-zlibstatic-MinSizeRel-bc904aac97b65f767028.json @@ -0,0 +1,374 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/assimp/contrib/zlib/libzlibstatic.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "INSTALL", + "ADD_DEFINITIONS", + "add_definitions", + "INCLUDE_DIRECTORIES", + "include_directories" + ], + "files" : + [ + "libs/assimp/contrib/zlib/CMakeLists.txt", + "libs/assimp/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 207, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 209, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 45, + "parent" : 3 + }, + { + "command" : 2, + "file" : 1, + "line" : 44, + "parent" : 3 + }, + { + "command" : 3, + "file" : 0, + "line" : 57, + "parent" : 0 + }, + { + "command" : 4, + "file" : 1, + "line" : 239, + "parent" : 3 + }, + { + "command" : 5, + "file" : 0, + "line" : 107, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fno-strict-aliasing -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "ASSIMP_BUILD_NO_M3D_EXPORTER" + }, + { + "backtrace" : 5, + "define" : "ASSIMP_BUILD_NO_M3D_IMPORTER" + }, + { + "backtrace" : 6, + "define" : "_LARGEFILE64_SOURCE=1" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/libs/assimp/include" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/libs/assimp/code" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/libs/assimp/." + }, + { + "backtrace" : 8, + "path" : "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 8, + "path" : "/home/brett/git/parksandrec" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14 + ] + } + ], + "id" : "zlibstatic::@142f1425b4d57e544353", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "zlibstatic", + "nameOnDisk" : "libzlibstatic.a", + "paths" : + { + "build" : "libs/assimp/contrib/zlib", + "source" : "libs/assimp/contrib/zlib" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/adler32.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/compress.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/crc32.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/deflate.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzclose.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzlib.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzwrite.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/inflate.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/infback.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/inftrees.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/inffast.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/trees.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/uncompr.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/zutil.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-minsizerel/libs/assimp/contrib/zlib/zconf.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/zlib.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/crc32.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/deflate.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/gzguts.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inffast.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inffixed.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inflate.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inftrees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/trees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/zutil.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-minsizerel/.cmake/api/v1/reply/toolchains-v1-c43cbce8f92a41f468b5.json b/cmake-build-minsizerel/.cmake/api/v1/reply/toolchains-v1-c43cbce8f92a41f468b5.json new file mode 100644 index 0000000..97a6646 --- /dev/null +++ b/cmake-build-minsizerel/.cmake/api/v1/reply/toolchains-v1-c43cbce8f92a41f468b5.json @@ -0,0 +1,103 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/cc", + "version" : "13.1.1" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/13.1.1", + "/usr/include/c++/13.1.1/x86_64-pc-linux-gnu", + "/usr/include/c++/13.1.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/c++", + "version" : "13.1.1" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-minsizerel/CMakeCache.txt b/cmake-build-minsizerel/CMakeCache.txt new file mode 100644 index 0000000..22fb085 --- /dev/null +++ b/cmake-build-minsizerel/CMakeCache.txt @@ -0,0 +1,1274 @@ +# This is the CMakeCache file. +# For build in directory: /home/brett/git/parksandrec/cmake-build-minsizerel +# 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 +######################## + +//Android JNI IOSystem support is active +ASSIMP_ANDROID_JNIIOSYSTEM:BOOL=OFF + +//Path for library output files +ASSIMP_ARCHIVE_OUTPUT_DIRECTORY:STRING=/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/lib + +//Enable AddressSanitizer. +ASSIMP_ASAN:BOOL=OFF + +//default value of all ASSIMP_BUILD_XXX_EXPORTER values +ASSIMP_BUILD_ALL_EXPORTERS_BY_DEFAULT:BOOL=ON + +//default value of all ASSIMP_BUILD_XXX_IMPORTER values +ASSIMP_BUILD_ALL_IMPORTERS_BY_DEFAULT:BOOL=ON + +//describe the current architecture. +ASSIMP_BUILD_ARCHITECTURE:STRING= + +//If the supplementary tools for Assimp are built in addition to +// the library. +ASSIMP_BUILD_ASSIMP_TOOLS:BOOL=OFF + +//describe the current compiler. +ASSIMP_BUILD_COMPILER:STRING= + +//Build documentation using Doxygen. +ASSIMP_BUILD_DOCS:BOOL=OFF + +//If the Draco libraries are to be built. Primarily for glTF +ASSIMP_BUILD_DRACO:BOOL=OFF + +//Build package as Mac OS X Framework bundle. +ASSIMP_BUILD_FRAMEWORK:BOOL=OFF + +//Build the C4D importer, which relies on the non-free Cineware +// SDK. +ASSIMP_BUILD_NONFREE_C4D_IMPORTER:BOOL=OFF + +//If the official samples are built as well (needs Glut). +ASSIMP_BUILD_SAMPLES:BOOL=OFF + +//If the test suite for Assimp is built in addition to the library. +ASSIMP_BUILD_TESTS:BOOL=ON + +//Build your own zlib +ASSIMP_BUILD_ZLIB:BOOL=ON + +//Enable this to measure test coverage. +ASSIMP_COVERALLS:BOOL=OFF + +//Set to ON to enable double precision processing +ASSIMP_DOUBLE_PRECISION:BOOL=OFF + +//adds the target headercheck which compiles every header file, +// default disabled because it adds many targets +ASSIMP_HEADERCHECK:BOOL=OFF + +//Enable Hunter package manager support +ASSIMP_HUNTER_ENABLED:BOOL=OFF + +//Don't call git to get the hash. +ASSIMP_IGNORE_GIT_HASH:BOOL=OFF + +//Inject debug postfix in .a/.so/.dll lib names +ASSIMP_INJECT_DEBUG_POSTFIX:BOOL=ON + +//Disable this if you want to use assimp as a submodule. +ASSIMP_INSTALL:BOOL=ON + +//Path for library output files +ASSIMP_LIBRARY_OUTPUT_DIRECTORY:STRING=/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/bin + +//Suffix to append to library names +ASSIMP_LIBRARY_SUFFIX:STRING= + +//Disable Assimp's export functionality. +ASSIMP_NO_EXPORT:BOOL=OFF + +//Set to ON to generate CPack configuration files and packaging +// targets +ASSIMP_OPT_BUILD_PACKAGES:BOOL=OFF + +//the package-specific version used for uploading the sources +ASSIMP_PACKAGE_VERSION:STRING=0 + +//Suppress rapidjson warning on MSVC (NOTE: breaks android build) +ASSIMP_RAPIDJSON_NO_MEMBER_ITERATOR:BOOL=ON + +//Path for runtime output files +ASSIMP_RUNTIME_OUTPUT_DIRECTORY:STRING=/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/bin + +//Enable Undefined Behavior sanitizer. +ASSIMP_UBSAN:BOOL=OFF + +//Treat all warnings as errors. +ASSIMP_WARNINGS_AS_ERRORS:BOOL=ON + +//Value Computed by CMake +Assimp_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp + +//Value Computed by CMake +Assimp_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Assimp_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/assimp + +//Value Computed by CMake +BLT_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT + +//Enable blt::logging +BLT_ENABLE_LOGGING:BOOL=ON + +//Value Computed by CMake +BLT_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +BLT_LIB_DEPENDS:STATIC=general;ZLIB::ZLIB; + +//Value Computed by CMake +BLT_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/BLT + +//Build the BLT NBT + eNBT extension +BUILD_NBT:BOOL=ON + +//Build the BLT profiler extension +BUILD_PROFILING:BOOL=ON + +//Build package with shared libraries. +BUILD_SHARED_LIBS:BOOL=OFF + +//Build the BLT standard utilities. +BUILD_STD:BOOL=ON + +//Build the BLT test set +BUILD_TESTS:BOOL=OFF + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=MinSizeRel + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Debug Postfix for lib, samples and tools +CMAKE_DEBUG_POSTFIX:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:UNINITIALIZED=/opt/clion/bin/ninja/linux/x64/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=parksnrec + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Doxygen documentation generation tool (https://www.doxygen.nl) +DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND + +//Enable the address sanitizer +ENABLE_ADDRSAN:BOOL=OFF + +//Enable the thread data race sanitizer +ENABLE_TSAN:BOOL=OFF + +//Enable the ub sanitizer +ENABLE_UBSAN:BOOL=OFF + +//Path to a file. +FREETYPE_INCLUDE_DIR_freetype2:PATH=/usr/include/freetype2 + +//Path to a file. +FREETYPE_INCLUDE_DIR_ft2build:PATH=/usr/include/freetype2 + +//Path to a library. +FREETYPE_LIBRARY_DEBUG:FILEPATH=FREETYPE_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +FREETYPE_LIBRARY_RELEASE:FILEPATH=/usr/lib/libfreetype.so + +//Path to a file. +Fontconfig_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +Fontconfig_LIBRARY:FILEPATH=/usr/lib/libfontconfig.so + +//Value Computed by CMake +GLFW_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8 + +//Build the GLFW documentation +GLFW_BUILD_DOCS:BOOL=ON + +//Build the GLFW example programs +GLFW_BUILD_EXAMPLES:BOOL=ON + +//Build the GLFW test programs +GLFW_BUILD_TESTS:BOOL=ON + +//Generate installation target +GLFW_INSTALL:BOOL=ON + +//Value Computed by CMake +GLFW_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +GLFW_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8 + +//Use OSMesa for offscreen context creation +GLFW_USE_OSMESA:BOOL=OFF + +//Use Wayland for window creation +GLFW_USE_WAYLAND:BOOL=OFF + +//Assume the Vulkan loader is linked with the application +GLFW_VULKAN_STATIC:BOOL=OFF + +//Path to a library. +MATH_LIBRARY:FILEPATH=/usr/lib/libm.so + +//Path to a file. +OPENGL_EGL_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_GLX_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +OPENGL_egl_LIBRARY:FILEPATH=/usr/lib/libEGL.so + +//Path to a library. +OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/libGLU.so + +//Path to a library. +OPENGL_glx_LIBRARY:FILEPATH=/usr/lib/libGLX.so + +//Path to a library. +OPENGL_opengl_LIBRARY:FILEPATH=/usr/lib/libOpenGL.so + +//Path to a file. +OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Path to a library. +RT_LIBRARY:FILEPATH=/usr/lib/librt.a + +//Path to a file. +X11_ICE_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_ICE_LIB:FILEPATH=/usr/lib/libICE.so + +//Path to a file. +X11_SM_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_SM_LIB:FILEPATH=/usr/lib/libSM.so + +//Path to a file. +X11_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_LIB:FILEPATH=/usr/lib/libX11.so + +//Path to a file. +X11_X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_xcb_LIB:FILEPATH=/usr/lib/libX11-xcb.so + +//Path to a file. +X11_XRes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_XRes_LIB:FILEPATH=/usr/lib/libXRes.so + +//Path to a file. +X11_XShm_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_XSync_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessrules_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xau_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xau_LIB:FILEPATH=/usr/lib/libXau.so + +//Path to a file. +X11_Xaw_INCLUDE_PATH:PATH=X11_Xaw_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xaw_LIB:FILEPATH=/usr/lib/libXaw.so + +//Path to a file. +X11_Xcomposite_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcomposite_LIB:FILEPATH=/usr/lib/libXcomposite.so + +//Path to a file. +X11_Xcursor_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcursor_LIB:FILEPATH=/usr/lib/libXcursor.so + +//Path to a file. +X11_Xdamage_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdamage_LIB:FILEPATH=/usr/lib/libXdamage.so + +//Path to a file. +X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdmcp_LIB:FILEPATH=/usr/lib/libXdmcp.so + +//Path to a file. +X11_Xext_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xext_LIB:FILEPATH=/usr/lib/libXext.so + +//Path to a file. +X11_Xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xfixes_LIB:FILEPATH=/usr/lib/libXfixes.so + +//Path to a file. +X11_Xft_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xft_LIB:FILEPATH=/usr/lib/libXft.so + +//Path to a file. +X11_Xi_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xi_LIB:FILEPATH=/usr/lib/libXi.so + +//Path to a file. +X11_Xinerama_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xinerama_LIB:FILEPATH=/usr/lib/libXinerama.so + +//Path to a file. +X11_Xkb_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xkblib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xlib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xmu_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xmu_LIB:FILEPATH=/usr/lib/libXmu.so + +//Path to a file. +X11_Xpm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xpm_LIB:FILEPATH=/usr/lib/libXpm.so + +//Path to a file. +X11_Xrandr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrandr_LIB:FILEPATH=/usr/lib/libXrandr.so + +//Path to a file. +X11_Xrender_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrender_LIB:FILEPATH=/usr/lib/libXrender.so + +//Path to a file. +X11_Xshape_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xss_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xss_LIB:FILEPATH=/usr/lib/libXss.so + +//Path to a file. +X11_Xt_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xt_LIB:FILEPATH=/usr/lib/libXt.so + +//Path to a file. +X11_Xtst_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xtst_LIB:FILEPATH=/usr/lib/libXtst.so + +//Path to a file. +X11_Xutil_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xv_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xv_LIB:FILEPATH=/usr/lib/libXv.so + +//Path to a file. +X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86vm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xxf86vm_LIB:FILEPATH=/usr/lib/libXxf86vm.so + +//Path to a file. +X11_dpms_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_LIB:FILEPATH=/usr/lib/libxcb.so + +//Path to a file. +X11_xcb_icccm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_icccm_LIB:FILEPATH=/usr/lib/libxcb-icccm.so + +//Path to a file. +X11_xcb_keysyms_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_keysyms_LIB:FILEPATH=/usr/lib/libxcb-keysyms.so + +//Path to a file. +X11_xcb_randr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_randr_LIB:FILEPATH=/usr/lib/libxcb-randr.so + +//Path to a file. +X11_xcb_util_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_util_LIB:FILEPATH=/usr/lib/libxcb-util.so + +//Path to a file. +X11_xcb_xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xfixes_LIB:FILEPATH=/usr/lib/libxcb-xfixes.so + +//Path to a library. +X11_xcb_xkb_LIB:FILEPATH=/usr/lib/libxcb-xkb.so + +//Path to a file. +X11_xcb_xtest_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xtest_LIB:FILEPATH=/usr/lib/libxcb-xtest.so + +//Path to a file. +X11_xkbcommon_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbcommon_LIB:FILEPATH=/usr/lib/libxkbcommon.so + +//Path to a file. +X11_xkbcommon_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbcommon_X11_LIB:FILEPATH=/usr/lib/libxkbcommon-x11.so + +//Path to a file. +X11_xkbfile_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbfile_LIB:FILEPATH=/usr/lib/libxkbfile.so + +//Path to a file. +ZLIB_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/libz.so + +//Dependencies for the target +assimp_LIB_DEPENDS:STATIC=general;zlibstatic;general;rt; + +//Value Computed by CMake +parksnrec_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-minsizerel + +//Value Computed by CMake +parksnrec_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +parksnrec_SOURCE_DIR:STATIC=/home/brett/git/parksandrec + +//Path to a library. +pkgcfg_lib_PKG_FONTCONFIG_fontconfig:FILEPATH=/usr/lib/libfontconfig.so + +//Path to a library. +pkgcfg_lib_PKG_FONTCONFIG_freetype:FILEPATH=/usr/lib/libfreetype.so + +//Value Computed by CMake +zlib_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib + +//Value Computed by CMake +zlib_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +zlib_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/assimp/contrib/zlib + + +######################## +# INTERNAL cache entries +######################## + +//Enable building amd64 assembly implementation +AMD64:INTERNAL=FALSE +//Enable building i686 assembly implementation +ASM686:INTERNAL=FALSE +//ADVANCED property for variable: ASSIMP_BUILD_ARCHITECTURE +ASSIMP_BUILD_ARCHITECTURE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ASSIMP_BUILD_COMPILER +ASSIMP_BUILD_COMPILER-ADVANCED:INTERNAL=1 +//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/brett/git/parksandrec/cmake-build-minsizerel +//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=26 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=4 +//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 +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Have function connect +CMAKE_HAVE_CONNECT:INTERNAL=1 +//Have function gethostbyname +CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Have function remove +CMAKE_HAVE_REMOVE:INTERNAL=1 +//Have function shmat +CMAKE_HAVE_SHMAT:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/brett/git/parksandrec +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//Have library ICE +CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//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=9 +//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 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_EXECUTABLE +DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 +//Details about finding OpenGL +FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/libOpenGL.so][/usr/lib/libGLX.so][/usr/include][c ][v()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Details about finding X11 +FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/libX11.so][c ][v()] +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2 +FREETYPE_INCLUDE_DIR_freetype2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_ft2build +FREETYPE_INCLUDE_DIR_ft2build-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_LIBRARY_DEBUG +FREETYPE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_LIBRARY_RELEASE +FREETYPE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Fontconfig_INCLUDE_DIR +Fontconfig_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Fontconfig_LIBRARY +Fontconfig_LIBRARY-ADVANCED:INTERNAL=1 +//Have function fseeko +HAVE_FSEEKO:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_OFF64_T:INTERNAL=TRUE +//Have include stddef.h +HAVE_STDDEF_H:INTERNAL=1 +//Have include stdint.h +HAVE_STDINT_H:INTERNAL=1 +//Have include sys/types.h +HAVE_SYS_TYPES_H:INTERNAL=1 +//ADVANCED property for variable: MATH_LIBRARY +MATH_LIBRARY-ADVANCED:INTERNAL=1 +//CHECK_TYPE_SIZE: sizeof(off64_t) +OFF64_T:INTERNAL=8 +//ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR +OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR +OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_INCLUDE_DIR +OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_egl_LIBRARY +OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glu_LIBRARY +OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glx_LIBRARY +OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_opengl_LIBRARY +OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR +OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +PKG_FONTCONFIG_CFLAGS:INTERNAL=-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread +PKG_FONTCONFIG_CFLAGS_I:INTERNAL= +PKG_FONTCONFIG_CFLAGS_OTHER:INTERNAL=-pthread +PKG_FONTCONFIG_FOUND:INTERNAL=1 +PKG_FONTCONFIG_INCLUDEDIR:INTERNAL=/usr/include +PKG_FONTCONFIG_INCLUDE_DIRS:INTERNAL=/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4 +PKG_FONTCONFIG_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-lfreetype +PKG_FONTCONFIG_LDFLAGS_OTHER:INTERNAL= +PKG_FONTCONFIG_LIBDIR:INTERNAL=/usr/lib +PKG_FONTCONFIG_LIBRARIES:INTERNAL=fontconfig;freetype +PKG_FONTCONFIG_LIBRARY_DIRS:INTERNAL=/usr/lib +PKG_FONTCONFIG_LIBS:INTERNAL= +PKG_FONTCONFIG_LIBS_L:INTERNAL= +PKG_FONTCONFIG_LIBS_OTHER:INTERNAL= +PKG_FONTCONFIG_LIBS_PATHS:INTERNAL= +PKG_FONTCONFIG_MODULE_NAME:INTERNAL=fontconfig +PKG_FONTCONFIG_PREFIX:INTERNAL=/usr +PKG_FONTCONFIG_STATIC_CFLAGS:INTERNAL=-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread +PKG_FONTCONFIG_STATIC_CFLAGS_I:INTERNAL= +PKG_FONTCONFIG_STATIC_CFLAGS_OTHER:INTERNAL=-pthread +PKG_FONTCONFIG_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4 +PKG_FONTCONFIG_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-pthread;-lfreetype;-lbz2;-L/usr/lib;-L/usr/lib;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib;-L/usr/lib;-lz;-lharfbuzz;-pthread;-lm;-L/usr/lib;-lglib-2.0;-lm;-pthread;-L/usr/lib;-lsysprof-capture-4;-pthread;-lpcre2-8;-lgraphite2;-lbrotlidec;-L/usr/lib;-lbrotlicommon;-L/usr/lib;-lexpat;-lm +PKG_FONTCONFIG_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-pthread;-pthread +PKG_FONTCONFIG_STATIC_LIBDIR:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBRARIES:INTERNAL=fontconfig;freetype;bz2;z;png16;m;z;m;z;harfbuzz;m;glib-2.0;m;sysprof-capture-4;pcre2-8;graphite2;brotlidec;brotlicommon;expat;m +PKG_FONTCONFIG_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib +PKG_FONTCONFIG_STATIC_LIBS:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_L:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_OTHER:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_PATHS:INTERNAL= +PKG_FONTCONFIG_VERSION:INTERNAL=2.14.2 +PKG_FONTCONFIG_fontconfig_INCLUDEDIR:INTERNAL= +PKG_FONTCONFIG_fontconfig_LIBDIR:INTERNAL= +PKG_FONTCONFIG_fontconfig_PREFIX:INTERNAL= +PKG_FONTCONFIG_fontconfig_VERSION:INTERNAL= +//ADVANCED property for variable: RT_LIBRARY +RT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_INCLUDE_PATH +X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_LIB +X11_ICE_LIB-ADVANCED:INTERNAL=1 +//Have library /usr/lib/libX11.so;/usr/lib/libXext.so +X11_LIB_X11_SOLO:INTERNAL=1 +//ADVANCED property for variable: X11_SM_INCLUDE_PATH +X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_SM_LIB +X11_SM_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_INCLUDE_PATH +X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_LIB +X11_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH +X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_LIB +X11_X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_INCLUDE_PATH +X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_LIB +X11_XRes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XShm_INCLUDE_PATH +X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XSync_INCLUDE_PATH +X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH +X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH +X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_INCLUDE_PATH +X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_LIB +X11_Xau_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH +X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_LIB +X11_Xaw_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH +X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_LIB +X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH +X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_LIB +X11_Xcursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH +X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_LIB +X11_Xdamage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH +X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_LIB +X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_INCLUDE_PATH +X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_LIB +X11_Xext_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH +X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_LIB +X11_Xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_INCLUDE_PATH +X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_LIB +X11_Xft_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_INCLUDE_PATH +X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_LIB +X11_Xi_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH +X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_LIB +X11_Xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH +X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH +X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH +X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH +X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_LIB +X11_Xmu_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH +X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_LIB +X11_Xpm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH +X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_LIB +X11_Xrandr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH +X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_LIB +X11_Xrender_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH +X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_INCLUDE_PATH +X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_LIB +X11_Xss_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_INCLUDE_PATH +X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_LIB +X11_Xt_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH +X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_LIB +X11_Xtst_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH +X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_INCLUDE_PATH +X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_LIB +X11_Xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH +X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_LIB +X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH +X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_LIB +X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_dpms_INCLUDE_PATH +X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_INCLUDE_PATH +X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_LIB +X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH +X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_LIB +X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH +X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_LIB +X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH +X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_LIB +X11_xcb_randr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH +X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_LIB +X11_xcb_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH +X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_LIB +X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xkb_LIB +X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH +X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_LIB +X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH +X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_LIB +X11_xkbcommon_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH +X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_LIB +X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH +X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_LIB +X11_xkbfile_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_INCLUDE_DIR +ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG +ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE +ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//Have include unistd.h +Z_HAVE_UNISTD_H:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +__pkg_config_arguments_PKG_FONTCONFIG:INTERNAL=QUIET;fontconfig +__pkg_config_checked_PKG_FONTCONFIG:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_fontconfig +pkgcfg_lib_PKG_FONTCONFIG_fontconfig-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_freetype +pkgcfg_lib_PKG_FONTCONFIG_freetype-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib + diff --git a/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeCCompiler.cmake b/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeCCompiler.cmake new file mode 100644 index 0000000..a4af651 --- /dev/null +++ b/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.1.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake b/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..ab862d4 --- /dev/null +++ b/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.1.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/13.1.1;/usr/include/c++/13.1.1/x86_64-pc-linux-gnu;/usr/include/c++/13.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin b/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..3aceb31 Binary files /dev/null and b/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin differ diff --git a/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..15d1fcd Binary files /dev/null and b/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeSystem.cmake b/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeSystem.cmake new file mode 100644 index 0000000..f814773 --- /dev/null +++ b/cmake-build-minsizerel/CMakeFiles/3.26.4/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.3.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.3.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.3.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.3.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c b/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..88155ff --- /dev/null +++ b/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,866 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdC/a.out b/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdC/a.out new file mode 100755 index 0000000..0b9b7c6 Binary files /dev/null and b/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdC/a.out differ diff --git a/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..746b167 --- /dev/null +++ b/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,855 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdCXX/a.out b/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdCXX/a.out new file mode 100755 index 0000000..52d54a5 Binary files /dev/null and b/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdCXX/a.out differ diff --git a/cmake-build-minsizerel/CMakeFiles/CMakeConfigureLog.yaml b/cmake-build-minsizerel/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..fc990f9 --- /dev/null +++ b/cmake-build-minsizerel/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,800 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:204 (message)" + - "CMakeLists.txt:2 (project)" + message: | + The system is: Linux - 6.3.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/c++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/3.26.4/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-VnuzOz" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-VnuzOz" + cmakeVariables: + CMAKE_C_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-VnuzOz + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_3be8c && [1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3be8c.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3be8c.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cck8MaF8.s + GNU C17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu) + compiled by GNU C version 13.1.1 20230429, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version isl-0.26-GMP + + warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9. + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: f7ab8f6abad0db9962575524ae915978 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3be8c.dir/' + as -v --64 -o CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o /tmp/cck8MaF8.s + GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.' + [2/2] : && /usr/bin/cc -v -rdynamic CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o -o cmTC_3be8c && : + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_3be8c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3be8c.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjAtxM6.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3be8c /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_3be8c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3be8c.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:152 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-VnuzOz] + ignore line: [] + ignore line: [Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_3be8c && [1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3be8c.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3be8c.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cck8MaF8.s] + ignore line: [GNU C17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.1.1 20230429 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: f7ab8f6abad0db9962575524ae915978] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3be8c.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o /tmp/cck8MaF8.s] + ignore line: [GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /usr/bin/cc -v -rdynamic CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o -o cmTC_3be8c && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_3be8c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3be8c.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjAtxM6.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3be8c /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccjAtxM6.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_3be8c] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] + arg [CMakeFiles/cmTC_3be8c.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-lKURCi" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-lKURCi" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-lKURCi + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_bf294 && [1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bf294.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_bf294.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccMOKOgG.s + GNU C++17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu) + compiled by GNU C version 13.1.1 20230429, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version isl-0.26-GMP + + warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9. + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: e149eaca55f4ee2a0171ba2b54b0dc8d + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bf294.dir/' + as -v --64 -o CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccMOKOgG.s + GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_bf294 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_bf294' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bf294.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccnuIUHf.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_bf294 /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_bf294' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bf294.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] ==> [/usr/include/c++/13.1.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/13.1.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] ==> [/usr/include/c++/13.1.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/13.1.1;/usr/include/c++/13.1.1/x86_64-pc-linux-gnu;/usr/include/c++/13.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:152 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-lKURCi] + ignore line: [] + ignore line: [Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_bf294 && [1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bf294.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_bf294.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccMOKOgG.s] + ignore line: [GNU C++17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.1.1 20230429 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: e149eaca55f4ee2a0171ba2b54b0dc8d] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bf294.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccMOKOgG.s] + ignore line: [GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_bf294 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_bf294' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bf294.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccnuIUHf.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_bf294 /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccnuIUHf.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_bf294] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] + arg [CMakeFiles/cmTC_bf294.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:76 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)" + - "/usr/share/cmake/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:62 (find_package)" + checks: + - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-lU1b9t" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-lU1b9t" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-lU1b9t + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_fd084 && [1/2] /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -fdiagnostics-color=always -o CMakeFiles/cmTC_fd084.dir/src.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-lU1b9t/src.c + [2/2] : && /usr/bin/cc CMakeFiles/cmTC_fd084.dir/src.c.o -o cmTC_fd084 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:71 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:498 (check_library_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-8KGc0a" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-8KGc0a" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "X11_LIB_X11_SOLO" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-8KGc0a + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_2a675 && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -fdiagnostics-color=always -o CMakeFiles/cmTC_2a675.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-8KGc0a/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTC_2a675.dir/CheckFunctionExists.c.o -o cmTC_2a675 /usr/lib/libX11.so /usr/lib/libXext.so && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:513 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for gethostbyname" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-laF3cB" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-laF3cB" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_GETHOSTBYNAME" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-laF3cB + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_a176d && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname -fdiagnostics-color=always -o CMakeFiles/cmTC_a176d.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-laF3cB/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTC_a176d.dir/CheckFunctionExists.c.o -o cmTC_a176d && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:527 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for connect" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-jnOjfW" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-jnOjfW" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_CONNECT" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-jnOjfW + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_3cfaa && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -fdiagnostics-color=always -o CMakeFiles/cmTC_3cfaa.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-jnOjfW/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_3cfaa.dir/CheckFunctionExists.c.o -o cmTC_3cfaa && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:536 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for remove" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-WM81fV" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-WM81fV" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_REMOVE" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-WM81fV + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_7d9f0 && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove -fdiagnostics-color=always -o CMakeFiles/cmTC_7d9f0.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-WM81fV/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTC_7d9f0.dir/CheckFunctionExists.c.o -o cmTC_7d9f0 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:545 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for shmat" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-6K7mPL" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-6K7mPL" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_SHMAT" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-6K7mPL + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_6d605 && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat -fdiagnostics-color=always -o CMakeFiles/cmTC_6d605.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-6K7mPL/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTC_6d605.dir/CheckFunctionExists.c.o -o cmTC_6d605 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:71 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:555 (check_library_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for IceConnectionNumber in ICE" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-4FKYKs" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-4FKYKs" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-4FKYKs + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_18063 && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -fdiagnostics-color=always -o CMakeFiles/cmTC_18063.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-4FKYKs/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber CMakeFiles/cmTC_18063.dir/CheckFunctionExists.c.o -o cmTC_18063 -lICE && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:35 (check_include_file)" + checks: + - "Looking for sys/types.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-Wy85Rd" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-Wy85Rd" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_TYPES_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-Wy85Rd + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_54999 && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_54999.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-Wy85Rd/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_54999.dir/CheckIncludeFile.c.o -o cmTC_54999 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:36 (check_include_file)" + checks: + - "Looking for stdint.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-Qo7aW1" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-Qo7aW1" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STDINT_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-Qo7aW1 + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_bfaf3 && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_bfaf3.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-Qo7aW1/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_bfaf3.dir/CheckIncludeFile.c.o -o cmTC_bfaf3 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:37 (check_include_file)" + checks: + - "Looking for stddef.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-CBQM61" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-CBQM61" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STDDEF_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-CBQM61 + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_f6bbf && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_f6bbf.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-CBQM61/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_f6bbf.dir/CheckIncludeFile.c.o -o cmTC_f6bbf && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:148 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:273 (__check_type_size_impl)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:55 (check_type_size)" + checks: + - "Check size of off64_t" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-0kadun" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-0kadun" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_OFF64_T" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-0kadun + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_c11c8 && [1/2] /usr/bin/cc -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H -D_LARGEFILE64_SOURCE=1 -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_c11c8.dir/OFF64_T.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-0kadun/OFF64_T.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_c11c8.dir/OFF64_T.c.o -o cmTC_c11c8 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:64 (check_function_exists)" + checks: + - "Looking for fseeko" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-mQ04ak" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-mQ04ak" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FSEEKO" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-mQ04ak + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_36ee7 && [1/2] /usr/bin/cc -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fseeko -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_36ee7.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-mQ04ak/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fseeko CMakeFiles/cmTC_36ee7.dir/CheckFunctionExists.c.o -o cmTC_36ee7 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:72 (check_include_file)" + checks: + - "Looking for unistd.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-DK03ED" + binary: "/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-DK03ED" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "Z_HAVE_UNISTD_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-DK03ED + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_912b0 && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_912b0.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/CMakeScratch/TryCompile-DK03ED/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_912b0.dir/CheckIncludeFile.c.o -o cmTC_912b0 && : + + exitCode: 0 +... diff --git a/cmake-build-minsizerel/CMakeFiles/CheckTypeSize/OFF64_T.bin b/cmake-build-minsizerel/CMakeFiles/CheckTypeSize/OFF64_T.bin new file mode 100755 index 0000000..bef5eef Binary files /dev/null and b/cmake-build-minsizerel/CMakeFiles/CheckTypeSize/OFF64_T.bin differ diff --git a/cmake-build-minsizerel/CMakeFiles/TargetDirectories.txt b/cmake-build-minsizerel/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..6c1e7da --- /dev/null +++ b/cmake-build-minsizerel/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,90 @@ +/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/parksnrec.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/CMakeFiles/BLT.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/uninstall.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/CMakeFiles/assimp.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/CMakeFiles/install/strip.dir diff --git a/cmake-build-minsizerel/CMakeFiles/clion-MinSizeRel-log.txt b/cmake-build-minsizerel/CMakeFiles/clion-MinSizeRel-log.txt new file mode 100644 index 0000000..8c2a7f1 --- /dev/null +++ b/cmake-build-minsizerel/CMakeFiles/clion-MinSizeRel-log.txt @@ -0,0 +1,17 @@ +/usr/bin/cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_MAKE_PROGRAM=/opt/clion/bin/ninja/linux/x64/ninja -G Ninja -S /home/brett/git/parksandrec -B /home/brett/git/parksandrec/cmake-build-minsizerel +Standard Files /home/brett/git/parksandrec/libs/BLT/src/blt/std/filesystem.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/format.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/loader.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/logging.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/system.cpp +Profiler Files /home/brett/git/parksandrec/libs/BLT/src/blt/profiling/profiler.cpp +Source: /home/brett/git/parksandrec +Current Source: /home/brett/git/parksandrec/libs/BLT +BLT 0.0.1 Successfully included! +-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) +-- Using X11 for window creation +-- Shared libraries disabled +-- compiling zlib from sources +-- Enabled importer formats: AMF 3DS AC ASE ASSBIN B3D BVH COLLADA DXF CSM HMP IRRMESH IQM IRR LWO LWS M3D MD2 MD3 MD5 MDC MDL NFF NDO OFF OBJ OGRE OPENGEX PLY MS3D COB BLEND IFC XGL FBX Q3D Q3BSP RAW SIB SMD STL TERRAGEN 3D X X3D GLTF 3MF MMD +-- Disabled importer formats: +-- Enabled exporter formats: OBJ OPENGEX PLY 3DS ASSBIN ASSXML M3D COLLADA FBX STL X X3D GLTF 3MF PBRT ASSJSON STEP +-- Disabled exporter formats: +-- Configuring done (0.1s) +-- Generating done (0.0s) +-- Build files have been written to: /home/brett/git/parksandrec/cmake-build-minsizerel diff --git a/cmake-build-minsizerel/CMakeFiles/clion-environment.txt b/cmake-build-minsizerel/CMakeFiles/clion-environment.txt new file mode 100644 index 0000000..d909848 --- /dev/null +++ b/cmake-build-minsizerel/CMakeFiles/clion-environment.txt @@ -0,0 +1,3 @@ +ToolSet: 1.0 (local)Options: + +Options:-DCMAKE_MAKE_PROGRAM=/opt/clion/bin/ninja/linux/x64/ninja \ No newline at end of file diff --git a/cmake-build-minsizerel/CMakeFiles/cmake.check_cache b/cmake-build-minsizerel/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/cmake-build-minsizerel/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/cmake-build-minsizerel/CMakeFiles/rules.ninja b/cmake-build-minsizerel/CMakeFiles/rules.ninja new file mode 100644 index 0000000..b280f91 --- /dev/null +++ b/cmake-build-minsizerel/CMakeFiles/rules.ninja @@ -0,0 +1,701 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.26 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: parksnrec +# Configurations: MinSizeRel +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__parksnrec_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__parksnrec_MinSizeRel + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__BLT_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__BLT_MinSizeRel + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfw_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__glfw_MinSizeRel + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__boing_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__boing_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__gears_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__gears_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__heightmap_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__heightmap_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__offscreen_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__offscreen_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__particles_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__particles_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__sharing_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__sharing_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__simple_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__simple_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__splitview_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__splitview_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__wave_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__wave_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__clipboard_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__clipboard_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__events_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__events_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__msaa_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__msaa_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfwinfo_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__glfwinfo_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__iconify_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__iconify_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__monitors_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__monitors_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__reopen_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__reopen_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__cursor_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__cursor_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__empty_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__empty_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__gamma_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__gamma_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__icon_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__icon_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__inputlag_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__inputlag_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__joysticks_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__joysticks_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__opacity_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__opacity_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__tearing_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__tearing_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__threads_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__threads_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__timeout_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__timeout_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__title_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__title_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__triangle-vulkan_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__triangle-vulkan_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__windows_unscanned_MinSizeRel + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__windows_MinSizeRel + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__zlibstatic_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__zlibstatic_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__assimp_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__assimp_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__assimp_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /opt/clion/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /opt/clion/bin/ninja/linux/x64/ninja -t targets + description = All primary targets available: + diff --git a/cmake-build-minsizerel/build.ninja b/cmake-build-minsizerel/build.ninja new file mode 100644 index 0000000..86ae914 --- /dev/null +++ b/cmake-build-minsizerel/build.ninja @@ -0,0 +1,4532 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.26 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: parksnrec +# Configurations: MinSizeRel +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = MinSizeRel +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/brett/git/parksandrec/cmake-build-minsizerel/ +# ============================================================================= +# Object build statements for EXECUTABLE target parksnrec + + +############################################# +# Order-only phony target for parksnrec + +build cmake_object_order_depends_target_parksnrec: phony || cmake_object_order_depends_target_BLT cmake_object_order_depends_target_assimp cmake_object_order_depends_target_glfw cmake_object_order_depends_target_zlibstatic + +build CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/imgui/imgui.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/imgui/imgui_demo.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/imgui/imgui_draw.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/imgui/imgui_impl_glfw.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/imgui/imgui_impl_opengl3.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/imgui/imgui_tables.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/imgui/imgui_widgets.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/parks/app.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/parks/app.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/app.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks + +build CMakeFiles/parksnrec.dir/src/parks/main.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/parks/main.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/main.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks + +build CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/parks/renderer/OpenGL.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/parks/renderer/engine.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/parks/renderer/player.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/parks/renderer/resources.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/window.cpp.o: CXX_COMPILER__parksnrec_unscanned_MinSizeRel /home/brett/git/parksandrec/src/parks/window.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/window.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks + + +# ============================================================================= +# Link build statements for EXECUTABLE target parksnrec + + +############################################# +# Link the executable parksnrec + +build parksnrec: CXX_EXECUTABLE_LINKER__parksnrec_MinSizeRel CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o CMakeFiles/parksnrec.dir/src/parks/app.cpp.o CMakeFiles/parksnrec.dir/src/parks/main.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o CMakeFiles/parksnrec.dir/src/parks/window.cpp.o | libs/glfw/glfw-3.3.8/src/libglfw3.a libs/BLT/libBLT.a libs/assimp/lib/libassimp.a /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a || libs/BLT/libBLT.a libs/assimp/contrib/zlib/libzlibstatic.a libs/assimp/lib/libassimp.a libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_FLAGS = -rdynamic + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a libs/BLT/libBLT.a -lOpenGL libs/assimp/lib/libassimp.a -Wl,-Bstatic -lrt -Wl,-Bdynamic -lm -ldl -lX11 /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a -lrt + OBJECT_DIR = CMakeFiles/parksnrec.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = parksnrec + TARGET_PDB = parksnrec.dbg + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target BLT + + +############################################# +# Order-only phony target for BLT + +build cmake_object_order_depends_target_BLT: phony || libs/BLT/CMakeFiles/BLT.dir + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o: CXX_COMPILER__BLT_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/BLT/src/blt/std/filesystem.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: CXX_COMPILER__BLT_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/BLT/src/blt/std/format.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o: CXX_COMPILER__BLT_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/BLT/src/blt/std/loader.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: CXX_COMPILER__BLT_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/BLT/src/blt/std/logging.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: CXX_COMPILER__BLT_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/BLT/src/blt/std/system.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: CXX_COMPILER__BLT_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/BLT/src/blt/profiling/profiler.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o: CXX_COMPILER__BLT_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/BLT/src/blt/nbt/nbt.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o: CXX_COMPILER__BLT_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/BLT/src/blt/nbt/nbt_block.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o.d + FLAGS = -Os -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target BLT + + +############################################# +# Link the static library libs/BLT/libBLT.a + +build libs/BLT/libBLT.a: CXX_STATIC_LIBRARY_LINKER__BLT_MinSizeRel libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o + LANGUAGE_COMPILE_FLAGS = -Os -DNDEBUG + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/BLT/libBLT.a + TARGET_PDB = BLT.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/BLT/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/BLT/edit_cache: phony libs/BLT/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/BLT/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/BLT/rebuild_cache: phony libs/BLT/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/BLT/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/BLT/CMakeFiles/install.util: CUSTOM_COMMAND libs/BLT/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/BLT/install: phony libs/BLT/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/BLT/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/BLT/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/BLT/install/local: phony libs/BLT/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/BLT/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/BLT/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/BLT/install/strip: phony libs/BLT/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for uninstall + +build libs/glfw/glfw-3.3.8/uninstall: phony libs/glfw/glfw-3.3.8/CMakeFiles/uninstall + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8 && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/edit_cache: phony libs/glfw/glfw-3.3.8/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8 && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/rebuild_cache: phony libs/glfw/glfw-3.3.8/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/install: phony libs/glfw/glfw-3.3.8/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/install/local: phony libs/glfw/glfw-3.3.8/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/install/strip: phony libs/glfw/glfw-3.3.8/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libs/glfw/glfw-3.3.8/CMakeFiles/uninstall + +build libs/glfw/glfw-3.3.8/CMakeFiles/uninstall | ${cmake_ninja_workdir}libs/glfw/glfw-3.3.8/CMakeFiles/uninstall: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -P /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for update_mappings + +build libs/glfw/glfw-3.3.8/src/update_mappings: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target glfw + + +############################################# +# Order-only phony target for glfw + +build cmake_object_order_depends_target_glfw: phony || libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/input.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/vulkan.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/x11_init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/x11_monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/x11_window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/xkb_unicode.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/posix_time.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/posix_thread.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glx_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/egl_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/osmesa_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o: C_COMPILER__glfw_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/linux_joystick.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target glfw + + +############################################# +# Link the static library libs/glfw/glfw-3.3.8/src/libglfw3.a + +build libs/glfw/glfw-3.3.8/src/libglfw3.a: C_STATIC_LIBRARY_LINKER__glfw_MinSizeRel libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o + LANGUAGE_COMPILE_FLAGS = -Os -DNDEBUG + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/src/libglfw3.a + TARGET_PDB = glfw3.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/edit_cache: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/rebuild_cache: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/src/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/src/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/install: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/src/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/install/local: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/src/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/install/strip: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings | ${cmake_ninja_workdir}libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -P /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/GenerateMappings.cmake mappings.h.in mappings.h + DESC = Updating gamepad mappings from upstream repository + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for EXECUTABLE target boing + + +############################################# +# Order-only phony target for boing + +build cmake_object_order_depends_target_boing: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/boing.c.o: C_COMPILER__boing_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/boing.c || cmake_object_order_depends_target_boing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/boing.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o: C_COMPILER__boing_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_boing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target boing + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/boing + +build libs/glfw/glfw-3.3.8/examples/boing: C_EXECUTABLE_LINKER__boing_MinSizeRel libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/boing.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/boing + TARGET_PDB = boing.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target gears + + +############################################# +# Order-only phony target for gears + +build cmake_object_order_depends_target_gears: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/gears.c.o: C_COMPILER__gears_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/gears.c || cmake_object_order_depends_target_gears + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/gears.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o: C_COMPILER__gears_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_gears + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target gears + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/gears + +build libs/glfw/glfw-3.3.8/examples/gears: C_EXECUTABLE_LINKER__gears_MinSizeRel libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/gears.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/gears + TARGET_PDB = gears.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target heightmap + + +############################################# +# Order-only phony target for heightmap + +build cmake_object_order_depends_target_heightmap: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/heightmap.c.o: C_COMPILER__heightmap_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/heightmap.c || cmake_object_order_depends_target_heightmap + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/heightmap.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o: C_COMPILER__heightmap_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_heightmap + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target heightmap + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/heightmap + +build libs/glfw/glfw-3.3.8/examples/heightmap: C_EXECUTABLE_LINKER__heightmap_MinSizeRel libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/heightmap.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/heightmap + TARGET_PDB = heightmap.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target offscreen + + +############################################# +# Order-only phony target for offscreen + +build cmake_object_order_depends_target_offscreen: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/offscreen.c.o: C_COMPILER__offscreen_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/offscreen.c || cmake_object_order_depends_target_offscreen + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/offscreen.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o: C_COMPILER__offscreen_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_offscreen + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target offscreen + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/offscreen + +build libs/glfw/glfw-3.3.8/examples/offscreen: C_EXECUTABLE_LINKER__offscreen_MinSizeRel libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/offscreen.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/offscreen + TARGET_PDB = offscreen.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target particles + + +############################################# +# Order-only phony target for particles + +build cmake_object_order_depends_target_particles: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/particles.c.o: C_COMPILER__particles_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/particles.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/particles.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o: C_COMPILER__particles_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/tinycthread.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o: C_COMPILER__particles_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o: C_COMPILER__particles_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target particles + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/particles + +build libs/glfw/glfw-3.3.8/examples/particles: C_EXECUTABLE_LINKER__particles_MinSizeRel libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/particles.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/particles + TARGET_PDB = particles.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target sharing + + +############################################# +# Order-only phony target for sharing + +build cmake_object_order_depends_target_sharing: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/sharing.c.o: C_COMPILER__sharing_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/sharing.c || cmake_object_order_depends_target_sharing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/sharing.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o: C_COMPILER__sharing_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_sharing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target sharing + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/sharing + +build libs/glfw/glfw-3.3.8/examples/sharing: C_EXECUTABLE_LINKER__sharing_MinSizeRel libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/sharing.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/sharing + TARGET_PDB = sharing.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target simple + + +############################################# +# Order-only phony target for simple + +build cmake_object_order_depends_target_simple: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/simple.c.o: C_COMPILER__simple_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/simple.c || cmake_object_order_depends_target_simple + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/simple.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o: C_COMPILER__simple_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_simple + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target simple + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/simple + +build libs/glfw/glfw-3.3.8/examples/simple: C_EXECUTABLE_LINKER__simple_MinSizeRel libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/simple.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/simple + TARGET_PDB = simple.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target splitview + + +############################################# +# Order-only phony target for splitview + +build cmake_object_order_depends_target_splitview: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/splitview.c.o: C_COMPILER__splitview_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/splitview.c || cmake_object_order_depends_target_splitview + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/splitview.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o: C_COMPILER__splitview_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_splitview + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target splitview + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/splitview + +build libs/glfw/glfw-3.3.8/examples/splitview: C_EXECUTABLE_LINKER__splitview_MinSizeRel libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/splitview.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/splitview + TARGET_PDB = splitview.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target wave + + +############################################# +# Order-only phony target for wave + +build cmake_object_order_depends_target_wave: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/wave.c.o: C_COMPILER__wave_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/wave.c || cmake_object_order_depends_target_wave + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/wave.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o: C_COMPILER__wave_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_wave + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target wave + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/wave + +build libs/glfw/glfw-3.3.8/examples/wave: C_EXECUTABLE_LINKER__wave_MinSizeRel libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/wave.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/wave + TARGET_PDB = wave.dbg + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/edit_cache: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/rebuild_cache: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/examples/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/examples/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/install: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/examples/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/install/local: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/examples/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/install/strip: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for EXECUTABLE target clipboard + + +############################################# +# Order-only phony target for clipboard + +build cmake_object_order_depends_target_clipboard: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/clipboard.c.o: C_COMPILER__clipboard_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/clipboard.c || cmake_object_order_depends_target_clipboard + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/clipboard.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o: C_COMPILER__clipboard_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_clipboard + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o: C_COMPILER__clipboard_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_clipboard + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target clipboard + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/clipboard + +build libs/glfw/glfw-3.3.8/tests/clipboard: C_EXECUTABLE_LINKER__clipboard_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/clipboard.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/clipboard + TARGET_PDB = clipboard.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target events + + +############################################# +# Order-only phony target for events + +build cmake_object_order_depends_target_events: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/events.c.o: C_COMPILER__events_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/events.c || cmake_object_order_depends_target_events + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/events.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/getopt.c.o: C_COMPILER__events_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_events + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/getopt.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o: C_COMPILER__events_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_events + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target events + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/events + +build libs/glfw/glfw-3.3.8/tests/events: C_EXECUTABLE_LINKER__events_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/events.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/events + TARGET_PDB = events.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target msaa + + +############################################# +# Order-only phony target for msaa + +build cmake_object_order_depends_target_msaa: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/msaa.c.o: C_COMPILER__msaa_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/msaa.c || cmake_object_order_depends_target_msaa + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/msaa.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o: C_COMPILER__msaa_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_msaa + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o: C_COMPILER__msaa_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_msaa + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target msaa + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/msaa + +build libs/glfw/glfw-3.3.8/tests/msaa: C_EXECUTABLE_LINKER__msaa_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/msaa.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/msaa + TARGET_PDB = msaa.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target glfwinfo + + +############################################# +# Order-only phony target for glfwinfo + +build cmake_object_order_depends_target_glfwinfo: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o: C_COMPILER__glfwinfo_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/glfwinfo.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o: C_COMPILER__glfwinfo_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o: C_COMPILER__glfwinfo_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o: C_COMPILER__glfwinfo_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_vulkan.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target glfwinfo + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/glfwinfo + +build libs/glfw/glfw-3.3.8/tests/glfwinfo: C_EXECUTABLE_LINKER__glfwinfo_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/glfwinfo + TARGET_PDB = glfwinfo.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target iconify + + +############################################# +# Order-only phony target for iconify + +build cmake_object_order_depends_target_iconify: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/iconify.c.o: C_COMPILER__iconify_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/iconify.c || cmake_object_order_depends_target_iconify + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/iconify.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o: C_COMPILER__iconify_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_iconify + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o: C_COMPILER__iconify_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_iconify + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target iconify + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/iconify + +build libs/glfw/glfw-3.3.8/tests/iconify: C_EXECUTABLE_LINKER__iconify_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/iconify.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/iconify + TARGET_PDB = iconify.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target monitors + + +############################################# +# Order-only phony target for monitors + +build cmake_object_order_depends_target_monitors: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/monitors.c.o: C_COMPILER__monitors_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/monitors.c || cmake_object_order_depends_target_monitors + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/monitors.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o: C_COMPILER__monitors_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_monitors + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o: C_COMPILER__monitors_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_monitors + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target monitors + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/monitors + +build libs/glfw/glfw-3.3.8/tests/monitors: C_EXECUTABLE_LINKER__monitors_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/monitors.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/monitors + TARGET_PDB = monitors.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target reopen + + +############################################# +# Order-only phony target for reopen + +build cmake_object_order_depends_target_reopen: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/reopen.c.o: C_COMPILER__reopen_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/reopen.c || cmake_object_order_depends_target_reopen + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/reopen.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o: C_COMPILER__reopen_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_reopen + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target reopen + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/reopen + +build libs/glfw/glfw-3.3.8/tests/reopen: C_EXECUTABLE_LINKER__reopen_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/reopen.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/reopen + TARGET_PDB = reopen.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target cursor + + +############################################# +# Order-only phony target for cursor + +build cmake_object_order_depends_target_cursor: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/cursor.c.o: C_COMPILER__cursor_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/cursor.c || cmake_object_order_depends_target_cursor + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/cursor.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o: C_COMPILER__cursor_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_cursor + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target cursor + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/cursor + +build libs/glfw/glfw-3.3.8/tests/cursor: C_EXECUTABLE_LINKER__cursor_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/cursor.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/cursor + TARGET_PDB = cursor.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target empty + + +############################################# +# Order-only phony target for empty + +build cmake_object_order_depends_target_empty: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/empty.c.o: C_COMPILER__empty_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/empty.c || cmake_object_order_depends_target_empty + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/empty.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o: C_COMPILER__empty_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/tinycthread.c || cmake_object_order_depends_target_empty + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o: C_COMPILER__empty_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_empty + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target empty + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/empty + +build libs/glfw/glfw-3.3.8/tests/empty: C_EXECUTABLE_LINKER__empty_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/empty.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/empty + TARGET_PDB = empty.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target gamma + + +############################################# +# Order-only phony target for gamma + +build cmake_object_order_depends_target_gamma: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/gamma.c.o: C_COMPILER__gamma_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/gamma.c || cmake_object_order_depends_target_gamma + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/gamma.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o: C_COMPILER__gamma_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_gamma + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target gamma + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/gamma + +build libs/glfw/glfw-3.3.8/tests/gamma: C_EXECUTABLE_LINKER__gamma_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/gamma.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/gamma + TARGET_PDB = gamma.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target icon + + +############################################# +# Order-only phony target for icon + +build cmake_object_order_depends_target_icon: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/icon.c.o: C_COMPILER__icon_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/icon.c || cmake_object_order_depends_target_icon + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/icon.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o: C_COMPILER__icon_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_icon + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target icon + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/icon + +build libs/glfw/glfw-3.3.8/tests/icon: C_EXECUTABLE_LINKER__icon_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/icon.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/icon + TARGET_PDB = icon.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target inputlag + + +############################################# +# Order-only phony target for inputlag + +build cmake_object_order_depends_target_inputlag: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/inputlag.c.o: C_COMPILER__inputlag_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/inputlag.c || cmake_object_order_depends_target_inputlag + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/inputlag.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o: C_COMPILER__inputlag_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_inputlag + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o: C_COMPILER__inputlag_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_inputlag + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target inputlag + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/inputlag + +build libs/glfw/glfw-3.3.8/tests/inputlag: C_EXECUTABLE_LINKER__inputlag_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/inputlag.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/inputlag + TARGET_PDB = inputlag.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target joysticks + + +############################################# +# Order-only phony target for joysticks + +build cmake_object_order_depends_target_joysticks: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/joysticks.c.o: C_COMPILER__joysticks_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/joysticks.c || cmake_object_order_depends_target_joysticks + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/joysticks.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o: C_COMPILER__joysticks_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_joysticks + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target joysticks + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/joysticks + +build libs/glfw/glfw-3.3.8/tests/joysticks: C_EXECUTABLE_LINKER__joysticks_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/joysticks.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/joysticks + TARGET_PDB = joysticks.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target opacity + + +############################################# +# Order-only phony target for opacity + +build cmake_object_order_depends_target_opacity: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/opacity.c.o: C_COMPILER__opacity_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/opacity.c || cmake_object_order_depends_target_opacity + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/opacity.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o: C_COMPILER__opacity_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_opacity + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target opacity + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/opacity + +build libs/glfw/glfw-3.3.8/tests/opacity: C_EXECUTABLE_LINKER__opacity_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/opacity.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/opacity + TARGET_PDB = opacity.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target tearing + + +############################################# +# Order-only phony target for tearing + +build cmake_object_order_depends_target_tearing: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/tearing.c.o: C_COMPILER__tearing_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/tearing.c || cmake_object_order_depends_target_tearing + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/tearing.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o: C_COMPILER__tearing_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_tearing + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target tearing + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/tearing + +build libs/glfw/glfw-3.3.8/tests/tearing: C_EXECUTABLE_LINKER__tearing_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/tearing.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/tearing + TARGET_PDB = tearing.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target threads + + +############################################# +# Order-only phony target for threads + +build cmake_object_order_depends_target_threads: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/threads.c.o: C_COMPILER__threads_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/threads.c || cmake_object_order_depends_target_threads + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/threads.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o: C_COMPILER__threads_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/tinycthread.c || cmake_object_order_depends_target_threads + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o: C_COMPILER__threads_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_threads + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target threads + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/threads + +build libs/glfw/glfw-3.3.8/tests/threads: C_EXECUTABLE_LINKER__threads_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/threads.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/threads + TARGET_PDB = threads.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target timeout + + +############################################# +# Order-only phony target for timeout + +build cmake_object_order_depends_target_timeout: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/timeout.c.o: C_COMPILER__timeout_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/timeout.c || cmake_object_order_depends_target_timeout + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/timeout.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o: C_COMPILER__timeout_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_timeout + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target timeout + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/timeout + +build libs/glfw/glfw-3.3.8/tests/timeout: C_EXECUTABLE_LINKER__timeout_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/timeout.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/timeout + TARGET_PDB = timeout.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target title + + +############################################# +# Order-only phony target for title + +build cmake_object_order_depends_target_title: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/title.c.o: C_COMPILER__title_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/title.c || cmake_object_order_depends_target_title + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/title.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o: C_COMPILER__title_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_title + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target title + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/title + +build libs/glfw/glfw-3.3.8/tests/title: C_EXECUTABLE_LINKER__title_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/title.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/title + TARGET_PDB = title.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target triangle-vulkan + + +############################################# +# Order-only phony target for triangle-vulkan + +build cmake_object_order_depends_target_triangle-vulkan: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o: C_COMPILER__triangle-vulkan_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/triangle-vulkan.c || cmake_object_order_depends_target_triangle-vulkan + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o: C_COMPILER__triangle-vulkan_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_vulkan.c || cmake_object_order_depends_target_triangle-vulkan + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target triangle-vulkan + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/triangle-vulkan + +build libs/glfw/glfw-3.3.8/tests/triangle-vulkan: C_EXECUTABLE_LINKER__triangle-vulkan_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/triangle-vulkan + TARGET_PDB = triangle-vulkan.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target windows + + +############################################# +# Order-only phony target for windows + +build cmake_object_order_depends_target_windows: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/windows.c.o: C_COMPILER__windows_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/windows.c || cmake_object_order_depends_target_windows + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/windows.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o: C_COMPILER__windows_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_windows + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o: C_COMPILER__windows_unscanned_MinSizeRel /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_windows + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o.d + FLAGS = -Os -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target windows + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/windows + +build libs/glfw/glfw-3.3.8/tests/windows: C_EXECUTABLE_LINKER__windows_MinSizeRel libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/windows.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -Os -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/windows + TARGET_PDB = windows.dbg + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/edit_cache: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/rebuild_cache: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/tests/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/tests/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/install: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/tests/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/install/local: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/tests/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/install/strip: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build libs/assimp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/assimp/edit_cache: phony libs/assimp/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/assimp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/assimp/rebuild_cache: phony libs/assimp/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/assimp/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/assimp/CMakeFiles/install.util: CUSTOM_COMMAND libs/assimp/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/assimp/install: phony libs/assimp/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/assimp/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/assimp/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/assimp/install/local: phony libs/assimp/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/assimp/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/assimp/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/assimp/install/strip: phony libs/assimp/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target zlibstatic + + +############################################# +# Order-only phony target for zlibstatic + +build cmake_object_order_depends_target_zlibstatic: phony || libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/adler32.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/compress.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/crc32.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/deflate.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzclose.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzlib.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzread.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzwrite.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/inflate.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/infback.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/inftrees.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/inffast.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/trees.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/uncompr.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zutil.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target zlibstatic + + +############################################# +# Link the static library libs/assimp/contrib/zlib/libzlibstatic.a + +build libs/assimp/contrib/zlib/libzlibstatic.a: C_STATIC_LIBRARY_LINKER__zlibstatic_Release libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o + LANGUAGE_COMPILE_FLAGS = -fno-strict-aliasing -O3 -DNDEBUG + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/assimp/contrib/zlib/libzlibstatic.a + TARGET_PDB = zlibstatic.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/assimp/contrib/zlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/edit_cache: phony libs/assimp/contrib/zlib/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/assimp/contrib/zlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/rebuild_cache: phony libs/assimp/contrib/zlib/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/assimp/contrib/zlib/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/assimp/contrib/zlib/CMakeFiles/install.util: CUSTOM_COMMAND libs/assimp/contrib/zlib/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/install: phony libs/assimp/contrib/zlib/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/assimp/contrib/zlib/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/assimp/contrib/zlib/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/install/local: phony libs/assimp/contrib/zlib/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/assimp/contrib/zlib/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/assimp/contrib/zlib/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/install/strip: phony libs/assimp/contrib/zlib/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target assimp + + +############################################# +# Order-only phony target for assimp + +build cmake_object_order_depends_target_assimp: phony || cmake_object_order_depends_target_zlibstatic + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Assimp.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/CApi/CInterfaceIOWrapper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/CApi + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Compression.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/BaseImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/BaseProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/PostStepRegistry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/ImporterRegistry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/DefaultIOStream.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/IOSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/DefaultIOSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/ZipArchiveIOSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Importer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SGSpatialSort.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/VertexTriangleAdjacency.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SpatialSort.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SceneCombiner.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/ScenePreprocessor.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SkeletonMeshBuilder.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/StandardShapes.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/TargetAnimation.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/RemoveComments.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Subdivision.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/scene.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Bitmap.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Version.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/CreateAnimMesh.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/simd.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/material.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/AssertHandler.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Exceptional.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Base64.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Geometry/GeometryUtils.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Geometry + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/DefaultLogger.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Exporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/CApi/AssimpCExport.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/CApi + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/CalcTangentsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ComputeUVMappingProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ConvertToLHProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/EmbedTexturesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FindDegenerates.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FindInstancesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FindInvalidDataProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FixNormalsStep.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/DropFaceNormalsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/GenFaceNormalsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/GenVertexNormalsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/PretransformVertices.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ImproveCacheLocality.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/JoinVerticesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/LimitBoneWeightsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/RemoveRedundantMaterials.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/RemoveVCProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/SortByPTypeProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/SplitLargeMeshes.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/TextureTransform.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/TriangulateProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ValidateDataStructure.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/OptimizeGraph.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/OptimizeMeshes.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/DeboneProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ProcessHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/MakeVerboseFormat.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ScaleProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ArmaturePopulate.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/GenBoundingBoxesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/SplitByBoneCountProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Material/MaterialSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Material + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STEPParser/STEPFileReader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STEPParser/STEPFileEncoding.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter_Geometry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter_Material.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter_Postprocess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3DS/3DSConverter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3DS/3DSLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AC/ACLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/ASE/ASELoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/ASE/ASEParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assbin/AssbinLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/B3D/B3DImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/BVH/BVHLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/DXF/DXFLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/CSM/CSMLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/HMP/HMPLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Irr/IRRMeshLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Irr/IRRShared.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IQM/IQMImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Irr/IRRLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOAnimation.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOBLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWS/LWSLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/M3D/M3DImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/M3D/M3DWrapper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD2/MD2Loader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD3/MD3Loader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD5/MD5Loader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD5/MD5Parser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDC/MDCLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/MDLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/MDLMaterialLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/NFF/NFFLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/NDO/NDOLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/OFF/OFFLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjFileImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjFileMtlImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjFileParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreStructs.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreBinarySerializer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreXmlSerializer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/OpenGEX/OpenGEXImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ply/PlyLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ply/PlyParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MS3D/MS3DLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/COB/COBLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderDNA.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderScene.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderModifier.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderBMesh.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderTessellator.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderCustomData.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCReaderGen1_2x3.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCReaderGen2_2x3.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCUtil.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCGeometry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCProfile.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCCurve.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCBoolean.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCOpenings.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/XGL/XGLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXTokenizer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXConverter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXUtil.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXDocument.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXProperties.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXMeshGeometry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXModel.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXAnimation.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXNodeAttribute.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXDeformer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXBinaryTokenizer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXDocumentUtil.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Q3D/Q3DLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Raw/RawLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/SIB/SIBImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/SMD/SMDLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STL/STLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Terragen/TerragenLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Unreal/UnrealLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X/XFileImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X/XFileParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry2D.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry3D.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Group.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Light.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Metadata.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Networking.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Postprocess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Rendering.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Shape.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Texturing.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DGeoHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DXmlHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF/glTFCommon.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF/glTFImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF2/glTF2Importer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/XmlSerializer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/D3MFImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/D3MFOpcPackage.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MMD/MMDImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MMD/MMDPmxParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/OpenGEX/OpenGEXExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ply/PlyExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3DS/3DSExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assbin/AssbinExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assbin/AssbinFileWriter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assxml/AssxmlExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assxml/AssxmlFileWriter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/M3D/M3DExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXExportNode.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXExportProperty.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STL/STLExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X/XFileExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF/glTFExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF2/glTF2Exporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/D3MFExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Pbrt/PbrtExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Pbrt + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assjson/cencode.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assjson/json_exporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assjson/mesh_splitter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Step/StepExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/unzip/crypt.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/unzip/ioapi.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/unzip/unzip.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/common/shapes.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/advancing_front.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/cdt.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep_context.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/clipper/clipper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/DDLNode.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLCommon.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLExport.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/Value.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLStream.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcArithmeticCodec.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcTools.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcTriangleFans.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zip/src/zip.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target assimp + + +############################################# +# Link the static library libs/assimp/lib/libassimp.a + +build libs/assimp/lib/libassimp.a: CXX_STATIC_LIBRARY_LINKER__assimp_Release libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o || libs/assimp/contrib/zlib/libzlibstatic.a + LANGUAGE_COMPILE_FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/assimp/lib/libassimp.a + TARGET_PDB = assimp.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/assimp/code/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/assimp/code/edit_cache: phony libs/assimp/code/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/assimp/code/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-minsizerel + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/assimp/code/rebuild_cache: phony libs/assimp/code/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/assimp/code/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/assimp/code/CMakeFiles/install.util: CUSTOM_COMMAND libs/assimp/code/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/assimp/code/install: phony libs/assimp/code/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/assimp/code/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/assimp/code/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/assimp/code/install/local: phony libs/assimp/code/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/assimp/code/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/assimp/code/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/assimp/code/install/strip: phony libs/assimp/code/CMakeFiles/install/strip.util + +# ============================================================================= +# Target aliases. + +build BLT: phony libs/BLT/libBLT.a + +build assimp: phony libs/assimp/lib/libassimp.a + +build boing: phony libs/glfw/glfw-3.3.8/examples/boing + +build clipboard: phony libs/glfw/glfw-3.3.8/tests/clipboard + +build cursor: phony libs/glfw/glfw-3.3.8/tests/cursor + +build empty: phony libs/glfw/glfw-3.3.8/tests/empty + +build events: phony libs/glfw/glfw-3.3.8/tests/events + +build gamma: phony libs/glfw/glfw-3.3.8/tests/gamma + +build gears: phony libs/glfw/glfw-3.3.8/examples/gears + +build glfw: phony libs/glfw/glfw-3.3.8/src/libglfw3.a + +build glfwinfo: phony libs/glfw/glfw-3.3.8/tests/glfwinfo + +build heightmap: phony libs/glfw/glfw-3.3.8/examples/heightmap + +build icon: phony libs/glfw/glfw-3.3.8/tests/icon + +build iconify: phony libs/glfw/glfw-3.3.8/tests/iconify + +build inputlag: phony libs/glfw/glfw-3.3.8/tests/inputlag + +build joysticks: phony libs/glfw/glfw-3.3.8/tests/joysticks + +build libBLT.a: phony libs/BLT/libBLT.a + +build libassimp.a: phony libs/assimp/lib/libassimp.a + +build libglfw3.a: phony libs/glfw/glfw-3.3.8/src/libglfw3.a + +build libzlibstatic.a: phony libs/assimp/contrib/zlib/libzlibstatic.a + +build monitors: phony libs/glfw/glfw-3.3.8/tests/monitors + +build msaa: phony libs/glfw/glfw-3.3.8/tests/msaa + +build offscreen: phony libs/glfw/glfw-3.3.8/examples/offscreen + +build opacity: phony libs/glfw/glfw-3.3.8/tests/opacity + +build particles: phony libs/glfw/glfw-3.3.8/examples/particles + +build reopen: phony libs/glfw/glfw-3.3.8/tests/reopen + +build sharing: phony libs/glfw/glfw-3.3.8/examples/sharing + +build simple: phony libs/glfw/glfw-3.3.8/examples/simple + +build splitview: phony libs/glfw/glfw-3.3.8/examples/splitview + +build tearing: phony libs/glfw/glfw-3.3.8/tests/tearing + +build threads: phony libs/glfw/glfw-3.3.8/tests/threads + +build timeout: phony libs/glfw/glfw-3.3.8/tests/timeout + +build title: phony libs/glfw/glfw-3.3.8/tests/title + +build triangle-vulkan: phony libs/glfw/glfw-3.3.8/tests/triangle-vulkan + +build uninstall: phony libs/glfw/glfw-3.3.8/uninstall + +build update_mappings: phony libs/glfw/glfw-3.3.8/src/update_mappings + +build wave: phony libs/glfw/glfw-3.3.8/examples/wave + +build windows: phony libs/glfw/glfw-3.3.8/tests/windows + +build zlibstatic: phony libs/assimp/contrib/zlib/libzlibstatic.a + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-minsizerel + +build all: phony parksnrec libs/BLT/all libs/glfw/glfw-3.3.8/all libs/assimp/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT + +build libs/BLT/all: phony libs/BLT/libBLT.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp + +build libs/assimp/all: phony libs/assimp/contrib/zlib/all libs/assimp/code/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code + +build libs/assimp/code/all: phony libs/assimp/lib/libassimp.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib + +build libs/assimp/contrib/zlib/all: phony libs/assimp/contrib/zlib/libzlibstatic.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8 + +build libs/glfw/glfw-3.3.8/all: phony libs/glfw/glfw-3.3.8/src/all libs/glfw/glfw-3.3.8/examples/all libs/glfw/glfw-3.3.8/tests/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples + +build libs/glfw/glfw-3.3.8/examples/all: phony libs/glfw/glfw-3.3.8/examples/boing libs/glfw/glfw-3.3.8/examples/gears libs/glfw/glfw-3.3.8/examples/heightmap libs/glfw/glfw-3.3.8/examples/offscreen libs/glfw/glfw-3.3.8/examples/particles libs/glfw/glfw-3.3.8/examples/sharing libs/glfw/glfw-3.3.8/examples/simple libs/glfw/glfw-3.3.8/examples/splitview libs/glfw/glfw-3.3.8/examples/wave + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src + +build libs/glfw/glfw-3.3.8/src/all: phony libs/glfw/glfw-3.3.8/src/libglfw3.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests + +build libs/glfw/glfw-3.3.8/tests/all: phony libs/glfw/glfw-3.3.8/tests/clipboard libs/glfw/glfw-3.3.8/tests/events libs/glfw/glfw-3.3.8/tests/msaa libs/glfw/glfw-3.3.8/tests/glfwinfo libs/glfw/glfw-3.3.8/tests/iconify libs/glfw/glfw-3.3.8/tests/monitors libs/glfw/glfw-3.3.8/tests/reopen libs/glfw/glfw-3.3.8/tests/cursor libs/glfw/glfw-3.3.8/tests/empty libs/glfw/glfw-3.3.8/tests/gamma libs/glfw/glfw-3.3.8/tests/icon libs/glfw/glfw-3.3.8/tests/inputlag libs/glfw/glfw-3.3.8/tests/joysticks libs/glfw/glfw-3.3.8/tests/opacity libs/glfw/glfw-3.3.8/tests/tearing libs/glfw/glfw-3.3.8/tests/threads libs/glfw/glfw-3.3.8/tests/timeout libs/glfw/glfw-3.3.8/tests/title libs/glfw/glfw-3.3.8/tests/triangle-vulkan libs/glfw/glfw-3.3.8/tests/windows + +# ============================================================================= +# Unknown Build Time Dependencies. +# Tell Ninja that they may appear as side effects of build rules +# otherwise ordered by order-only dependencies. + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/brett/git/parksandrec/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/include/blt/config.h.in /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/assimp.pc.in /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindPkgMacros.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindRT.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/PrecompiledHeader.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/assimp-plain-config.cmake.in /home/brett/git/parksandrec/libs/assimp/code/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zconf.h.cmakein /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zlib.pc.cmakein /home/brett/git/parksandrec/libs/assimp/include/assimp/config.h.in /home/brett/git/parksandrec/libs/assimp/revision.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3.pc.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw_config.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/CMakeLists.txt /usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeDependentOption.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckFunctionExists.cmake /usr/share/cmake/Modules/CheckIncludeFile.cmake /usr/share/cmake/Modules/CheckIncludeFileCXX.cmake /usr/share/cmake/Modules/CheckLibraryExists.cmake /usr/share/cmake/Modules/CheckTypeSize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/FindDoxygen.cmake /usr/share/cmake/Modules/FindFontconfig.cmake /usr/share/cmake/Modules/FindFreetype.cmake /usr/share/cmake/Modules/FindOpenGL.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPkgConfig.cmake /usr/share/cmake/Modules/FindThreads.cmake /usr/share/cmake/Modules/FindX11.cmake /usr/share/cmake/Modules/FindZLIB.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake /usr/share/cmake/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.26.4/CMakeCCompiler.cmake CMakeFiles/3.26.4/CMakeCXXCompiler.cmake CMakeFiles/3.26.4/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/brett/git/parksandrec/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/include/blt/config.h.in /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/assimp.pc.in /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindPkgMacros.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindRT.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/PrecompiledHeader.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/assimp-plain-config.cmake.in /home/brett/git/parksandrec/libs/assimp/code/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zconf.h.cmakein /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zlib.pc.cmakein /home/brett/git/parksandrec/libs/assimp/include/assimp/config.h.in /home/brett/git/parksandrec/libs/assimp/revision.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3.pc.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw_config.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/CMakeLists.txt /usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeDependentOption.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckFunctionExists.cmake /usr/share/cmake/Modules/CheckIncludeFile.cmake /usr/share/cmake/Modules/CheckIncludeFileCXX.cmake /usr/share/cmake/Modules/CheckLibraryExists.cmake /usr/share/cmake/Modules/CheckTypeSize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/FindDoxygen.cmake /usr/share/cmake/Modules/FindFontconfig.cmake /usr/share/cmake/Modules/FindFreetype.cmake /usr/share/cmake/Modules/FindOpenGL.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPkgConfig.cmake /usr/share/cmake/Modules/FindThreads.cmake /usr/share/cmake/Modules/FindX11.cmake /usr/share/cmake/Modules/FindZLIB.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake /usr/share/cmake/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.26.4/CMakeCCompiler.cmake CMakeFiles/3.26.4/CMakeCXXCompiler.cmake CMakeFiles/3.26.4/CMakeSystem.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/cmake-build-minsizerel/cmake_install.cmake b/cmake-build-minsizerel/cmake_install.cmake new file mode 100644 index 0000000..e24c5c6 --- /dev/null +++ b/cmake-build-minsizerel/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/brett/git/parksandrec + +# 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 "MinSizeRel") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +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 each subdirectory. + include("/home/brett/git/parksandrec/cmake-build-minsizerel/libs/BLT/cmake_install.cmake") + include("/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/cmake_install.cmake") + include("/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/cmake_install.cmake") + +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/brett/git/parksandrec/cmake-build-minsizerel/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake-build-minsizerel/libs/BLT/cmake_install.cmake b/cmake-build-minsizerel/libs/BLT/cmake_install.cmake new file mode 100644 index 0000000..d349df0 --- /dev/null +++ b/cmake-build-minsizerel/libs/BLT/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/BLT + +# 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 "MinSizeRel") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-minsizerel/libs/BLT/config/blt/config.h b/cmake-build-minsizerel/libs/BLT/config/blt/config.h new file mode 100644 index 0000000..6c55b16 --- /dev/null +++ b/cmake-build-minsizerel/libs/BLT/config/blt/config.h @@ -0,0 +1,7 @@ +#ifndef BLT_CONFIG_H +#define BLT_CONFIG_H + +/* #undef ZLIB_FOUND */ +#define BLT_ENABLE_LOGGING + +#endif // BLT_CONFIG_H diff --git a/cmake-build-minsizerel/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake b/cmake-build-minsizerel/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake new file mode 100644 index 0000000..e1f41f1 --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake @@ -0,0 +1,29 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Release". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "assimp::zlibstatic" for configuration "Release" +set_property(TARGET assimp::zlibstatic APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(assimp::zlibstatic PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libzlibstatic.a" + ) + +list(APPEND _cmake_import_check_targets assimp::zlibstatic ) +list(APPEND _cmake_import_check_files_for_assimp::zlibstatic "${_IMPORT_PREFIX}/lib/libzlibstatic.a" ) + +# Import target "assimp::assimp" for configuration "Release" +set_property(TARGET assimp::assimp APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(assimp::assimp PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C;CXX" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libassimp.a" + ) + +list(APPEND _cmake_import_check_targets assimp::assimp ) +list(APPEND _cmake_import_check_files_for_assimp::assimp "${_IMPORT_PREFIX}/lib/libassimp.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-minsizerel/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake b/cmake-build-minsizerel/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake new file mode 100644 index 0000000..fead0da --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake @@ -0,0 +1,110 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.24) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS assimp::zlibstatic assimp::assimp) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target assimp::zlibstatic +add_library(assimp::zlibstatic STATIC IMPORTED) + +# Create imported target assimp::assimp +add_library(assimp::assimp STATIC IMPORTED) + +set_target_properties(assimp::assimp PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "assimp::zlibstatic;rt" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/assimpTargets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-minsizerel/libs/assimp/assimp.pc b/cmake-build-minsizerel/libs/assimp/assimp.pc new file mode 100644 index 0000000..c579a72 --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/assimp.pc @@ -0,0 +1,9 @@ +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: parksnrec +Description: Import various well-known 3D model formats in an uniform manner. +Version: 5.2.5 +Libs: -L${libdir} -lassimp +Libs.private: -lstdc++ +Cflags: -I${includedir} diff --git a/cmake-build-minsizerel/libs/assimp/cmake_install.cmake b/cmake-build-minsizerel/libs/assimp/cmake_install.cmake new file mode 100644 index 0000000..d880550 --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/cmake_install.cmake @@ -0,0 +1,81 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "libassimp5.2.5-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2" TYPE FILE FILES + "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/generated/assimpConfig.cmake" + "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/generated/assimpConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "libassimp5.2.5-dev" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets.cmake" + "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake") + endif() +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib/cmake_install.cmake") + include("/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/cmake_install.cmake") + +endif() + diff --git a/cmake-build-minsizerel/libs/assimp/code/cmake_install.cmake b/cmake-build-minsizerel/libs/assimp/code/cmake_install.cmake new file mode 100644 index 0000000..3a29fcd --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/code/cmake_install.cmake @@ -0,0 +1,147 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/code + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "libassimp5.2.5-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/lib/libassimp.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "assimp-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/assimp" TYPE FILE FILES + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/anim.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/aabb.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ai_assert.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/camera.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/color4.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/color4.inl" + "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/code/../include/assimp/config.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ColladaMetaData.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/commonMetaData.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/defs.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/cfileio.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/light.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/material.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/material.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix3x3.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix3x3.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix4x4.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix4x4.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/mesh.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ObjMaterial.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/pbrmaterial.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/GltfMaterial.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/postprocess.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/quaternion.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/quaternion.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/scene.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/metadata.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/texture.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/types.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector2.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector2.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector3.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector3.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/version.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/cimport.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/AssertHandler.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/importerdesc.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Importer.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/DefaultLogger.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ProgressHandler.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/IOStream.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/IOSystem.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Logger.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/LogStream.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/NullLogger.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/cexport.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Exporter.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/DefaultIOStream.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/DefaultIOSystem.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ZipArchiveIOSystem.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SceneCombiner.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/fast_atof.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/qnan.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/BaseImporter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Hash.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/MemoryIOWrapper.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ParsingUtils.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StreamReader.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StreamWriter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StringComparison.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StringUtils.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SGSpatialSort.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/GenericProperty.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SpatialSort.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SkeletonMeshBuilder.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SmallVector.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SmoothingGroups.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SmoothingGroups.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StandardShapes.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/RemoveComments.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Subdivision.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Vertex.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/LineSplitter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/TinyFormatter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Profiler.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/LogAux.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Bitmap.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/XMLTools.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/IOStreamBuffer.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/CreateAnimMesh.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/XmlParser.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/BlobIOSystem.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/MathFunctions.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Exceptional.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ByteSwapper.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Base64.hpp" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "assimp-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/assimp/Compiler" TYPE FILE FILES + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Compiler/pushpack1.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Compiler/poppack1.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Compiler/pstdint.h" + ) +endif() + diff --git a/cmake-build-minsizerel/libs/assimp/contrib/zlib/CTestTestfile.cmake b/cmake-build-minsizerel/libs/assimp/contrib/zlib/CTestTestfile.cmake new file mode 100644 index 0000000..5c755c5 --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/contrib/zlib/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/brett/git/parksandrec/libs/assimp/contrib/zlib +# Build directory: /home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/cmake-build-minsizerel/libs/assimp/contrib/zlib/cmake_install.cmake b/cmake-build-minsizerel/libs/assimp/contrib/zlib/cmake_install.cmake new file mode 100644 index 0000000..c0ef47b --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/contrib/zlib/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/contrib/zlib + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/contrib/zlib/libzlibstatic.a") +endif() + diff --git a/cmake-build-minsizerel/libs/assimp/contrib/zlib/zconf.h b/cmake-build-minsizerel/libs/assimp/contrib/zlib/zconf.h new file mode 100644 index 0000000..995ad4f --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/contrib/zlib/zconf.h @@ -0,0 +1,536 @@ +/* zconf.h -- configuration of the zlib compression library + * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +/* @(#) $Id$ */ + +#ifndef ZCONF_H +#define ZCONF_H +/* #undef Z_PREFIX */ +#define Z_HAVE_UNISTD_H + +/* + * If you *really* need a unique prefix for all types and library functions, + * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. + * Even better than compiling with -DZ_PREFIX would be to use configure to set + * this permanently in zconf.h using "./configure --zprefix". + */ +#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */ +# define Z_PREFIX_SET + +/* all linked symbols and init macros */ +# define _dist_code z__dist_code +# define _length_code z__length_code +# define _tr_align z__tr_align +# define _tr_flush_bits z__tr_flush_bits +# define _tr_flush_block z__tr_flush_block +# define _tr_init z__tr_init +# define _tr_stored_block z__tr_stored_block +# define _tr_tally z__tr_tally +# define adler32 z_adler32 +# define adler32_combine z_adler32_combine +# define adler32_combine64 z_adler32_combine64 +# define adler32_z z_adler32_z +# ifndef Z_SOLO +# define compress z_compress +# define compress2 z_compress2 +# define compressBound z_compressBound +# endif +# define crc32 z_crc32 +# define crc32_combine z_crc32_combine +# define crc32_combine64 z_crc32_combine64 +# define crc32_z z_crc32_z +# define deflate z_deflate +# define deflateBound z_deflateBound +# define deflateCopy z_deflateCopy +# define deflateEnd z_deflateEnd +# define deflateGetDictionary z_deflateGetDictionary +# define deflateInit z_deflateInit +# define deflateInit2 z_deflateInit2 +# define deflateInit2_ z_deflateInit2_ +# define deflateInit_ z_deflateInit_ +# define deflateParams z_deflateParams +# define deflatePending z_deflatePending +# define deflatePrime z_deflatePrime +# define deflateReset z_deflateReset +# define deflateResetKeep z_deflateResetKeep +# define deflateSetDictionary z_deflateSetDictionary +# define deflateSetHeader z_deflateSetHeader +# define deflateTune z_deflateTune +# define deflate_copyright z_deflate_copyright +# define get_crc_table z_get_crc_table +# ifndef Z_SOLO +# define gz_error z_gz_error +# define gz_intmax z_gz_intmax +# define gz_strwinerror z_gz_strwinerror +# define gzbuffer z_gzbuffer +# define gzclearerr z_gzclearerr +# define gzclose z_gzclose +# define gzclose_r z_gzclose_r +# define gzclose_w z_gzclose_w +# define gzdirect z_gzdirect +# define gzdopen z_gzdopen +# define gzeof z_gzeof +# define gzerror z_gzerror +# define gzflush z_gzflush +# define gzfread z_gzfread +# define gzfwrite z_gzfwrite +# define gzgetc z_gzgetc +# define gzgetc_ z_gzgetc_ +# define gzgets z_gzgets +# define gzoffset z_gzoffset +# define gzoffset64 z_gzoffset64 +# define gzopen z_gzopen +# define gzopen64 z_gzopen64 +# ifdef _WIN32 +# define gzopen_w z_gzopen_w +# endif +# define gzprintf z_gzprintf +# define gzputc z_gzputc +# define gzputs z_gzputs +# define gzread z_gzread +# define gzrewind z_gzrewind +# define gzseek z_gzseek +# define gzseek64 z_gzseek64 +# define gzsetparams z_gzsetparams +# define gztell z_gztell +# define gztell64 z_gztell64 +# define gzungetc z_gzungetc +# define gzvprintf z_gzvprintf +# define gzwrite z_gzwrite +# endif +# define inflate z_inflate +# define inflateBack z_inflateBack +# define inflateBackEnd z_inflateBackEnd +# define inflateBackInit z_inflateBackInit +# define inflateBackInit_ z_inflateBackInit_ +# define inflateCodesUsed z_inflateCodesUsed +# define inflateCopy z_inflateCopy +# define inflateEnd z_inflateEnd +# define inflateGetDictionary z_inflateGetDictionary +# define inflateGetHeader z_inflateGetHeader +# define inflateInit z_inflateInit +# define inflateInit2 z_inflateInit2 +# define inflateInit2_ z_inflateInit2_ +# define inflateInit_ z_inflateInit_ +# define inflateMark z_inflateMark +# define inflatePrime z_inflatePrime +# define inflateReset z_inflateReset +# define inflateReset2 z_inflateReset2 +# define inflateResetKeep z_inflateResetKeep +# define inflateSetDictionary z_inflateSetDictionary +# define inflateSync z_inflateSync +# define inflateSyncPoint z_inflateSyncPoint +# define inflateUndermine z_inflateUndermine +# define inflateValidate z_inflateValidate +# define inflate_copyright z_inflate_copyright +# define inflate_fast z_inflate_fast +# define inflate_table z_inflate_table +# ifndef Z_SOLO +# define uncompress z_uncompress +# define uncompress2 z_uncompress2 +# endif +# define zError z_zError +# ifndef Z_SOLO +# define zcalloc z_zcalloc +# define zcfree z_zcfree +# endif +# define zlibCompileFlags z_zlibCompileFlags +# define zlibVersion z_zlibVersion + +/* all zlib typedefs in zlib.h and zconf.h */ +# define Byte z_Byte +# define Bytef z_Bytef +# define alloc_func z_alloc_func +# define charf z_charf +# define free_func z_free_func +# ifndef Z_SOLO +# define gzFile z_gzFile +# endif +# define gz_header z_gz_header +# define gz_headerp z_gz_headerp +# define in_func z_in_func +# define intf z_intf +# define out_func z_out_func +# define uInt z_uInt +# define uIntf z_uIntf +# define uLong z_uLong +# define uLongf z_uLongf +# define voidp z_voidp +# define voidpc z_voidpc +# define voidpf z_voidpf + +/* all zlib structs in zlib.h and zconf.h */ +# define gz_header_s z_gz_header_s +# define internal_state z_internal_state + +#endif + +#if defined(__MSDOS__) && !defined(MSDOS) +# define MSDOS +#endif +#if (defined(OS_2) || defined(__OS2__)) && !defined(OS2) +# define OS2 +#endif +#if defined(_WINDOWS) && !defined(WINDOWS) +# define WINDOWS +#endif +#if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__) +# ifndef WIN32 +# define WIN32 +# endif +#endif +#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) +# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__) +# ifndef SYS16BIT +# define SYS16BIT +# endif +# endif +#endif + +/* + * Compile with -DMAXSEG_64K if the alloc function cannot allocate more + * than 64k bytes at a time (needed on systems with 16-bit int). + */ +#ifdef SYS16BIT +# define MAXSEG_64K +#endif +#ifdef MSDOS +# define UNALIGNED_OK +#endif + +#ifdef __STDC_VERSION__ +# ifndef STDC +# define STDC +# endif +# if __STDC_VERSION__ >= 199901L +# ifndef STDC99 +# define STDC99 +# endif +# endif +#endif +#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) +# define STDC +#endif +#if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) +# define STDC +#endif +#if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) +# define STDC +#endif +#if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) +# define STDC +#endif + +#if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */ +# define STDC +#endif + +#ifndef STDC +# ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ +# define const /* note: need a more gentle solution here */ +# endif +#endif + +#if defined(ZLIB_CONST) && !defined(z_const) +# define z_const const +#else +# define z_const +#endif + +#ifdef Z_SOLO + typedef unsigned long z_size_t; +#else +# define z_longlong long long +# if defined(NO_SIZE_T) + typedef unsigned NO_SIZE_T z_size_t; +# elif defined(STDC) +# include + typedef size_t z_size_t; +# else + typedef unsigned long z_size_t; +# endif +# undef z_longlong +#endif + +/* Maximum value for memLevel in deflateInit2 */ +#ifndef MAX_MEM_LEVEL +# ifdef MAXSEG_64K +# define MAX_MEM_LEVEL 8 +# else +# define MAX_MEM_LEVEL 9 +# endif +#endif + +/* Maximum value for windowBits in deflateInit2 and inflateInit2. + * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files + * created by gzip. (Files created by minigzip can still be extracted by + * gzip.) + */ +#ifndef MAX_WBITS +# define MAX_WBITS 15 /* 32K LZ77 window */ +#endif + +/* The memory requirements for deflate are (in bytes): + (1 << (windowBits+2)) + (1 << (memLevel+9)) + that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) + plus a few kilobytes for small objects. For example, if you want to reduce + the default memory requirements from 256K to 128K, compile with + make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7" + Of course this will generally degrade compression (there's no free lunch). + + The memory requirements for inflate are (in bytes) 1 << windowBits + that is, 32K for windowBits=15 (default value) plus about 7 kilobytes + for small objects. +*/ + + /* Type declarations */ + +#ifndef OF /* function prototypes */ +# ifdef STDC +# define OF(args) args +# else +# define OF(args) () +# endif +#endif + +#ifndef Z_ARG /* function prototypes for stdarg */ +# if defined(STDC) || defined(Z_HAVE_STDARG_H) +# define Z_ARG(args) args +# else +# define Z_ARG(args) () +# endif +#endif + +/* The following definitions for FAR are needed only for MSDOS mixed + * model programming (small or medium model with some far allocations). + * This was tested only with MSC; for other MSDOS compilers you may have + * to define NO_MEMCPY in zutil.h. If you don't need the mixed model, + * just define FAR to be empty. + */ +#ifdef SYS16BIT +# if defined(M_I86SM) || defined(M_I86MM) + /* MSC small or medium model */ +# define SMALL_MEDIUM +# ifdef _MSC_VER +# define FAR _far +# else +# define FAR far +# endif +# endif +# if (defined(__SMALL__) || defined(__MEDIUM__)) + /* Turbo C small or medium model */ +# define SMALL_MEDIUM +# ifdef __BORLANDC__ +# define FAR _far +# else +# define FAR far +# endif +# endif +#endif + +#if defined(WINDOWS) || defined(WIN32) + /* If building or using zlib as a DLL, define ZLIB_DLL. + * This is not mandatory, but it offers a little performance increase. + */ +# ifdef ZLIB_DLL +# if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500)) +# ifdef ZLIB_INTERNAL +# define ZEXTERN extern __declspec(dllexport) +# else +# define ZEXTERN extern __declspec(dllimport) +# endif +# endif +# endif /* ZLIB_DLL */ + /* If building or using zlib with the WINAPI/WINAPIV calling convention, + * define ZLIB_WINAPI. + * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI. + */ +# ifdef ZLIB_WINAPI +# ifdef FAR +# undef FAR +# endif +# include + /* No need for _export, use ZLIB.DEF instead. */ + /* For complete Windows compatibility, use WINAPI, not __stdcall. */ +# define ZEXPORT WINAPI +# ifdef WIN32 +# define ZEXPORTVA WINAPIV +# else +# define ZEXPORTVA FAR CDECL +# endif +# endif +#endif + +#if defined (__BEOS__) +# ifdef ZLIB_DLL +# ifdef ZLIB_INTERNAL +# define ZEXPORT __declspec(dllexport) +# define ZEXPORTVA __declspec(dllexport) +# else +# define ZEXPORT __declspec(dllimport) +# define ZEXPORTVA __declspec(dllimport) +# endif +# endif +#endif + +#ifndef ZEXTERN +# define ZEXTERN extern +#endif +#ifndef ZEXPORT +# define ZEXPORT +#endif +#ifndef ZEXPORTVA +# define ZEXPORTVA +#endif + +#ifndef FAR +# define FAR +#endif + +#if !defined(__MACTYPES__) +typedef unsigned char Byte; /* 8 bits */ +#endif +typedef unsigned int uInt; /* 16 bits or more */ +typedef unsigned long uLong; /* 32 bits or more */ + +#ifdef SMALL_MEDIUM + /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */ +# define Bytef Byte FAR +#else + typedef Byte FAR Bytef; +#endif +typedef char FAR charf; +typedef int FAR intf; +typedef uInt FAR uIntf; +typedef uLong FAR uLongf; + +#ifdef STDC + typedef void const *voidpc; + typedef void FAR *voidpf; + typedef void *voidp; +#else + typedef Byte const *voidpc; + typedef Byte FAR *voidpf; + typedef Byte *voidp; +#endif + +#if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) +# include +# if (UINT_MAX == 0xffffffffUL) +# define Z_U4 unsigned +# elif (ULONG_MAX == 0xffffffffUL) +# define Z_U4 unsigned long +# elif (USHRT_MAX == 0xffffffffUL) +# define Z_U4 unsigned short +# endif +#endif + +#ifdef Z_U4 + typedef Z_U4 z_crc_t; +#else + typedef unsigned long z_crc_t; +#endif + +#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_UNISTD_H +#endif + +#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_STDARG_H +#endif + +#ifdef STDC +# ifndef Z_SOLO +# include /* for off_t */ +# endif +#endif + +#if defined(STDC) || defined(Z_HAVE_STDARG_H) +# ifndef Z_SOLO +# include /* for va_list */ +# endif +#endif + +#ifdef _WIN32 +# ifndef Z_SOLO +# include /* for wchar_t */ +# endif +#endif + +/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and + * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even + * though the former does not conform to the LFS document), but considering + * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as + * equivalently requesting no 64-bit operations + */ +#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1 +# undef _LARGEFILE64_SOURCE +#endif + +#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H) +# define Z_HAVE_UNISTD_H +#endif +#ifndef Z_SOLO +# if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE) +# include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ +# ifdef VMS +# include /* for off_t */ +# endif +# ifndef z_off_t +# define z_off_t off_t +# endif +# endif +#endif + +#if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0 +# define Z_LFS64 +#endif + +#if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64) +# define Z_LARGE64 +#endif + +#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64) +# define Z_WANT64 +#endif + +#if !defined(SEEK_SET) && !defined(Z_SOLO) +# define SEEK_SET 0 /* Seek from beginning of file. */ +# define SEEK_CUR 1 /* Seek from current position. */ +# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ +#endif + +#ifndef z_off_t +# define z_off_t long +#endif + +#if !defined(_WIN32) && defined(Z_LARGE64) +# define z_off64_t off64_t +#else +# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO) +# define z_off64_t __int64 +# else +# define z_off64_t z_off_t +# endif +#endif + +/* MVS linker does not support external names larger than 8 bytes */ +#if defined(__MVS__) + #pragma map(deflateInit_,"DEIN") + #pragma map(deflateInit2_,"DEIN2") + #pragma map(deflateEnd,"DEEND") + #pragma map(deflateBound,"DEBND") + #pragma map(inflateInit_,"ININ") + #pragma map(inflateInit2_,"ININ2") + #pragma map(inflateEnd,"INEND") + #pragma map(inflateSync,"INSY") + #pragma map(inflateSetDictionary,"INSEDI") + #pragma map(compressBound,"CMBND") + #pragma map(inflate_table,"INTABL") + #pragma map(inflate_fast,"INFA") + #pragma map(inflate_copyright,"INCOPY") +#endif + +#endif /* ZCONF_H */ diff --git a/cmake-build-minsizerel/libs/assimp/contrib/zlib/zlib.pc b/cmake-build-minsizerel/libs/assimp/contrib/zlib/zlib.pc new file mode 100644 index 0000000..9fe8c97 --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/contrib/zlib/zlib.pc @@ -0,0 +1,13 @@ +prefix=/usr/local +exec_prefix=/usr/local +libdir= +sharedlibdir= +includedir= + +Name: zlib +Description: zlib compression library +Version: + +Requires: +Libs: -L${libdir} -L${sharedlibdir} -lz +Cflags: -I${includedir} diff --git a/cmake-build-minsizerel/libs/assimp/generated/assimpConfig.cmake b/cmake-build-minsizerel/libs/assimp/generated/assimpConfig.cmake new file mode 100644 index 0000000..e940ac0 --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/generated/assimpConfig.cmake @@ -0,0 +1,33 @@ + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was assimp-plain-config.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(set_and_check _var _file) + set(${_var} "${_file}") + if(NOT EXISTS "${_file}") + message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") + endif() +endmacro() + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### + +include("${CMAKE_CURRENT_LIST_DIR}/assimpTargets.cmake") + +set(ASSIMP_ROOT_DIR ${PACKAGE_PREFIX_DIR}) +set(ASSIMP_LIBRARIES assimp::assimp) +set(ASSIMP_BUILD_SHARED_LIBS OFF) +get_property(ASSIMP_INCLUDE_DIRS TARGET assimp::assimp PROPERTY INTERFACE_INCLUDE_DIRECTORIES) +set(ASSIMP_LIBRARY_DIRS "") diff --git a/cmake-build-minsizerel/libs/assimp/generated/assimpConfigVersion.cmake b/cmake-build-minsizerel/libs/assimp/generated/assimpConfigVersion.cmake new file mode 100644 index 0000000..feac378 --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/generated/assimpConfigVersion.cmake @@ -0,0 +1,65 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "5.2.5") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("5.2.5" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "5.2.5") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-minsizerel/libs/assimp/include/assimp/config.h b/cmake-build-minsizerel/libs/assimp/include/assimp/config.h new file mode 100644 index 0000000..cc8c841 --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/include/assimp/config.h @@ -0,0 +1,1121 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (assimp) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2022, assimp team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the assimp team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the assimp team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +/** @file config.h + * @brief Defines constants for configurable properties for the library + * + * Typically these properties are set via + * #Assimp::Importer::SetPropertyFloat, + * #Assimp::Importer::SetPropertyInteger or + * #Assimp::Importer::SetPropertyString, + * depending on the data type of a property. All properties have a + * default value. See the doc for the mentioned methods for more details. + * + *

+ * The corresponding functions for use with the plain-c API are: + * #aiSetImportPropertyInteger, + * #aiSetImportPropertyFloat, + * #aiSetImportPropertyString + */ +#pragma once +#ifndef AI_CONFIG_H_INC +#define AI_CONFIG_H_INC + +// ########################################################################### +// LIBRARY SETTINGS +// General, global settings +// ########################################################################### + +// --------------------------------------------------------------------------- +/** @brief Enables time measurements. + * + * If enabled, measures the time needed for each part of the loading + * process (i.e. IO time, importing, postprocessing, ..) and dumps + * these timings to the DefaultLogger. See the @link perf Performance + * Page@endlink for more information on this topic. + * + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_GLOB_MEASURE_TIME \ + "GLOB_MEASURE_TIME" + +// --------------------------------------------------------------------------- +/** @brief Global setting to disable generation of skeleton dummy meshes + * + * Skeleton dummy meshes are generated as a visualization aid in cases which + * the input data contains no geometry, but only animation data. + * Property data type: bool. Default value: false + */ +// --------------------------------------------------------------------------- +#define AI_CONFIG_IMPORT_NO_SKELETON_MESHES \ + "IMPORT_NO_SKELETON_MESHES" + +// ########################################################################### +// POST PROCESSING SETTINGS +// Various stuff to fine-tune the behavior of a specific post processing step. +// ########################################################################### + +// --------------------------------------------------------------------------- +/** @brief Maximum bone count per mesh for the SplitbyBoneCount step. + * + * Meshes are split until the maximum number of bones is reached. The default + * value is AI_SBBC_DEFAULT_MAX_BONES, which may be altered at + * compile-time. + * Property data type: integer. + */ +// --------------------------------------------------------------------------- +#define AI_CONFIG_PP_SBBC_MAX_BONES \ + "PP_SBBC_MAX_BONES" + +// default limit for bone count +#if (!defined AI_SBBC_DEFAULT_MAX_BONES) +# define AI_SBBC_DEFAULT_MAX_BONES 60 +#endif + +// --------------------------------------------------------------------------- +/** @brief Specifies the maximum angle that may be between two vertex tangents + * that their tangents and bi-tangents are smoothed. + * + * This applies to the CalcTangentSpace-Step. The angle is specified + * in degrees. The maximum value is 175. + * Property type: float. Default value: 45 degrees + */ +#define AI_CONFIG_PP_CT_MAX_SMOOTHING_ANGLE \ + "PP_CT_MAX_SMOOTHING_ANGLE" + +// --------------------------------------------------------------------------- +/** @brief Source UV channel for tangent space computation. + * + * The specified channel must exist or an error will be raised. + * Property type: integer. Default value: 0 + */ +// --------------------------------------------------------------------------- +#define AI_CONFIG_PP_CT_TEXTURE_CHANNEL_INDEX \ + "PP_CT_TEXTURE_CHANNEL_INDEX" + +// --------------------------------------------------------------------------- +/** @brief Specifies the maximum angle that may be between two face normals + * at the same vertex position that their are smoothed together. + * + * Sometimes referred to as 'crease angle'. + * This applies to the GenSmoothNormals-Step. The angle is specified + * in degrees, so 180 is PI. The default value is 175 degrees (all vertex + * normals are smoothed). The maximum value is 175, too. Property type: float. + * Warning: setting this option may cause a severe loss of performance. The + * performance is unaffected if the #AI_CONFIG_FAVOUR_SPEED flag is set but + * the output quality may be reduced. + */ +#define AI_CONFIG_PP_GSN_MAX_SMOOTHING_ANGLE \ + "PP_GSN_MAX_SMOOTHING_ANGLE" + +// --------------------------------------------------------------------------- +/** @brief Sets the colormap (= palette) to be used to decode embedded + * textures in MDL (Quake or 3DGS) files. + * + * This must be a valid path to a file. The file is 768 (256*3) bytes + * large and contains RGB triplets for each of the 256 palette entries. + * The default value is colormap.lmp. If the file is not found, + * a default palette (from Quake 1) is used. + * Property type: string. + */ +#define AI_CONFIG_IMPORT_MDL_COLORMAP \ + "IMPORT_MDL_COLORMAP" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_RemoveRedundantMaterials step to + * keep materials matching a name in a given list. + * + * This is a list of 1 to n strings, ' ' serves as delimiter character. + * Identifiers containing whitespaces must be enclosed in *single* + * quotation marks. For example: + * "keep-me and_me_to anotherMaterialToBeKept \'name with whitespace\'". + * If a material matches on of these names, it will not be modified or + * removed by the postprocessing step nor will other materials be replaced + * by a reference to it.
+ * This option might be useful if you are using some magic material names + * to pass additional semantics through the content pipeline. This ensures + * they won't be optimized away, but a general optimization is still + * performed for materials not contained in the list. + * Property type: String. Default value: n/a + * @note Linefeeds, tabs or carriage returns are treated as whitespace. + * Material names are case sensitive. + */ +#define AI_CONFIG_PP_RRM_EXCLUDE_LIST \ + "PP_RRM_EXCLUDE_LIST" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to + * keep the scene hierarchy. Meshes are moved to worldspace, but + * no optimization is performed (read: meshes with equal materials are not + * joined. The total number of meshes won't change). + * + * This option could be of use for you if the scene hierarchy contains + * important additional information which you intend to parse. + * For rendering, you can still render all meshes in the scene without + * any transformations. + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_PP_PTV_KEEP_HIERARCHY \ + "PP_PTV_KEEP_HIERARCHY" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to normalize + * all vertex components into the [-1,1] range. That is, a bounding box + * for the whole scene is computed, the maximum component is taken and all + * meshes are scaled appropriately (uniformly of course!). + * This might be useful if you don't know the spatial dimension of the input + * data*/ +#define AI_CONFIG_PP_PTV_NORMALIZE \ + "PP_PTV_NORMALIZE" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to use + * a users defined matrix as the scene root node transformation before + * transforming vertices. + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_PP_PTV_ADD_ROOT_TRANSFORMATION \ + "PP_PTV_ADD_ROOT_TRANSFORMATION" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to use + * a users defined matrix as the scene root node transformation before + * transforming vertices. This property correspond to the 'a1' component + * of the transformation matrix. + * Property type: aiMatrix4x4. + */ +#define AI_CONFIG_PP_PTV_ROOT_TRANSFORMATION \ + "PP_PTV_ROOT_TRANSFORMATION" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_FindDegenerates step to + * remove degenerated primitives from the import - immediately. + * + * The default behaviour converts degenerated triangles to lines and + * degenerated lines to points. See the documentation to the + * #aiProcess_FindDegenerates step for a detailed example of the various ways + * to get rid of these lines and points if you don't want them. + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_PP_FD_REMOVE \ + "PP_FD_REMOVE" + +// --------------------------------------------------------------------------- +/** + * @brief Configures the #aiProcess_FindDegenerates to check the area of a + * triangle to be greater than e-6. If this is not the case the triangle will + * be removed if #AI_CONFIG_PP_FD_REMOVE is set to true. + */ +#define AI_CONFIG_PP_FD_CHECKAREA \ + "PP_FD_CHECKAREA" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_OptimizeGraph step to preserve nodes + * matching a name in a given list. + * + * This is a list of 1 to n strings, ' ' serves as delimiter character. + * Identifiers containing whitespaces must be enclosed in *single* + * quotation marks. For example: + * "keep-me and_me_to anotherNodeToBeKept \'name with whitespace\'". + * If a node matches on of these names, it will not be modified or + * removed by the postprocessing step.
+ * This option might be useful if you are using some magic node names + * to pass additional semantics through the content pipeline. This ensures + * they won't be optimized away, but a general optimization is still + * performed for nodes not contained in the list. + * Property type: String. Default value: n/a + * @note Linefeeds, tabs or carriage returns are treated as whitespace. + * Node names are case sensitive. + */ +#define AI_CONFIG_PP_OG_EXCLUDE_LIST \ + "PP_OG_EXCLUDE_LIST" + +// --------------------------------------------------------------------------- +/** @brief Set the maximum number of triangles in a mesh. + * + * This is used by the "SplitLargeMeshes" PostProcess-Step to determine + * whether a mesh must be split or not. + * @note The default value is AI_SLM_DEFAULT_MAX_TRIANGLES + * Property type: integer. + */ +#define AI_CONFIG_PP_SLM_TRIANGLE_LIMIT \ + "PP_SLM_TRIANGLE_LIMIT" + +// default value for AI_CONFIG_PP_SLM_TRIANGLE_LIMIT +#if (!defined AI_SLM_DEFAULT_MAX_TRIANGLES) +# define AI_SLM_DEFAULT_MAX_TRIANGLES 1000000 +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the maximum number of vertices in a mesh. + * + * This is used by the "SplitLargeMeshes" PostProcess-Step to determine + * whether a mesh must be split or not. + * @note The default value is AI_SLM_DEFAULT_MAX_VERTICES + * Property type: integer. + */ +#define AI_CONFIG_PP_SLM_VERTEX_LIMIT \ + "PP_SLM_VERTEX_LIMIT" + +// default value for AI_CONFIG_PP_SLM_VERTEX_LIMIT +#if (!defined AI_SLM_DEFAULT_MAX_VERTICES) +# define AI_SLM_DEFAULT_MAX_VERTICES 1000000 +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the maximum number of bones affecting a single vertex + * + * This is used by the #aiProcess_LimitBoneWeights PostProcess-Step. + * @note The default value is AI_LMW_MAX_WEIGHTS + * Property type: integer.*/ +#define AI_CONFIG_PP_LBW_MAX_WEIGHTS \ + "PP_LBW_MAX_WEIGHTS" + +// default value for AI_CONFIG_PP_LBW_MAX_WEIGHTS +#if (!defined AI_LMW_MAX_WEIGHTS) +# define AI_LMW_MAX_WEIGHTS 0x4 +#endif // !! AI_LMW_MAX_WEIGHTS + +// --------------------------------------------------------------------------- +/** @brief Lower the deboning threshold in order to remove more bones. + * + * This is used by the #aiProcess_Debone PostProcess-Step. + * @note The default value is AI_DEBONE_THRESHOLD + * Property type: float.*/ +#define AI_CONFIG_PP_DB_THRESHOLD \ + "PP_DB_THRESHOLD" + +// default value for AI_CONFIG_PP_LBW_MAX_WEIGHTS +#if (!defined AI_DEBONE_THRESHOLD) +# define AI_DEBONE_THRESHOLD 1.0f +#endif // !! AI_DEBONE_THRESHOLD + +// --------------------------------------------------------------------------- +/** @brief Require all bones qualify for deboning before removing any + * + * This is used by the #aiProcess_Debone PostProcess-Step. + * @note The default value is 0 + * Property type: bool.*/ +#define AI_CONFIG_PP_DB_ALL_OR_NONE \ + "PP_DB_ALL_OR_NONE" + +/** @brief Default value for the #AI_CONFIG_PP_ICL_PTCACHE_SIZE property + */ +#ifndef PP_ICL_PTCACHE_SIZE +# define PP_ICL_PTCACHE_SIZE 12 +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the size of the post-transform vertex cache to optimize the + * vertices for. This configures the #aiProcess_ImproveCacheLocality step. + * + * The size is given in vertices. Of course you can't know how the vertex + * format will exactly look like after the import returns, but you can still + * guess what your meshes will probably have. + * @note The default value is #PP_ICL_PTCACHE_SIZE. That results in slight + * performance improvements for most nVidia/AMD cards since 2002. + * Property type: integer. + */ +#define AI_CONFIG_PP_ICL_PTCACHE_SIZE "PP_ICL_PTCACHE_SIZE" + +// --------------------------------------------------------------------------- +/** @brief Enumerates components of the aiScene and aiMesh data structures + * that can be excluded from the import using the #aiProcess_RemoveComponent step. + * + * See the documentation to #aiProcess_RemoveComponent for more details. + */ +enum aiComponent +{ + /** Normal vectors */ +#ifdef SWIG + aiComponent_NORMALS = 0x2, +#else + aiComponent_NORMALS = 0x2u, +#endif + + /** Tangents and bitangents go always together ... */ +#ifdef SWIG + aiComponent_TANGENTS_AND_BITANGENTS = 0x4, +#else + aiComponent_TANGENTS_AND_BITANGENTS = 0x4u, +#endif + + /** ALL color sets + * Use aiComponent_COLORn(N) to specify the N'th set */ + aiComponent_COLORS = 0x8, + + /** ALL texture UV sets + * aiComponent_TEXCOORDn(N) to specify the N'th set */ + aiComponent_TEXCOORDS = 0x10, + + /** Removes all bone weights from all meshes. + * The scenegraph nodes corresponding to the bones are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_BONEWEIGHTS = 0x20, + + /** Removes all node animations (aiScene::mAnimations). + * The corresponding scenegraph nodes are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_ANIMATIONS = 0x40, + + /** Removes all embedded textures (aiScene::mTextures) */ + aiComponent_TEXTURES = 0x80, + + /** Removes all light sources (aiScene::mLights). + * The corresponding scenegraph nodes are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_LIGHTS = 0x100, + + /** Removes all cameras (aiScene::mCameras). + * The corresponding scenegraph nodes are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_CAMERAS = 0x200, + + /** Removes all meshes (aiScene::mMeshes). */ + aiComponent_MESHES = 0x400, + + /** Removes all materials. One default material will + * be generated, so aiScene::mNumMaterials will be 1. */ + aiComponent_MATERIALS = 0x800, + + + /** This value is not used. It is just there to force the + * compiler to map this enum to a 32 Bit integer. */ +#ifndef SWIG + _aiComponent_Force32Bit = 0x9fffffff +#endif +}; + +// Remove a specific color channel 'n' +#define aiComponent_COLORSn(n) (1u << (n+20u)) + +// Remove a specific UV channel 'n' +#define aiComponent_TEXCOORDSn(n) (1u << (n+25u)) + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_RemoveComponent step: + * Specifies the parts of the data structure to be removed. + * + * See the documentation to this step for further details. The property + * is expected to be an integer, a bitwise combination of the + * #aiComponent flags defined above in this header. The default + * value is 0. Important: if no valid mesh is remaining after the + * step has been executed (e.g you thought it was funny to specify ALL + * of the flags defined above) the import FAILS. Mainly because there is + * no data to work on anymore ... + */ +#define AI_CONFIG_PP_RVC_FLAGS \ + "PP_RVC_FLAGS" + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_SortByPType step: + * Specifies which primitive types are removed by the step. + * + * This is a bitwise combination of the aiPrimitiveType flags. + * Specifying all of them is illegal, of course. A typical use would + * be to exclude all line and point meshes from the import. This + * is an integer property, its default value is 0. + */ +#define AI_CONFIG_PP_SBP_REMOVE \ + "PP_SBP_REMOVE" + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_FindInvalidData step: + * Specifies the floating-point accuracy for animation values. The step + * checks for animation tracks where all frame values are absolutely equal + * and removes them. This tweakable controls the epsilon for floating-point + * comparisons - two keys are considered equal if the invariant + * abs(n0-n1)>epsilon holds true for all vector respectively quaternion + * components. The default value is 0.f - comparisons are exact then. + */ +#define AI_CONFIG_PP_FID_ANIM_ACCURACY \ + "PP_FID_ANIM_ACCURACY" + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_FindInvalidData step: + * Set to true to ignore texture coordinates. This may be useful if you have + * to assign different kind of textures like one for the summer or one for the winter. + */ +#define AI_CONFIG_PP_FID_IGNORE_TEXTURECOORDS \ + "PP_FID_IGNORE_TEXTURECOORDS" + +// TransformUVCoords evaluates UV scalings +#define AI_UVTRAFO_SCALING 0x1 + +// TransformUVCoords evaluates UV rotations +#define AI_UVTRAFO_ROTATION 0x2 + +// TransformUVCoords evaluates UV translation +#define AI_UVTRAFO_TRANSLATION 0x4 + +// Everything baked together -> default value +#define AI_UVTRAFO_ALL (AI_UVTRAFO_SCALING | AI_UVTRAFO_ROTATION | AI_UVTRAFO_TRANSLATION) + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_TransformUVCoords step: + * Specifies which UV transformations are evaluated. + * + * This is a bitwise combination of the AI_UVTRAFO_XXX flags (integer + * property, of course). By default all transformations are enabled + * (AI_UVTRAFO_ALL). + */ +#define AI_CONFIG_PP_TUV_EVALUATE \ + "PP_TUV_EVALUATE" + +// --------------------------------------------------------------------------- +/** @brief A hint to assimp to favour speed against import quality. + * + * Enabling this option may result in faster loading, but it needn't. + * It represents just a hint to loaders and post-processing steps to use + * faster code paths, if possible. + * This property is expected to be an integer, != 0 stands for true. + * The default value is 0. + */ +#define AI_CONFIG_FAVOUR_SPEED \ + "FAVOUR_SPEED" + +// ########################################################################### +// IMPORTER SETTINGS +// Various stuff to fine-tune the behaviour of specific importer plugins. +// ########################################################################### + +// --------------------------------------------------------------------------- +/** @brief Importers which parse JSON may use this to obtain a pointer to a + * rapidjson::IRemoteSchemaDocumentProvider. + * + * The default value is nullptr + * Property type: void* + */ +#define AI_CONFIG_IMPORT_SCHEMA_DOCUMENT_PROVIDER \ + "IMPORT_SCHEMA_DOCUMENT_PROVIDER" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will merge all geometry layers present + * in the source file or take only the first. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_ALL_GEOMETRY_LAYERS \ + "IMPORT_FBX_READ_ALL_GEOMETRY_LAYERS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read all materials present in the + * source file or take only the referenced materials. + * + * This is void unless IMPORT_FBX_READ_MATERIALS=1. + * + * The default value is false (0) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_ALL_MATERIALS \ + "IMPORT_FBX_READ_ALL_MATERIALS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read materials. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_MATERIALS \ + "IMPORT_FBX_READ_MATERIALS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read embedded textures. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_TEXTURES \ + "IMPORT_FBX_READ_TEXTURES" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read cameras. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_CAMERAS \ + "IMPORT_FBX_READ_CAMERAS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read light sources. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_LIGHTS \ + "IMPORT_FBX_READ_LIGHTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read animations. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_ANIMATIONS \ + "IMPORT_FBX_READ_ANIMATIONS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read weights. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_WEIGHTS \ + "IMPORT_FBX_READ_WEIGHTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will act in strict mode in which only + * FBX 2013 is supported and any other sub formats are rejected. FBX 2013 + * is the primary target for the importer, so this format is best + * supported and well-tested. + * + * The default value is false (0) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_STRICT_MODE \ + "IMPORT_FBX_STRICT_MODE" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will preserve pivot points for + * transformations (as extra nodes). If set to false, pivots and offsets + * will be evaluated whenever possible. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_PRESERVE_PIVOTS \ + "IMPORT_FBX_PRESERVE_PIVOTS" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the importer will drop empty animation curves or + * animation curves which match the bind pose transformation over their + * entire defined range. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_OPTIMIZE_EMPTY_ANIMATION_CURVES \ + "IMPORT_FBX_OPTIMIZE_EMPTY_ANIMATION_CURVES" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will use the legacy embedded texture naming. + * + * The default value is false (0) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING \ + "AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING" + +// --------------------------------------------------------------------------- +/** @brief Set wether the importer shall not remove empty bones. + * + * Empty bone are often used to define connections for other models. + */ +#define AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES \ + "AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES" + + +// --------------------------------------------------------------------------- +/** @brief Set wether the FBX importer shall convert the unit from cm to m. + */ +#define AI_CONFIG_FBX_CONVERT_TO_M \ + "AI_CONFIG_FBX_CONVERT_TO_M" + +// --------------------------------------------------------------------------- +/** @brief Will enable the skeleton struct to store bone data. + * + * This will decouple the bone coupling to the mesh. This feature is + * experimental. + */ +#define AI_CONFIG_FBX_USE_SKELETON_BONE_CONTAINER \ + "AI_CONFIG_FBX_USE_SKELETON_BONE_CONTAINER" + +// --------------------------------------------------------------------------- +/** @brief Set the vertex animation keyframe to be imported + * + * ASSIMP does not support vertex keyframes (only bone animation is supported). + * The library reads only one frame of models with vertex animations. + * By default this is the first frame. + * \note The default value is 0. This option applies to all importers. + * However, it is also possible to override the global setting + * for a specific loader. You can use the AI_CONFIG_IMPORT_XXX_KEYFRAME + * options (where XXX is a placeholder for the file format for which you + * want to override the global setting). + * Property type: integer. + */ +#define AI_CONFIG_IMPORT_GLOBAL_KEYFRAME "IMPORT_GLOBAL_KEYFRAME" + +#define AI_CONFIG_IMPORT_MD3_KEYFRAME "IMPORT_MD3_KEYFRAME" +#define AI_CONFIG_IMPORT_MD2_KEYFRAME "IMPORT_MD2_KEYFRAME" +#define AI_CONFIG_IMPORT_MDL_KEYFRAME "IMPORT_MDL_KEYFRAME" +#define AI_CONFIG_IMPORT_MDC_KEYFRAME "IMPORT_MDC_KEYFRAME" +#define AI_CONFIG_IMPORT_SMD_KEYFRAME "IMPORT_SMD_KEYFRAME" +#define AI_CONFIG_IMPORT_UNREAL_KEYFRAME "IMPORT_UNREAL_KEYFRAME" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read animations. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS "IMPORT_MDL_HL1_READ_ANIMATIONS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read animation events. + * \note This property requires AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS to be set to true. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATION_EVENTS "IMPORT_MDL_HL1_READ_ANIMATION_EVENTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read blend controllers. + * \note This property requires AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS to be set to true. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_BLEND_CONTROLLERS "IMPORT_MDL_HL1_READ_BLEND_CONTROLLERS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read sequence transition graph. + * \note This property requires AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS to be set to true. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_SEQUENCE_TRANSITIONS "IMPORT_MDL_HL1_READ_SEQUENCE_TRANSITIONS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read attachments info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_ATTACHMENTS "IMPORT_MDL_HL1_READ_ATTACHMENTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read bone controllers info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_BONE_CONTROLLERS "IMPORT_MDL_HL1_READ_BONE_CONTROLLERS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read hitboxes info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_HITBOXES "IMPORT_MDL_HL1_READ_HITBOXES" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read miscellaneous global model info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_MISC_GLOBAL_INFO "IMPORT_MDL_HL1_READ_MISC_GLOBAL_INFO" + +// --------------------------------------------------------------------------- +/** Smd load multiple animations + * + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_SMD_LOAD_ANIMATION_LIST "IMPORT_SMD_LOAD_ANIMATION_LIST" + +// --------------------------------------------------------------------------- +/** @brief Configures the AC loader to collect all surfaces which have the + * "Backface cull" flag set in separate meshes. + * + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_AC_SEPARATE_BFCULL \ + "IMPORT_AC_SEPARATE_BFCULL" + +// --------------------------------------------------------------------------- +/** @brief Configures whether the AC loader evaluates subdivision surfaces ( + * indicated by the presence of the 'subdiv' attribute in the file). By + * default, Assimp performs the subdivision using the standard + * Catmull-Clark algorithm + * + * * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_AC_EVAL_SUBDIVISION \ + "IMPORT_AC_EVAL_SUBDIVISION" + +// --------------------------------------------------------------------------- +/** @brief Configures the UNREAL 3D loader to separate faces with different + * surface flags (e.g. two-sided vs. single-sided). + * + * * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_UNREAL_HANDLE_FLAGS \ + "UNREAL_HANDLE_FLAGS" + +// --------------------------------------------------------------------------- +/** @brief Configures the terragen import plugin to compute uv's for + * terrains, if not given. Furthermore a default texture is assigned. + * + * UV coordinates for terrains are so simple to compute that you'll usually + * want to compute them on your own, if you need them. This option is intended + * for model viewers which want to offer an easy way to apply textures to + * terrains. + * * Property type: bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_TER_MAKE_UVS \ + "IMPORT_TER_MAKE_UVS" + +// --------------------------------------------------------------------------- +/** @brief Configures the ASE loader to always reconstruct normal vectors + * basing on the smoothing groups loaded from the file. + * + * Some ASE files have carry invalid normals, other don't. + * * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_ASE_RECONSTRUCT_NORMALS \ + "IMPORT_ASE_RECONSTRUCT_NORMALS" + +// --------------------------------------------------------------------------- +/** @brief Configures the M3D loader to detect and process multi-part + * Quake player models. + * + * These models usually consist of 3 files, lower.md3, upper.md3 and + * head.md3. If this property is set to true, Assimp will try to load and + * combine all three files if one of them is loaded. + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_MD3_HANDLE_MULTIPART \ + "IMPORT_MD3_HANDLE_MULTIPART" + +// --------------------------------------------------------------------------- +/** @brief Tells the MD3 loader which skin files to load. + * + * When loading MD3 files, Assimp checks whether a file + * [md3_file_name]_[skin_name].skin is existing. These files are used by + * Quake III to be able to assign different skins (e.g. red and blue team) + * to models. 'default', 'red', 'blue' are typical skin names. + * Property type: String. Default value: "default". + */ +#define AI_CONFIG_IMPORT_MD3_SKIN_NAME \ + "IMPORT_MD3_SKIN_NAME" + +// --------------------------------------------------------------------------- +/** @brief Specify if to try load Quake 3 shader files. This also controls + * original surface name handling: when disabled it will be used unchanged. + * + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_MD3_LOAD_SHADERS \ + "IMPORT_MD3_LOAD_SHADERS" + +// --------------------------------------------------------------------------- +/** @brief Specify the Quake 3 shader file to be used for a particular + * MD3 file. This can also be a search path. + * + * By default Assimp's behaviour is as follows: If a MD3 file + * any_path/models/any_q3_subdir/model_name/file_name.md3 is + * loaded, the library tries to locate the corresponding shader file in + * any_path/scripts/model_name.shader. This property overrides this + * behaviour. It can either specify a full path to the shader to be loaded + * or alternatively the path (relative or absolute) to the directory where + * the shaders for all MD3s to be loaded reside. Assimp attempts to open + * IMPORT_MD3_SHADER_SRC/model_name.shader first, IMPORT_MD3_SHADER_SRC/file_name.shader + * is the fallback file. Note that IMPORT_MD3_SHADER_SRC should have a terminal (back)slash. + * Property type: String. Default value: n/a. + */ +#define AI_CONFIG_IMPORT_MD3_SHADER_SRC \ + "IMPORT_MD3_SHADER_SRC" + +// --------------------------------------------------------------------------- +/** @brief Configures the LWO loader to load just one layer from the model. + * + * LWO files consist of layers and in some cases it could be useful to load + * only one of them. This property can be either a string - which specifies + * the name of the layer - or an integer - the index of the layer. If the + * property is not set the whole LWO model is loaded. Loading fails if the + * requested layer is not available. The layer index is zero-based and the + * layer name may not be empty.
+ * Property type: Integer. Default value: all layers are loaded. + */ +#define AI_CONFIG_IMPORT_LWO_ONE_LAYER_ONLY \ + "IMPORT_LWO_ONE_LAYER_ONLY" + +// --------------------------------------------------------------------------- +/** @brief Configures the MD5 loader to not load the MD5ANIM file for + * a MD5MESH file automatically. + * + * The default strategy is to look for a file with the same name but the + * MD5ANIM extension in the same directory. If it is found, it is loaded + * and combined with the MD5MESH file. This configuration option can be + * used to disable this behaviour. + * + * * Property type: bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_MD5_NO_ANIM_AUTOLOAD \ + "IMPORT_MD5_NO_ANIM_AUTOLOAD" + +// --------------------------------------------------------------------------- +/** @brief Defines the begin of the time range for which the LWS loader + * evaluates animations and computes aiNodeAnim's. + * + * Assimp provides full conversion of LightWave's envelope system, including + * pre and post conditions. The loader computes linearly subsampled animation + * chanels with the frame rate given in the LWS file. This property defines + * the start time. Note: animation channels are only generated if a node + * has at least one envelope with more tan one key assigned. This property. + * is given in frames, '0' is the first frame. By default, if this property + * is not set, the importer takes the animation start from the input LWS + * file ('FirstFrame' line)
+ * Property type: Integer. Default value: taken from file. + * + * @see AI_CONFIG_IMPORT_LWS_ANIM_END - end of the imported time range + */ +#define AI_CONFIG_IMPORT_LWS_ANIM_START \ + "IMPORT_LWS_ANIM_START" +#define AI_CONFIG_IMPORT_LWS_ANIM_END \ + "IMPORT_LWS_ANIM_END" + +// --------------------------------------------------------------------------- +/** @brief Defines the output frame rate of the IRR loader. + * + * IRR animations are difficult to convert for Assimp and there will + * always be a loss of quality. This setting defines how many keys per second + * are returned by the converter.
+ * Property type: integer. Default value: 100 + */ +#define AI_CONFIG_IMPORT_IRR_ANIM_FPS \ + "IMPORT_IRR_ANIM_FPS" + +// --------------------------------------------------------------------------- +/** @brief Ogre Importer will try to find referenced materials from this file. + * + * Ogre meshes reference with material names, this does not tell Assimp the file + * where it is located in. Assimp will try to find the source file in the following + * order: .material, .material and + * lastly the material name defined by this config property. + *
+ * Property type: String. Default value: Scene.material. + */ +#define AI_CONFIG_IMPORT_OGRE_MATERIAL_FILE \ + "IMPORT_OGRE_MATERIAL_FILE" + +// --------------------------------------------------------------------------- +/** @brief Ogre Importer detect the texture usage from its filename. + * + * Ogre material texture units do not define texture type, the textures usage + * depends on the used shader or Ogre's fixed pipeline. If this config property + * is true Assimp will try to detect the type from the textures filename postfix: + * _n, _nrm, _nrml, _normal, _normals and _normalmap for normal map, _s, _spec, + * _specular and _specularmap for specular map, _l, _light, _lightmap, _occ + * and _occlusion for light map, _disp and _displacement for displacement map. + * The matching is case insensitive. Post fix is taken between the last + * underscore and the last period. + * Default behavior is to detect type from lower cased texture unit name by + * matching against: normalmap, specularmap, lightmap and displacementmap. + * For both cases if no match is found aiTextureType_DIFFUSE is used. + *
+ * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_OGRE_TEXTURETYPE_FROM_FILENAME \ + "IMPORT_OGRE_TEXTURETYPE_FROM_FILENAME" + + /** @brief Specifies whether the Android JNI asset extraction is supported. + * + * Turn on this option if you want to manage assets in native + * Android application without having to keep the internal directory and asset + * manager pointer. + */ + #define AI_CONFIG_ANDROID_JNI_ASSIMP_MANAGER_SUPPORT "AI_CONFIG_ANDROID_JNI_ASSIMP_MANAGER_SUPPORT" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the IFC loader skips over IfcSpace elements. + * + * IfcSpace elements (and their geometric representations) are used to + * represent, well, free space in a building storey.
+ * Property type: Bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_IFC_SKIP_SPACE_REPRESENTATIONS "IMPORT_IFC_SKIP_SPACE_REPRESENTATIONS" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the IFC loader will use its own, custom triangulation + * algorithm to triangulate wall and floor meshes. + * + * If this property is set to false, walls will be either triangulated by + * #aiProcess_Triangulate or will be passed through as huge polygons with + * faked holes (i.e. holes that are connected with the outer boundary using + * a dummy edge). It is highly recommended to set this property to true + * if you want triangulated data because #aiProcess_Triangulate is known to + * have problems with the kind of polygons that the IFC loader spits out for + * complicated meshes. + * Property type: Bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_IFC_CUSTOM_TRIANGULATION "IMPORT_IFC_CUSTOM_TRIANGULATION" + +// --------------------------------------------------------------------------- +/** @brief Set the tessellation conic angle for IFC smoothing curves. + * + * This is used by the IFC importer to determine the tessellation parameter + * for smoothing curves. + * @note The default value is AI_IMPORT_IFC_DEFAULT_SMOOTHING_ANGLE and the + * accepted values are in range [5.0, 120.0]. + * Property type: Float. + */ +#define AI_CONFIG_IMPORT_IFC_SMOOTHING_ANGLE "IMPORT_IFC_SMOOTHING_ANGLE" + +// default value for AI_CONFIG_IMPORT_IFC_SMOOTHING_ANGLE +#if (!defined AI_IMPORT_IFC_DEFAULT_SMOOTHING_ANGLE) +# define AI_IMPORT_IFC_DEFAULT_SMOOTHING_ANGLE 10.0f +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the tessellation for IFC cylindrical shapes. + * + * This is used by the IFC importer to determine the tessellation parameter + * for cylindrical shapes, i.e. the number of segments used to approximate a circle. + * @note The default value is AI_IMPORT_IFC_DEFAULT_CYLINDRICAL_TESSELLATION and the + * accepted values are in range [3, 180]. + * Property type: Integer. + */ +#define AI_CONFIG_IMPORT_IFC_CYLINDRICAL_TESSELLATION "IMPORT_IFC_CYLINDRICAL_TESSELLATION" + +// default value for AI_CONFIG_IMPORT_IFC_CYLINDRICAL_TESSELLATION +#if (!defined AI_IMPORT_IFC_DEFAULT_CYLINDRICAL_TESSELLATION) +# define AI_IMPORT_IFC_DEFAULT_CYLINDRICAL_TESSELLATION 32 +#endif + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the Collada loader will ignore the provided up direction. + * + * If this property is set to true, the up direction provided in the file header will + * be ignored and the file will be loaded as is. + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_COLLADA_IGNORE_UP_DIRECTION "IMPORT_COLLADA_IGNORE_UP_DIRECTION" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the Collada loader should use Collada names. + * + * If this property is set to true, the Collada names will be used as the node and + * mesh names. The default is to use the id tag (resp. sid tag, if no id tag is present) + * instead. + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_COLLADA_USE_COLLADA_NAMES "IMPORT_COLLADA_USE_COLLADA_NAMES" + +// ---------- All the Export defines ------------ + +/** @brief Specifies the xfile use double for real values of float + * + * Property type: Bool. Default value: false. + */ + +#define AI_CONFIG_EXPORT_XFILE_64BIT "EXPORT_XFILE_64BIT" + +/** @brief Specifies whether the assimp export shall be able to export point clouds + * + * When this flag is not defined the render data has to contain valid faces. + * Point clouds are only a collection of vertices which have nor spatial organization + * by a face and the validation process will remove them. Enabling this feature will + * switch off the flag and enable the functionality to export pure point clouds. + * + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_EXPORT_POINT_CLOUDS "EXPORT_POINT_CLOUDS" + +/** @brief Specifies whether to use the deprecated KHR_materials_pbrSpecularGlossiness extension + * + * When this flag is undefined any material with specularity will use the new KHR_materials_specular + * extension. Enabling this flag will revert to the deprecated extension. Note that exporting + * KHR_materials_pbrSpecularGlossiness with extensions other than KHR_materials_unlit is unsupported, + * including the basic pbrMetallicRoughness spec. + * + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_USE_GLTF_PBR_SPECULAR_GLOSSINESS "USE_GLTF_PBR_SPECULAR_GLOSSINESS" + +/** + * @brief Specifies the blob name, assimp uses for exporting. + * + * Some formats require auxiliary files to be written, that need to be linked back into + * the original file. For example, OBJ files export materials to a separate MTL file and + * use the `mtllib` keyword to reference this file. + * + * When exporting blobs using #ExportToBlob, assimp does not know the name of the blob + * file and thus outputs `mtllib $blobfile.mtl`, which might not be desired, since the + * MTL file might be called differently. + * + * This property can be used to give the exporter a hint on how to use the magic + * `$blobfile` keyword. If the exporter detects the keyword and is provided with a name + * for the blob, it instead uses this name. + */ +#define AI_CONFIG_EXPORT_BLOB_NAME "EXPORT_BLOB_NAME" + +/** + * @brief Specifies a global key factor for scale, float value + */ +#define AI_CONFIG_GLOBAL_SCALE_FACTOR_KEY "GLOBAL_SCALE_FACTOR" + +#if (!defined AI_CONFIG_GLOBAL_SCALE_FACTOR_DEFAULT) +# define AI_CONFIG_GLOBAL_SCALE_FACTOR_DEFAULT 1.0f +#endif // !! AI_DEBONE_THRESHOLD + +#define AI_CONFIG_APP_SCALE_KEY "APP_SCALE_FACTOR" + +#if (!defined AI_CONFIG_APP_SCALE_KEY) +# define AI_CONFIG_APP_SCALE_KEY 1.0 +#endif // AI_CONFIG_APP_SCALE_KEY + + +// ---------- All the Build/Compile-time defines ------------ + +/** @brief Specifies if double precision is supported inside assimp + * + * Property type: Bool. Default value: undefined. + */ + +/* #undef ASSIMP_DOUBLE_PRECISION */ + +#endif // !! AI_CONFIG_H_INC diff --git a/cmake-build-minsizerel/libs/assimp/revision.h b/cmake-build-minsizerel/libs/assimp/revision.h new file mode 100644 index 0000000..13edb29 --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/revision.h @@ -0,0 +1,29 @@ +#ifndef ASSIMP_REVISION_H_INC +#define ASSIMP_REVISION_H_INC + +#define GitVersion 0xfeb0303f +#define GitBranch "master" + +#define VER_MAJOR 5 +#define VER_MINOR 2 +#define VER_PATCH 5 +#define VER_BUILD 0 + +#define STR_HELP(x) #x +#define STR(x) STR_HELP(x) + +#define VER_FILEVERSION VER_MAJOR,VER_MINOR,VER_PATCH,VER_BUILD +#if (GitVersion == 0) +#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD) +#else +#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD) " (Commit feb0303f)" +#endif +#define VER_COPYRIGHT_STR "\xA9 2006-2022" + +#ifdef NDEBUG +#define VER_ORIGINAL_FILENAME_STR "libassimp.dll" +#else +#define VER_ORIGINAL_FILENAME_STR "libassimp.dll" +#endif // NDEBUG + +#endif // ASSIMP_REVISION_H_INC diff --git a/cmake-build-minsizerel/libs/assimp/test/cmake_install.cmake b/cmake-build-minsizerel/libs/assimp/test/cmake_install.cmake new file mode 100644 index 0000000..8c00088 --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/test/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/test + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +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 each subdirectory. + include("/home/brett/git/parksandrec/cmake-build-minsizerel/libs/assimp/test/headercheck/cmake_install.cmake") + +endif() + diff --git a/cmake-build-minsizerel/libs/assimp/test/headercheck/cmake_install.cmake b/cmake-build-minsizerel/libs/assimp/test/headercheck/cmake_install.cmake new file mode 100644 index 0000000..c65bae0 --- /dev/null +++ b/cmake-build-minsizerel/libs/assimp/test/headercheck/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/test/headercheck + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-minsizerel.cmake b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-minsizerel.cmake new file mode 100644 index 0000000..629cecb --- /dev/null +++ b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-minsizerel.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "MinSizeRel". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "glfw" for configuration "MinSizeRel" +set_property(TARGET glfw APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) +set_target_properties(glfw PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "C" + IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/libglfw3.a" + ) + +list(APPEND _cmake_import_check_targets glfw ) +list(APPEND _cmake_import_check_files_for_glfw "${_IMPORT_PREFIX}/lib/libglfw3.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake new file mode 100644 index 0000000..4e3ace7 --- /dev/null +++ b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake @@ -0,0 +1,103 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.24) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS glfw) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target glfw +add_library(glfw STATIC IMPORTED) + +set_target_properties(glfw PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "/usr/lib/librt.a;/usr/lib/libm.so;\$;/usr/lib/libX11.so" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/glfw3Targets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/cmake_install.cmake b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/cmake_install.cmake new file mode 100644 index 0000000..5b251c1 --- /dev/null +++ b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/cmake_install.cmake @@ -0,0 +1,97 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8 + +# 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 "MinSizeRel") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include/GLFW" FILES_MATCHING REGEX "/glfw3\\.h$" REGEX "/glfw3native\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES + "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake" + "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake" + "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-minsizerel.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3.pc") +endif() + diff --git a/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake new file mode 100644 index 0000000..2fe93a4 --- /dev/null +++ b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake @@ -0,0 +1,29 @@ + +if (NOT EXISTS "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: \"/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/install_manifest.txt\"") +endif() + +file(READ "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/install_manifest.txt" files) +string(REGEX REPLACE "\n" ";" files "${files}") + +foreach (file ${files}) + message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") + if (EXISTS "$ENV{DESTDIR}${file}") + exec_program("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + MESSAGE(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") + endif() + elseif (IS_SYMLINK "$ENV{DESTDIR}${file}") + EXEC_PROGRAM("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + message(FATAL_ERROR "Problem when removing symlink \"$ENV{DESTDIR}${file}\"") + endif() + else() + message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") + endif() +endforeach() + diff --git a/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake new file mode 100644 index 0000000..dda3dab --- /dev/null +++ b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "MinSizeRel") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/cmake_install.cmake b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/cmake_install.cmake new file mode 100644 index 0000000..652426d --- /dev/null +++ b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "MinSizeRel") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/git/parksandrec/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/libglfw3.a") +endif() + diff --git a/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3.pc b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3.pc new file mode 100644 index 0000000..bee23f7 --- /dev/null +++ b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3.pc @@ -0,0 +1,13 @@ +prefix=/usr/local +exec_prefix=${prefix} +includedir=/usr/local/include +libdir=/usr/local/lib + +Name: GLFW +Description: A multi-platform library for OpenGL, window and input +Version: 3.3.8 +URL: https://www.glfw.org/ +Requires.private: x11 +Libs: -L${libdir} -lglfw3 +Libs.private: -lrt -lm -ldl +Cflags: -I${includedir} diff --git a/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake new file mode 100644 index 0000000..1fa200e --- /dev/null +++ b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake") diff --git a/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake new file mode 100644 index 0000000..3cbc6d3 --- /dev/null +++ b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake @@ -0,0 +1,65 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "3.3.8") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("3.3.8" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "3.3.8") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw_config.h b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw_config.h new file mode 100644 index 0000000..15ac27c --- /dev/null +++ b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/src/glfw_config.h @@ -0,0 +1,58 @@ +//======================================================================== +// GLFW 3.3 - www.glfw.org +//------------------------------------------------------------------------ +// Copyright (c) 2010-2016 Camilla Löwy +// +// This software is provided 'as-is', without any express or implied +// warranty. In no event will the authors be held liable for any damages +// arising from the use of this software. +// +// Permission is granted to anyone to use this software for any purpose, +// including commercial applications, and to alter it and redistribute it +// freely, subject to the following restrictions: +// +// 1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software. If you use this software +// in a product, an acknowledgment in the product documentation would +// be appreciated but is not required. +// +// 2. Altered source versions must be plainly marked as such, and must not +// be misrepresented as being the original software. +// +// 3. This notice may not be removed or altered from any source +// distribution. +// +//======================================================================== +// As glfw_config.h.in, this file is used by CMake to produce the +// glfw_config.h configuration header file. If you are adding a feature +// requiring conditional compilation, this is where to add the macro. +//======================================================================== +// As glfw_config.h, this file defines compile-time option macros for a +// specific platform and development environment. If you are using the +// GLFW CMake files, modify glfw_config.h.in instead of this file. If you +// are using your own build system, make this file define the appropriate +// macros in whatever way is suitable. +//======================================================================== + +// Define this to 1 if building GLFW for X11 +#define _GLFW_X11 +// Define this to 1 if building GLFW for Win32 +/* #undef _GLFW_WIN32 */ +// Define this to 1 if building GLFW for Cocoa +/* #undef _GLFW_COCOA */ +// Define this to 1 if building GLFW for Wayland +/* #undef _GLFW_WAYLAND */ +// Define this to 1 if building GLFW for OSMesa +/* #undef _GLFW_OSMESA */ + +// Define this to 1 if building as a shared library / dynamic library / DLL +/* #undef _GLFW_BUILD_DLL */ +// Define this to 1 to use Vulkan loader linked statically into application +/* #undef _GLFW_VULKAN_STATIC */ + +// Define this to 1 to force use of high-performance GPU on hybrid systems +/* #undef _GLFW_USE_HYBRID_HPG */ + +// Define this to 1 if the libc supports memfd_create() +/* #undef HAVE_MEMFD_CREATE */ + diff --git a/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake new file mode 100644 index 0000000..c8eb463 --- /dev/null +++ b/cmake-build-minsizerel/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "MinSizeRel") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-release/.cmake/api/v1/reply/cache-v2-922c4653cdc54003a623.json b/cmake-build-release/.cmake/api/v1/reply/cache-v2-5278c71c4b92253d2ab1.json similarity index 98% rename from cmake-build-release/.cmake/api/v1/reply/cache-v2-922c4653cdc54003a623.json rename to cmake-build-release/.cmake/api/v1/reply/cache-v2-5278c71c4b92253d2ab1.json index 60da129..9ed7f95 100644 --- a/cmake-build-release/.cmake/api/v1/reply/cache-v2-922c4653cdc54003a623.json +++ b/cmake-build-release/.cmake/api/v1/reply/cache-v2-5278c71c4b92253d2ab1.json @@ -1,6 +1,18 @@ { "entries" : [ + { + "name" : "ADDRESS_SANITIZER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the address sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, { "name" : "AMD64", "properties" : @@ -2113,6 +2125,42 @@ "type" : "FILEPATH", "value" : "DOXYGEN_EXECUTABLE-NOTFOUND" }, + { + "name" : "ENABLE_ADDRSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the address sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_TSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the thread data race sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the ub sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, { "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenGL", "properties" : @@ -3065,6 +3113,18 @@ "type" : "FILEPATH", "value" : "/usr/lib/librt.a" }, + { + "name" : "UB_SANITIZER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the ub sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, { "name" : "X11_ICE_INCLUDE_PATH", "properties" : diff --git a/cmake-build-release/.cmake/api/v1/reply/codemodel-v2-713e72b613a5c824b5d4.json b/cmake-build-release/.cmake/api/v1/reply/codemodel-v2-35b8777aeb113c3dcee8.json similarity index 99% rename from cmake-build-release/.cmake/api/v1/reply/codemodel-v2-713e72b613a5c824b5d4.json rename to cmake-build-release/.cmake/api/v1/reply/codemodel-v2-35b8777aeb113c3dcee8.json index a50622f..0420d79 100644 --- a/cmake-build-release/.cmake/api/v1/reply/codemodel-v2-713e72b613a5c824b5d4.json +++ b/cmake-build-release/.cmake/api/v1/reply/codemodel-v2-35b8777aeb113c3dcee8.json @@ -439,7 +439,7 @@ { "directoryIndex" : 0, "id" : "parksnrec::@6890427a1f51a3e7e1df", - "jsonFile" : "target-parksnrec-Release-a11495485a2cd01048cf.json", + "jsonFile" : "target-parksnrec-Release-b16143cc1de58f317051.json", "name" : "parksnrec", "projectIndex" : 0 }, diff --git a/cmake-build-release/.cmake/api/v1/reply/index-2023-06-12T22-07-55-0950.json b/cmake-build-release/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0699.json similarity index 86% rename from cmake-build-release/.cmake/api/v1/reply/index-2023-06-12T22-07-55-0950.json rename to cmake-build-release/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0699.json index abe4b51..04e8e42 100644 --- a/cmake-build-release/.cmake/api/v1/reply/index-2023-06-12T22-07-55-0950.json +++ b/cmake-build-release/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0699.json @@ -26,7 +26,7 @@ "objects" : [ { - "jsonFile" : "codemodel-v2-713e72b613a5c824b5d4.json", + "jsonFile" : "codemodel-v2-35b8777aeb113c3dcee8.json", "kind" : "codemodel", "version" : { @@ -35,7 +35,7 @@ } }, { - "jsonFile" : "cache-v2-922c4653cdc54003a623.json", + "jsonFile" : "cache-v2-5278c71c4b92253d2ab1.json", "kind" : "cache", "version" : { @@ -66,7 +66,7 @@ { "cache-v2" : { - "jsonFile" : "cache-v2-922c4653cdc54003a623.json", + "jsonFile" : "cache-v2-5278c71c4b92253d2ab1.json", "kind" : "cache", "version" : { @@ -86,7 +86,7 @@ }, "codemodel-v2" : { - "jsonFile" : "codemodel-v2-713e72b613a5c824b5d4.json", + "jsonFile" : "codemodel-v2-35b8777aeb113c3dcee8.json", "kind" : "codemodel", "version" : { diff --git a/cmake-build-release/.cmake/api/v1/reply/target-parksnrec-Release-a11495485a2cd01048cf.json b/cmake-build-release/.cmake/api/v1/reply/target-parksnrec-Release-b16143cc1de58f317051.json similarity index 96% rename from cmake-build-release/.cmake/api/v1/reply/target-parksnrec-Release-a11495485a2cd01048cf.json rename to cmake-build-release/.cmake/api/v1/reply/target-parksnrec-Release-b16143cc1de58f317051.json index c4d28af..dd6d570 100644 --- a/cmake-build-release/.cmake/api/v1/reply/target-parksnrec-Release-a11495485a2cd01048cf.json +++ b/cmake-build-release/.cmake/api/v1/reply/target-parksnrec-Release-b16143cc1de58f317051.json @@ -31,31 +31,31 @@ { "command" : 0, "file" : 0, - "line" : 26, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 28, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 29, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, "line" : 30, "parent" : 0 }, { "command" : 1, "file" : 0, - "line" : 31, + "line" : 32, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 33, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 34, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 35, "parent" : 0 }, { @@ -94,13 +94,13 @@ { "command" : 3, "file" : 0, - "line" : 32, + "line" : 36, "parent" : 0 }, { "command" : 4, "file" : 0, - "line" : 22, + "line" : 26, "parent" : 0 } ] @@ -176,7 +176,8 @@ 9, 10, 11, - 12 + 12, + 13 ] } ], @@ -300,7 +301,8 @@ 9, 10, 11, - 12 + 12, + 13 ] } ], @@ -372,6 +374,12 @@ "path" : "src/parks/renderer/engine.cpp", "sourceGroupIndex" : 0 }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/player.cpp", + "sourceGroupIndex" : 0 + }, { "backtrace" : 1, "compileGroupIndex" : 0, diff --git a/cmake-build-release/CMakeCache.txt b/cmake-build-release/CMakeCache.txt index 877d241..1c95b6e 100644 --- a/cmake-build-release/CMakeCache.txt +++ b/cmake-build-release/CMakeCache.txt @@ -14,6 +14,9 @@ # EXTERNAL cache entries ######################## +//Enable the address sanitizer +ADDRESS_SANITIZER:BOOL=OFF + //Android JNI IOSystem support is active ASSIMP_ANDROID_JNIIOSYSTEM:BOOL=OFF @@ -417,6 +420,15 @@ CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Doxygen documentation generation tool (https://www.doxygen.nl) DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND +//Enable the address sanitizer +ENABLE_ADDRSAN:BOOL=OFF + +//Enable the thread data race sanitizer +ENABLE_TSAN:BOOL=OFF + +//Enable the ub sanitizer +ENABLE_UBSAN:BOOL=OFF + //Path to a file. FREETYPE_INCLUDE_DIR_freetype2:PATH=/usr/include/freetype2 @@ -504,6 +516,9 @@ PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config //Path to a library. RT_LIBRARY:FILEPATH=/usr/lib/librt.a +//Enable the ub sanitizer +UB_SANITIZER:BOOL=OFF + //Path to a file. X11_ICE_INCLUDE_PATH:PATH=/usr/include diff --git a/cmake-build-release/build.ninja b/cmake-build-release/build.ninja index 99bd763..336c186 100644 --- a/cmake-build-release/build.ninja +++ b/cmake-build-release/build.ninja @@ -126,6 +126,13 @@ build CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o: CXX_COMPILER__pa OBJECT_DIR = CMakeFiles/parksnrec.dir OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer +build CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o: CXX_COMPILER__parksnrec_unscanned_Release /home/brett/git/parksandrec/src/parks/renderer/player.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o.d + FLAGS = -O3 -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-release/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-release/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + build CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o: CXX_COMPILER__parksnrec_unscanned_Release /home/brett/git/parksandrec/src/parks/renderer/resources.cpp || cmake_object_order_depends_target_parksnrec DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o.d FLAGS = -O3 -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic @@ -148,7 +155,7 @@ build CMakeFiles/parksnrec.dir/src/parks/window.cpp.o: CXX_COMPILER__parksnrec_u ############################################# # Link the executable parksnrec -build parksnrec: CXX_EXECUTABLE_LINKER__parksnrec_Release CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o CMakeFiles/parksnrec.dir/src/parks/app.cpp.o CMakeFiles/parksnrec.dir/src/parks/main.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o CMakeFiles/parksnrec.dir/src/parks/window.cpp.o | libs/glfw/glfw-3.3.8/src/libglfw3.a libs/BLT/libBLT.a libs/assimp/lib/libassimp.a /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a || libs/BLT/libBLT.a libs/assimp/contrib/zlib/libzlibstatic.a libs/assimp/lib/libassimp.a libs/glfw/glfw-3.3.8/src/libglfw3.a +build parksnrec: CXX_EXECUTABLE_LINKER__parksnrec_Release CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o CMakeFiles/parksnrec.dir/src/parks/app.cpp.o CMakeFiles/parksnrec.dir/src/parks/main.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o CMakeFiles/parksnrec.dir/src/parks/window.cpp.o | libs/glfw/glfw-3.3.8/src/libglfw3.a libs/BLT/libBLT.a libs/assimp/lib/libassimp.a /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a || libs/BLT/libBLT.a libs/assimp/contrib/zlib/libzlibstatic.a libs/assimp/lib/libassimp.a libs/glfw/glfw-3.3.8/src/libglfw3.a FLAGS = -O3 -DNDEBUG LINK_FLAGS = -rdynamic LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a libs/BLT/libBLT.a -lOpenGL libs/assimp/lib/libassimp.a -Wl,-Bstatic -lrt -Wl,-Bdynamic -lm -ldl -lX11 /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a -lrt diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/query/cache-v2 b/cmake-build-relwithdebinfo/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-relwithdebinfo/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/query/codemodel-v2 b/cmake-build-relwithdebinfo/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/query/toolchains-v1 b/cmake-build-relwithdebinfo/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cache-v2-a977cd88c4b209620407.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cache-v2-a977cd88c4b209620407.json new file mode 100644 index 0000000..f08539d --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cache-v2-a977cd88c4b209620407.json @@ -0,0 +1,4671 @@ +{ + "entries" : + [ + { + "name" : "AMD64", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable building amd64 assembly implementation" + } + ], + "type" : "INTERNAL", + "value" : "FALSE" + }, + { + "name" : "ASM686", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable building i686 assembly implementation" + } + ], + "type" : "INTERNAL", + "value" : "FALSE" + }, + { + "name" : "ASSIMP_ANDROID_JNIIOSYSTEM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Android JNI IOSystem support is active" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_ARCHIVE_OUTPUT_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path for library output files" + } + ], + "type" : "STRING", + "value" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/lib" + }, + { + "name" : "ASSIMP_ASAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable AddressSanitizer." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_ALL_EXPORTERS_BY_DEFAULT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "default value of all ASSIMP_BUILD_XXX_EXPORTER values" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_BUILD_ALL_IMPORTERS_BY_DEFAULT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "default value of all ASSIMP_BUILD_XXX_IMPORTER values" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_BUILD_ARCHITECTURE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "describe the current architecture." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "ASSIMP_BUILD_ASSIMP_TOOLS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the supplementary tools for Assimp are built in addition to the library." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "describe the current compiler." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "ASSIMP_BUILD_DOCS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build documentation using Doxygen." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_DRACO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the Draco libraries are to be built. Primarily for glTF" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_FRAMEWORK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build package as Mac OS X Framework bundle." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_NONFREE_C4D_IMPORTER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the C4D importer, which relies on the non-free Cineware SDK." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_SAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the official samples are built as well (needs Glut)." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "If the test suite for Assimp is built in addition to the library." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_BUILD_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build your own zlib" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_COVERALLS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable this to measure test coverage." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_DOUBLE_PRECISION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Set to ON to enable double precision processing" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_HEADERCHECK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "adds the target headercheck which compiles every header file, default disabled because it adds many targets" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_HUNTER_ENABLED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Hunter package manager support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_IGNORE_GIT_HASH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Don't call git to get the hash." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_INJECT_DEBUG_POSTFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Inject debug postfix in .a/.so/.dll lib names" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable this if you want to use assimp as a submodule." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_LIBRARY_OUTPUT_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path for library output files" + } + ], + "type" : "STRING", + "value" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/bin" + }, + { + "name" : "ASSIMP_LIBRARY_SUFFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Suffix to append to library names" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "ASSIMP_NO_EXPORT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable Assimp's export functionality." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_OPT_BUILD_PACKAGES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Set to ON to generate CPack configuration files and packaging targets" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_PACKAGE_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "the package-specific version used for uploading the sources" + } + ], + "type" : "STRING", + "value" : "0" + }, + { + "name" : "ASSIMP_RAPIDJSON_NO_MEMBER_ITERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Suppress rapidjson warning on MSVC (NOTE: breaks android build)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ASSIMP_RUNTIME_OUTPUT_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path for runtime output files" + } + ], + "type" : "STRING", + "value" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/bin" + }, + { + "name" : "ASSIMP_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Undefined Behavior sanitizer." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ASSIMP_WARNINGS_AS_ERRORS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Treat all warnings as errors." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "Assimp_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp" + }, + { + "name" : "Assimp_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "Assimp_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/assimp" + }, + { + "name" : "BLT_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT" + }, + { + "name" : "BLT_ENABLE_LOGGING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable blt::logging" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BLT_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "BLT_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;ZLIB::ZLIB;" + }, + { + "name" : "BLT_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/BLT" + }, + { + "name" : "BUILD_NBT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT NBT + eNBT extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PROFILING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT profiler extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_SHARED_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build package with shared libraries." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_STD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT standard utilities." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT test set" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "RelWithDebInfo" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "26" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/c++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/cc" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DEBUG_POSTFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Debug Postfix for lib, samples and tools" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_CONNECT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function connect" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_GETHOSTBYNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function gethostbyname" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_REMOVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function remove" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_SHMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function shmat" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/git/parksandrec" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library ICE" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/opt/clion/bin/ninja/linux/x64/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "9" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "parksnrec" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "DOXYGEN_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Doxygen documentation generation tool (https://www.doxygen.nl)" + } + ], + "type" : "FILEPATH", + "value" : "DOXYGEN_EXECUTABLE-NOTFOUND" + }, + { + "name" : "ENABLE_ADDRSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the address sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_TSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the thread data race sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the ub sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenGL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding OpenGL" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/libOpenGL.so][/usr/lib/libGLX.so][/usr/include][c ][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Threads" + } + ], + "type" : "INTERNAL", + "value" : "[TRUE][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_X11", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding X11" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/libX11.so][c ][v()]" + }, + { + "name" : "FREETYPE_INCLUDE_DIR_freetype2", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/freetype2" + }, + { + "name" : "FREETYPE_INCLUDE_DIR_ft2build", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/freetype2" + }, + { + "name" : "FREETYPE_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "FREETYPE_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "FREETYPE_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfreetype.so" + }, + { + "name" : "Fontconfig_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "Fontconfig_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfontconfig.so" + }, + { + "name" : "GLFW_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8" + }, + { + "name" : "GLFW_BUILD_DOCS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW documentation" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_BUILD_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW example programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW test programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generate installation target" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "GLFW_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8" + }, + { + "name" : "GLFW_USE_OSMESA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use OSMesa for offscreen context creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_USE_WAYLAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use Wayland for window creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_VULKAN_STATIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Assume the Vulkan loader is linked with the application" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "HAVE_FSEEKO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function fseeko" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_OFF64_T", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Result of TRY_COMPILE" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "HAVE_STDDEF_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include stddef.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_STDINT_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include stdint.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_SYS_TYPES_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include sys/types.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "MATH_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libm.so" + }, + { + "name" : "OFF64_T", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CHECK_TYPE_SIZE: sizeof(off64_t)" + } + ], + "type" : "INTERNAL", + "value" : "8" + }, + { + "name" : "OPENGL_EGL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_GLX_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "OPENGL_egl_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libEGL.so" + }, + { + "name" : "OPENGL_glu_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libGLU.so" + }, + { + "name" : "OPENGL_glx_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libGLX.so" + }, + { + "name" : "OPENGL_opengl_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libOpenGL.so" + }, + { + "name" : "OPENGL_xmesa_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "OPENGL_xmesa_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "PKG_CONFIG_ARGN", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Arguments to supply to pkg-config" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "PKG_CONFIG_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "pkg-config executable" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/pkg-config" + }, + { + "name" : "PKG_FONTCONFIG_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread" + }, + { + "name" : "PKG_FONTCONFIG_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread" + }, + { + "name" : "PKG_FONTCONFIG_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PKG_FONTCONFIG_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PKG_FONTCONFIG_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4" + }, + { + "name" : "PKG_FONTCONFIG_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib;-lfontconfig;-lfreetype" + }, + { + "name" : "PKG_FONTCONFIG_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib" + }, + { + "name" : "PKG_FONTCONFIG_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "fontconfig;freetype" + }, + { + "name" : "PKG_FONTCONFIG_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib" + }, + { + "name" : "PKG_FONTCONFIG_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "fontconfig" + }, + { + "name" : "PKG_FONTCONFIG_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib;-lfontconfig;-pthread;-lfreetype;-lbz2;-L/usr/lib;-L/usr/lib;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib;-L/usr/lib;-lz;-lharfbuzz;-pthread;-lm;-L/usr/lib;-lglib-2.0;-lm;-pthread;-L/usr/lib;-lsysprof-capture-4;-pthread;-lpcre2-8;-lgraphite2;-lbrotlidec;-L/usr/lib;-lbrotlicommon;-L/usr/lib;-lexpat;-lm" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread;-pthread;-pthread;-pthread" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "fontconfig;freetype;bz2;z;png16;m;z;m;z;harfbuzz;m;glib-2.0;m;sysprof-capture-4;pcre2-8;graphite2;brotlidec;brotlicommon;expat;m" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "2.14.2" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_FONTCONFIG_fontconfig_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "RT_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/librt.a" + }, + { + "name" : "X11_ICE_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_ICE_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libICE.so" + }, + { + "name" : "X11_LIB_X11_SOLO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library /usr/lib/libX11.so;/usr/lib/libXext.so" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "X11_SM_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_SM_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libSM.so" + }, + { + "name" : "X11_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libX11.so" + }, + { + "name" : "X11_X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libX11-xcb.so" + }, + { + "name" : "X11_XRes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_XRes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXRes.so" + }, + { + "name" : "X11_XShm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_XSync_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xaccessrules_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xaccessstr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXau.so" + }, + { + "name" : "X11_Xaw_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xaw_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xaw_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXaw.so" + }, + { + "name" : "X11_Xcomposite_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xcomposite_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXcomposite.so" + }, + { + "name" : "X11_Xcursor_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xcursor_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXcursor.so" + }, + { + "name" : "X11_Xdamage_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xdamage_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXdamage.so" + }, + { + "name" : "X11_Xdmcp_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xdmcp_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXdmcp.so" + }, + { + "name" : "X11_Xext_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xext_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXext.so" + }, + { + "name" : "X11_Xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXfixes.so" + }, + { + "name" : "X11_Xft_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xft_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXft.so" + }, + { + "name" : "X11_Xi_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xi_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXi.so" + }, + { + "name" : "X11_Xinerama_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xinerama_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXinerama.so" + }, + { + "name" : "X11_Xkb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xkblib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xlib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xmu_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xmu_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXmu.so" + }, + { + "name" : "X11_Xpm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xpm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXpm.so" + }, + { + "name" : "X11_Xrandr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrandr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXrandr.so" + }, + { + "name" : "X11_Xrender_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrender_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXrender.so" + }, + { + "name" : "X11_Xshape_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xss_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xss_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXss.so" + }, + { + "name" : "X11_Xt_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xt_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXt.so" + }, + { + "name" : "X11_Xtst_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xtst_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXtst.so" + }, + { + "name" : "X11_Xutil_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xv_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xv_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXv.so" + }, + { + "name" : "X11_Xxf86misc_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xxf86misc_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xxf86misc_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xxf86misc_LIB-NOTFOUND" + }, + { + "name" : "X11_Xxf86vm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xxf86vm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libXxf86vm.so" + }, + { + "name" : "X11_dpms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb.so" + }, + { + "name" : "X11_xcb_icccm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_icccm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-icccm.so" + }, + { + "name" : "X11_xcb_keysyms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_keysyms_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-keysyms.so" + }, + { + "name" : "X11_xcb_randr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_randr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-randr.so" + }, + { + "name" : "X11_xcb_util_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_util_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-util.so" + }, + { + "name" : "X11_xcb_xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-xfixes.so" + }, + { + "name" : "X11_xcb_xkb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-xkb.so" + }, + { + "name" : "X11_xcb_xtest_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_xtest_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxcb-xtest.so" + }, + { + "name" : "X11_xkbcommon_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xkbcommon_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxkbcommon.so" + }, + { + "name" : "X11_xkbcommon_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xkbcommon_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxkbcommon-x11.so" + }, + { + "name" : "X11_xkbfile_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xkbfile_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libxkbfile.so" + }, + { + "name" : "ZLIB_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "ZLIB_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "ZLIB_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "ZLIB_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libz.so" + }, + { + "name" : "Z_HAVE_UNISTD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include unistd.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "__pkg_config_arguments_PKG_FONTCONFIG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;fontconfig" + }, + { + "name" : "__pkg_config_checked_PKG_FONTCONFIG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "assimp_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;zlibstatic;general;rt;" + }, + { + "name" : "parksnrec_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo" + }, + { + "name" : "parksnrec_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "parksnrec_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec" + }, + { + "name" : "pkgcfg_lib_PKG_FONTCONFIG_fontconfig", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfontconfig.so" + }, + { + "name" : "pkgcfg_lib_PKG_FONTCONFIG_freetype", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/libfreetype.so" + }, + { + "name" : "prefix_result", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib" + }, + { + "name" : "zlib_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib" + }, + { + "name" : "zlib_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "zlib_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/git/parksandrec/libs/assimp/contrib/zlib" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cmakeFiles-v1-f495db6e7c6c178c1f70.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cmakeFiles-v1-f495db6e7c6c178c1f70.json new file mode 100644 index 0000000..fb45a1e --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cmakeFiles-v1-f495db6e7c6c178c1f70.json @@ -0,0 +1,477 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindOpenGL.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libs/BLT/CMakeLists.txt" + }, + { + "path" : "libs/BLT/include/blt/config.h.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libs/glfw/glfw-3.3.8/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindDoxygen.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindX11.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindFreetype.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindFontconfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/glfw3Config.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/glfw_config.h.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/glfw3.pc.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/cmake_uninstall.cmake.in" + }, + { + "path" : "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + }, + { + "path" : "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt" + }, + { + "path" : "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt" + }, + { + "path" : "libs/assimp/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "path" : "libs/assimp/cmake-modules/FindPkgMacros.cmake" + }, + { + "path" : "libs/assimp/cmake-modules/PrecompiledHeader.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "path" : "libs/assimp/cmake-modules/assimp-plain-config.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckTypeSize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + }, + { + "path" : "libs/assimp/assimp.pc.in" + }, + { + "path" : "libs/assimp/revision.h.in" + }, + { + "path" : "libs/assimp/include/assimp/config.h.in" + }, + { + "path" : "libs/assimp/contrib/zlib/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckTypeSize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake" + }, + { + "path" : "libs/assimp/contrib/zlib/zlib.pc.cmakein" + }, + { + "path" : "libs/assimp/contrib/zlib/zconf.h.cmakein" + }, + { + "path" : "libs/assimp/code/CMakeLists.txt" + }, + { + "path" : "libs/assimp/cmake-modules/FindRT.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo", + "source" : "/home/brett/git/parksandrec" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/codemodel-v2-4f0d286019da411a50e0.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/codemodel-v2-4f0d286019da411a50e0.json new file mode 100644 index 0000000..b3fdb5c --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/codemodel-v2-4f0d286019da411a50e0.json @@ -0,0 +1,565 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1, + 2, + 6 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-RelWithDebInfo-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 20 + ] + }, + { + "build" : "libs/BLT", + "jsonFile" : "directory-libs.BLT-RelWithDebInfo-80d73d68b6498bb1b317.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "libs/BLT", + "targetIndexes" : + [ + 0 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8", + "childIndexes" : + [ + 3, + 4, + 5 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libs.glfw.glfw-3.3.8-RelWithDebInfo-d50d8ca55659d2d37cde.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 0, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8", + "targetIndexes" : + [ + 31 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8/src", + "hasInstallRule" : true, + "jsonFile" : "directory-libs.glfw.glfw-3.3.8.src-RelWithDebInfo-a54b46bff51f0c689ec6.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8/src", + "targetIndexes" : + [ + 9, + 32 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "jsonFile" : "directory-libs.glfw.glfw-3.3.8.examples-RelWithDebInfo-5dc8cd069547b6574a48.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8/examples", + "targetIndexes" : + [ + 2, + 8, + 11, + 18, + 21, + 23, + 24, + 25, + 33 + ] + }, + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "jsonFile" : "directory-libs.glfw.glfw-3.3.8.tests-RelWithDebInfo-100e9076ae746861bb0e.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libs/glfw/glfw-3.3.8/tests", + "targetIndexes" : + [ + 3, + 4, + 5, + 6, + 7, + 10, + 12, + 13, + 14, + 15, + 16, + 17, + 19, + 22, + 26, + 27, + 28, + 29, + 30, + 34 + ] + }, + { + "build" : "libs/assimp", + "childIndexes" : + [ + 7, + 8 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libs.assimp-RelWithDebInfo-3c6f6e05cd1a7e587d6a.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "parentIndex" : 0, + "projectIndex" : 3, + "source" : "libs/assimp" + }, + { + "build" : "libs/assimp/contrib/zlib", + "hasInstallRule" : true, + "jsonFile" : "directory-libs.assimp.contrib.zlib-RelWithDebInfo-8702b58e3d50ea6f0d53.json", + "minimumCMakeVersion" : + { + "string" : "3.10.0" + }, + "parentIndex" : 6, + "projectIndex" : 4, + "source" : "libs/assimp/contrib/zlib", + "targetIndexes" : + [ + 35 + ] + }, + { + "build" : "libs/assimp/code", + "hasInstallRule" : true, + "jsonFile" : "directory-libs.assimp.code-RelWithDebInfo-f7d743216ad185294b9b.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "parentIndex" : 6, + "projectIndex" : 3, + "source" : "libs/assimp/code", + "targetIndexes" : + [ + 1 + ] + } + ], + "name" : "RelWithDebInfo", + "projects" : + [ + { + "childIndexes" : + [ + 1, + 2, + 3 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "parksnrec", + "targetIndexes" : + [ + 20 + ] + }, + { + "directoryIndexes" : + [ + 1 + ], + "name" : "BLT", + "parentIndex" : 0, + "targetIndexes" : + [ + 0 + ] + }, + { + "directoryIndexes" : + [ + 2, + 3, + 4, + 5 + ], + "name" : "GLFW", + "parentIndex" : 0, + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34 + ] + }, + { + "childIndexes" : + [ + 4 + ], + "directoryIndexes" : + [ + 6, + 8 + ], + "name" : "Assimp", + "parentIndex" : 0, + "targetIndexes" : + [ + 1 + ] + }, + { + "directoryIndexes" : + [ + 7 + ], + "name" : "zlib", + "parentIndex" : 3, + "targetIndexes" : + [ + 35 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 1, + "id" : "BLT::@15de44d4528f33befea6", + "jsonFile" : "target-BLT-RelWithDebInfo-4a3f80e1b33e7fc2f999.json", + "name" : "BLT", + "projectIndex" : 1 + }, + { + "directoryIndex" : 8, + "id" : "assimp::@c18b53e73a5197b875a6", + "jsonFile" : "target-assimp-RelWithDebInfo-4d88420b7c65f6bee5b9.json", + "name" : "assimp", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "boing::@555eb4510d21f320f20b", + "jsonFile" : "target-boing-RelWithDebInfo-47bbb28cde1b41b633f0.json", + "name" : "boing", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "clipboard::@77cfdd67c43044262fc4", + "jsonFile" : "target-clipboard-RelWithDebInfo-a0d8d8d3aecdbbf75c77.json", + "name" : "clipboard", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "cursor::@77cfdd67c43044262fc4", + "jsonFile" : "target-cursor-RelWithDebInfo-26ceedc8bb52fe24c341.json", + "name" : "cursor", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "empty::@77cfdd67c43044262fc4", + "jsonFile" : "target-empty-RelWithDebInfo-dae914f07db6c3cb9e8a.json", + "name" : "empty", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "events::@77cfdd67c43044262fc4", + "jsonFile" : "target-events-RelWithDebInfo-ffa32ba12cc8c88139d5.json", + "name" : "events", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "gamma::@77cfdd67c43044262fc4", + "jsonFile" : "target-gamma-RelWithDebInfo-d0b854bb508d6351dfdf.json", + "name" : "gamma", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "gears::@555eb4510d21f320f20b", + "jsonFile" : "target-gears-RelWithDebInfo-6cddca23851d2e879f4c.json", + "name" : "gears", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "glfw::@7dc16bda365e0ec860ed", + "jsonFile" : "target-glfw-RelWithDebInfo-0b97073dcd1f55b6d664.json", + "name" : "glfw", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "glfwinfo::@77cfdd67c43044262fc4", + "jsonFile" : "target-glfwinfo-RelWithDebInfo-a61a6b2e6fde09f09fc1.json", + "name" : "glfwinfo", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "heightmap::@555eb4510d21f320f20b", + "jsonFile" : "target-heightmap-RelWithDebInfo-b67d646166097de1c18a.json", + "name" : "heightmap", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "icon::@77cfdd67c43044262fc4", + "jsonFile" : "target-icon-RelWithDebInfo-a15469741d752a939595.json", + "name" : "icon", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "iconify::@77cfdd67c43044262fc4", + "jsonFile" : "target-iconify-RelWithDebInfo-b82bad11f7951e0376ca.json", + "name" : "iconify", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "inputlag::@77cfdd67c43044262fc4", + "jsonFile" : "target-inputlag-RelWithDebInfo-8c96b2e9395d2861fb69.json", + "name" : "inputlag", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "joysticks::@77cfdd67c43044262fc4", + "jsonFile" : "target-joysticks-RelWithDebInfo-17ef11d2403f52bfc494.json", + "name" : "joysticks", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "monitors::@77cfdd67c43044262fc4", + "jsonFile" : "target-monitors-RelWithDebInfo-ed5e89e345cfbc6bf776.json", + "name" : "monitors", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "msaa::@77cfdd67c43044262fc4", + "jsonFile" : "target-msaa-RelWithDebInfo-67ef934fb48b4c4412f0.json", + "name" : "msaa", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "offscreen::@555eb4510d21f320f20b", + "jsonFile" : "target-offscreen-RelWithDebInfo-542620a09f20e223afdd.json", + "name" : "offscreen", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "opacity::@77cfdd67c43044262fc4", + "jsonFile" : "target-opacity-RelWithDebInfo-1ba505355ef54573d8b1.json", + "name" : "opacity", + "projectIndex" : 2 + }, + { + "directoryIndex" : 0, + "id" : "parksnrec::@6890427a1f51a3e7e1df", + "jsonFile" : "target-parksnrec-RelWithDebInfo-5d8b47956d57424b207b.json", + "name" : "parksnrec", + "projectIndex" : 0 + }, + { + "directoryIndex" : 4, + "id" : "particles::@555eb4510d21f320f20b", + "jsonFile" : "target-particles-RelWithDebInfo-9269519163e92f628719.json", + "name" : "particles", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "reopen::@77cfdd67c43044262fc4", + "jsonFile" : "target-reopen-RelWithDebInfo-1fc23e4e8a72d945e389.json", + "name" : "reopen", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "sharing::@555eb4510d21f320f20b", + "jsonFile" : "target-sharing-RelWithDebInfo-9fefa7261c9cfb36c7aa.json", + "name" : "sharing", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "simple::@555eb4510d21f320f20b", + "jsonFile" : "target-simple-RelWithDebInfo-5c0f299dc2a71f4a18e0.json", + "name" : "simple", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "splitview::@555eb4510d21f320f20b", + "jsonFile" : "target-splitview-RelWithDebInfo-9cf02afc697200551caa.json", + "name" : "splitview", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "tearing::@77cfdd67c43044262fc4", + "jsonFile" : "target-tearing-RelWithDebInfo-c17358db435be121a64d.json", + "name" : "tearing", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "threads::@77cfdd67c43044262fc4", + "jsonFile" : "target-threads-RelWithDebInfo-fcaa04d146f88e520704.json", + "name" : "threads", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "timeout::@77cfdd67c43044262fc4", + "jsonFile" : "target-timeout-RelWithDebInfo-95fe22de81487132f7b6.json", + "name" : "timeout", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "title::@77cfdd67c43044262fc4", + "jsonFile" : "target-title-RelWithDebInfo-4ac9c3435acdde37a1b3.json", + "name" : "title", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "triangle-vulkan::@77cfdd67c43044262fc4", + "jsonFile" : "target-triangle-vulkan-RelWithDebInfo-df6b7d6fafdf96dcf373.json", + "name" : "triangle-vulkan", + "projectIndex" : 2 + }, + { + "directoryIndex" : 2, + "id" : "uninstall::@469bc31a56f95ec09ce9", + "jsonFile" : "target-uninstall-RelWithDebInfo-f7a39712a4cbe5279994.json", + "name" : "uninstall", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "update_mappings::@7dc16bda365e0ec860ed", + "jsonFile" : "target-update_mappings-RelWithDebInfo-e2b7793c6393d4d69e53.json", + "name" : "update_mappings", + "projectIndex" : 2 + }, + { + "directoryIndex" : 4, + "id" : "wave::@555eb4510d21f320f20b", + "jsonFile" : "target-wave-RelWithDebInfo-b610bc4bbf8374c2ba65.json", + "name" : "wave", + "projectIndex" : 2 + }, + { + "directoryIndex" : 5, + "id" : "windows::@77cfdd67c43044262fc4", + "jsonFile" : "target-windows-RelWithDebInfo-e3139359b977269b192e.json", + "name" : "windows", + "projectIndex" : 2 + }, + { + "directoryIndex" : 7, + "id" : "zlibstatic::@142f1425b4d57e544353", + "jsonFile" : "target-zlibstatic-RelWithDebInfo-c15a84aa583efe924b27.json", + "name" : "zlibstatic", + "projectIndex" : 4 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo", + "source" : "/home/brett/git/parksandrec" + }, + "version" : + { + "major" : 2, + "minor" : 5 + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.BLT-RelWithDebInfo-80d73d68b6498bb1b317.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.BLT-RelWithDebInfo-80d73d68b6498bb1b317.json new file mode 100644 index 0000000..ff15898 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.BLT-RelWithDebInfo-80d73d68b6498bb1b317.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libs/BLT", + "source" : "libs/BLT" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.assimp-RelWithDebInfo-3c6f6e05cd1a7e587d6a.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.assimp-RelWithDebInfo-3c6f6e05cd1a7e587d6a.json new file mode 100644 index 0000000..a5a2ebb --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.assimp-RelWithDebInfo-3c6f6e05cd1a7e587d6a.json @@ -0,0 +1,72 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libs/assimp/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 455, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 461, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "libassimp5.2.5-dev", + "destination" : "lib/cmake/assimp-5.2", + "paths" : + [ + "cmake-build-relwithdebinfo/libs/assimp/generated/assimpConfig.cmake", + "cmake-build-relwithdebinfo/libs/assimp/generated/assimpConfigVersion.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 2, + "component" : "libassimp5.2.5-dev", + "destination" : "lib/cmake/assimp-5.2", + "exportName" : "assimpTargets", + "exportTargets" : + [ + { + "id" : "zlibstatic::@142f1425b4d57e544353", + "index" : 35 + }, + { + "id" : "assimp::@c18b53e73a5197b875a6", + "index" : 1 + } + ], + "paths" : + [ + "libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake" + ], + "type" : "export" + } + ], + "paths" : + { + "build" : "libs/assimp", + "source" : "libs/assimp" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.assimp.code-RelWithDebInfo-f7d743216ad185294b9b.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.assimp.code-RelWithDebInfo-f7d743216ad185294b9b.json new file mode 100644 index 0000000..dcc898e --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.assimp.code-RelWithDebInfo-f7d743216ad185294b9b.json @@ -0,0 +1,164 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "INSTALL" + ], + "files" : + [ + "libs/assimp/code/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1396, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1404, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1405, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "libassimp5.2.5-dev", + "destination" : "lib", + "paths" : + [ + "libs/assimp/lib/libassimp.a" + ], + "targetId" : "assimp::@c18b53e73a5197b875a6", + "targetIndex" : 1, + "type" : "target" + }, + { + "backtrace" : 2, + "component" : "assimp-dev", + "destination" : "include/assimp", + "paths" : + [ + "libs/assimp/code/../include/assimp/anim.h", + "libs/assimp/code/../include/assimp/aabb.h", + "libs/assimp/code/../include/assimp/ai_assert.h", + "libs/assimp/code/../include/assimp/camera.h", + "libs/assimp/code/../include/assimp/color4.h", + "libs/assimp/code/../include/assimp/color4.inl", + "cmake-build-relwithdebinfo/libs/assimp/code/../include/assimp/config.h", + "libs/assimp/code/../include/assimp/ColladaMetaData.h", + "libs/assimp/code/../include/assimp/commonMetaData.h", + "libs/assimp/code/../include/assimp/defs.h", + "libs/assimp/code/../include/assimp/cfileio.h", + "libs/assimp/code/../include/assimp/light.h", + "libs/assimp/code/../include/assimp/material.h", + "libs/assimp/code/../include/assimp/material.inl", + "libs/assimp/code/../include/assimp/matrix3x3.h", + "libs/assimp/code/../include/assimp/matrix3x3.inl", + "libs/assimp/code/../include/assimp/matrix4x4.h", + "libs/assimp/code/../include/assimp/matrix4x4.inl", + "libs/assimp/code/../include/assimp/mesh.h", + "libs/assimp/code/../include/assimp/ObjMaterial.h", + "libs/assimp/code/../include/assimp/pbrmaterial.h", + "libs/assimp/code/../include/assimp/GltfMaterial.h", + "libs/assimp/code/../include/assimp/postprocess.h", + "libs/assimp/code/../include/assimp/quaternion.h", + "libs/assimp/code/../include/assimp/quaternion.inl", + "libs/assimp/code/../include/assimp/scene.h", + "libs/assimp/code/../include/assimp/metadata.h", + "libs/assimp/code/../include/assimp/texture.h", + "libs/assimp/code/../include/assimp/types.h", + "libs/assimp/code/../include/assimp/vector2.h", + "libs/assimp/code/../include/assimp/vector2.inl", + "libs/assimp/code/../include/assimp/vector3.h", + "libs/assimp/code/../include/assimp/vector3.inl", + "libs/assimp/code/../include/assimp/version.h", + "libs/assimp/code/../include/assimp/cimport.h", + "libs/assimp/code/../include/assimp/AssertHandler.h", + "libs/assimp/code/../include/assimp/importerdesc.h", + "libs/assimp/code/../include/assimp/Importer.hpp", + "libs/assimp/code/../include/assimp/DefaultLogger.hpp", + "libs/assimp/code/../include/assimp/ProgressHandler.hpp", + "libs/assimp/code/../include/assimp/IOStream.hpp", + "libs/assimp/code/../include/assimp/IOSystem.hpp", + "libs/assimp/code/../include/assimp/Logger.hpp", + "libs/assimp/code/../include/assimp/LogStream.hpp", + "libs/assimp/code/../include/assimp/NullLogger.hpp", + "libs/assimp/code/../include/assimp/cexport.h", + "libs/assimp/code/../include/assimp/Exporter.hpp", + "libs/assimp/code/../include/assimp/DefaultIOStream.h", + "libs/assimp/code/../include/assimp/DefaultIOSystem.h", + "libs/assimp/code/../include/assimp/ZipArchiveIOSystem.h", + "libs/assimp/code/../include/assimp/SceneCombiner.h", + "libs/assimp/code/../include/assimp/fast_atof.h", + "libs/assimp/code/../include/assimp/qnan.h", + "libs/assimp/code/../include/assimp/BaseImporter.h", + "libs/assimp/code/../include/assimp/Hash.h", + "libs/assimp/code/../include/assimp/MemoryIOWrapper.h", + "libs/assimp/code/../include/assimp/ParsingUtils.h", + "libs/assimp/code/../include/assimp/StreamReader.h", + "libs/assimp/code/../include/assimp/StreamWriter.h", + "libs/assimp/code/../include/assimp/StringComparison.h", + "libs/assimp/code/../include/assimp/StringUtils.h", + "libs/assimp/code/../include/assimp/SGSpatialSort.h", + "libs/assimp/code/../include/assimp/GenericProperty.h", + "libs/assimp/code/../include/assimp/SpatialSort.h", + "libs/assimp/code/../include/assimp/SkeletonMeshBuilder.h", + "libs/assimp/code/../include/assimp/SmallVector.h", + "libs/assimp/code/../include/assimp/SmoothingGroups.h", + "libs/assimp/code/../include/assimp/SmoothingGroups.inl", + "libs/assimp/code/../include/assimp/StandardShapes.h", + "libs/assimp/code/../include/assimp/RemoveComments.h", + "libs/assimp/code/../include/assimp/Subdivision.h", + "libs/assimp/code/../include/assimp/Vertex.h", + "libs/assimp/code/../include/assimp/LineSplitter.h", + "libs/assimp/code/../include/assimp/TinyFormatter.h", + "libs/assimp/code/../include/assimp/Profiler.h", + "libs/assimp/code/../include/assimp/LogAux.h", + "libs/assimp/code/../include/assimp/Bitmap.h", + "libs/assimp/code/../include/assimp/XMLTools.h", + "libs/assimp/code/../include/assimp/IOStreamBuffer.h", + "libs/assimp/code/../include/assimp/CreateAnimMesh.h", + "libs/assimp/code/../include/assimp/XmlParser.h", + "libs/assimp/code/../include/assimp/BlobIOSystem.h", + "libs/assimp/code/../include/assimp/MathFunctions.h", + "libs/assimp/code/../include/assimp/Exceptional.h", + "libs/assimp/code/../include/assimp/ByteSwapper.h", + "libs/assimp/code/../include/assimp/Base64.hpp" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "assimp-dev", + "destination" : "include/assimp/Compiler", + "paths" : + [ + "libs/assimp/code/../include/assimp/Compiler/pushpack1.h", + "libs/assimp/code/../include/assimp/Compiler/poppack1.h", + "libs/assimp/code/../include/assimp/Compiler/pstdint.h" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libs/assimp/code", + "source" : "libs/assimp/code" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.assimp.contrib.zlib-RelWithDebInfo-8702b58e3d50ea6f0d53.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.assimp.contrib.zlib-RelWithDebInfo-8702b58e3d50ea6f0d53.json new file mode 100644 index 0000000..9bc8f1c --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.assimp.contrib.zlib-RelWithDebInfo-8702b58e3d50ea6f0d53.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "INSTALL" + ], + "files" : + [ + "libs/assimp/contrib/zlib/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 209, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libs/assimp/contrib/zlib/libzlibstatic.a" + ], + "targetId" : "zlibstatic::@142f1425b4d57e544353", + "targetIndex" : 35, + "type" : "target" + } + ], + "paths" : + { + "build" : "libs/assimp/contrib/zlib", + "source" : "libs/assimp/contrib/zlib" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8-RelWithDebInfo-d50d8ca55659d2d37cde.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8-RelWithDebInfo-d50d8ca55659d2d37cde.json new file mode 100644 index 0000000..990455b --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8-RelWithDebInfo-d50d8ca55659d2d37cde.json @@ -0,0 +1,100 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 361, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 364, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 368, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 371, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "libs/glfw/glfw-3.3.8/include/GLFW" + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "paths" : + [ + "cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake", + "cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "exportName" : "glfwTargets", + "exportTargets" : + [ + { + "id" : "glfw::@7dc16bda365e0ec860ed", + "index" : 9 + } + ], + "paths" : + [ + "libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3.pc" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8", + "source" : "libs/glfw/glfw-3.3.8" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.examples-RelWithDebInfo-5dc8cd069547b6574a48.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.examples-RelWithDebInfo-5dc8cd069547b6574a48.json new file mode 100644 index 0000000..baa3302 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.examples-RelWithDebInfo-5dc8cd069547b6574a48.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.src-RelWithDebInfo-a54b46bff51f0c689ec6.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.src-RelWithDebInfo-a54b46bff51f0c689ec6.json new file mode 100644 index 0000000..96977a5 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.src-RelWithDebInfo-a54b46bff51f0c689ec6.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 189, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libs/glfw/glfw-3.3.8/src/libglfw3.a" + ], + "targetId" : "glfw::@7dc16bda365e0ec860ed", + "targetIndex" : 9, + "type" : "target" + } + ], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/src", + "source" : "libs/glfw/glfw-3.3.8/src" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.tests-RelWithDebInfo-100e9076ae746861bb0e.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.tests-RelWithDebInfo-100e9076ae746861bb0e.json new file mode 100644 index 0000000..80a029d --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libs.glfw.glfw-3.3.8.tests-RelWithDebInfo-100e9076ae746861bb0e.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0730.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0730.json new file mode 100644 index 0000000..03c746d --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/index-2023-06-15T23-35-11-0730.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 26, + "patch" : 4, + "string" : "3.26.4", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-4f0d286019da411a50e0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 5 + } + }, + { + "jsonFile" : "cache-v2-a977cd88c4b209620407.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-f495db6e7c6c178c1f70.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c43cbce8f92a41f468b5.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-a977cd88c4b209620407.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-f495db6e7c6c178c1f70.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-4f0d286019da411a50e0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 5 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c43cbce8f92a41f468b5.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-BLT-RelWithDebInfo-4a3f80e1b33e7fc2f999.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-BLT-RelWithDebInfo-4a3f80e1b33e7fc2f999.json new file mode 100644 index 0000000..4fad28a --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-BLT-RelWithDebInfo-4a3f80e1b33e7fc2f999.json @@ -0,0 +1,184 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/BLT/libBLT.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "libs/BLT/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 42, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/git/parksandrec/libs/BLT/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "id" : "BLT::@15de44d4528f33befea6", + "name" : "BLT", + "nameOnDisk" : "libBLT.a", + "paths" : + { + "build" : "libs/BLT", + "source" : "libs/BLT" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/filesystem.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/format.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/loader.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/logging.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/std/system.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/profiling/profiler.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/nbt/nbt.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/BLT/src/blt/nbt/nbt_block.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-assimp-RelWithDebInfo-4d88420b7c65f6bee5b9.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-assimp-RelWithDebInfo-4d88420b7c65f6bee5b9.json new file mode 100644 index 0000000..69eb367 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-assimp-RelWithDebInfo-4d88420b7c65f6bee5b9.json @@ -0,0 +1,4838 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/assimp/lib/libassimp.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "ADD_LIBRARY", + "INSTALL", + "TARGET_LINK_LIBRARIES", + "ADD_DEFINITIONS", + "add_compile_definitions", + "TARGET_COMPILE_DEFINITIONS", + "INCLUDE_DIRECTORIES", + "TARGET_INCLUDE_DIRECTORIES", + "TARGET_COMPILE_FEATURES" + ], + "files" : + [ + "libs/assimp/code/CMakeLists.txt", + "libs/assimp/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1185, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1396, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1289, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 610, + "parent" : 4 + }, + { + "command" : 3, + "file" : 1, + "line" : 45, + "parent" : 4 + }, + { + "command" : 3, + "file" : 1, + "line" : 44, + "parent" : 4 + }, + { + "command" : 3, + "file" : 0, + "line" : 1071, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 995, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1166, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1192, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1084, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1087, + "parent" : 0 + }, + { + "command" : 6, + "file" : 1, + "line" : 239, + "parent" : 4 + }, + { + "command" : 6, + "file" : 1, + "line" : 522, + "parent" : 4 + }, + { + "command" : 6, + "file" : 0, + "line" : 917, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1083, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1099, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1121, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1169, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 1262, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1386, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 1260, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fvisibility=hidden -fno-strict-aliasing -Wall -O2 -g -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ASSIMP_BUILD_NO_C4D_IMPORTER" + }, + { + "backtrace" : 6, + "define" : "ASSIMP_BUILD_NO_M3D_EXPORTER" + }, + { + "backtrace" : 7, + "define" : "ASSIMP_BUILD_NO_M3D_IMPORTER" + }, + { + "backtrace" : 8, + "define" : "ASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1" + }, + { + "backtrace" : 9, + "define" : "MINIZ_USE_UNALIGNED_LOADS_AND_STORES=0" + }, + { + "backtrace" : 10, + "define" : "OPENDDLPARSER_BUILD" + }, + { + "backtrace" : 11, + "define" : "OPENDDL_STATIC_LIBARY" + }, + { + "backtrace" : 12, + "define" : "RAPIDJSON_HAS_STDSTRING=1" + }, + { + "backtrace" : 13, + "define" : "RAPIDJSON_NOMEMBERITERATORCLASS" + } + ], + "includes" : + [ + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/code" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/." + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 16, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src" + }, + { + "backtrace" : 17, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include" + }, + { + "backtrace" : 18, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib" + }, + { + "backtrace" : 19, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip" + }, + { + "backtrace" : 20, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include" + }, + { + "backtrace" : 22, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/.." + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 4, + 6, + 7, + 11, + 12, + 14, + 15, + 16, + 17, + 20, + 22, + 23, + 25, + 26, + 27, + 29, + 32, + 33, + 35, + 36, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 48, + 54, + 57, + 58, + 60, + 62, + 64, + 66, + 68, + 70, + 72, + 74, + 76, + 78, + 80, + 82, + 84, + 86, + 88, + 90, + 92, + 94, + 96, + 98, + 100, + 102, + 104, + 106, + 108, + 111, + 112, + 114, + 116, + 118, + 120, + 122, + 125, + 126, + 130, + 131, + 132, + 133, + 134, + 136, + 138, + 140, + 142, + 145, + 146, + 148, + 150, + 152, + 154, + 156, + 159, + 162, + 165, + 167, + 169, + 172, + 174, + 176, + 178, + 180, + 181, + 185, + 187, + 190, + 194, + 196, + 198, + 201, + 206, + 208, + 211, + 217, + 219, + 221, + 223, + 226, + 228, + 230, + 238, + 239, + 240, + 241, + 242, + 243, + 246, + 248, + 250, + 252, + 255, + 257, + 260, + 265, + 267, + 269, + 271, + 272, + 274, + 275, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 287, + 290, + 292, + 296, + 298, + 300, + 302, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 313, + 317, + 319, + 320, + 322, + 324, + 326, + 328, + 330, + 333, + 335, + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 351, + 353, + 356, + 361, + 367, + 371, + 373, + 375, + 378, + 382, + 385, + 386, + 388, + 391, + 393, + 395, + 397, + 399, + 401, + 403, + 405, + 407, + 409, + 411, + 413, + 414, + 417, + 419, + 421, + 423, + 426, + 427, + 430, + 437, + 441, + 442, + 444, + 446, + 449, + 450, + 451, + 452, + 453, + 454, + 455, + 464, + 469, + 471, + 483, + 484 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-fno-strict-aliasing -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ASSIMP_BUILD_NO_C4D_IMPORTER" + }, + { + "backtrace" : 6, + "define" : "ASSIMP_BUILD_NO_M3D_EXPORTER" + }, + { + "backtrace" : 7, + "define" : "ASSIMP_BUILD_NO_M3D_IMPORTER" + }, + { + "backtrace" : 8, + "define" : "ASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1" + }, + { + "backtrace" : 9, + "define" : "MINIZ_USE_UNALIGNED_LOADS_AND_STORES=0" + }, + { + "backtrace" : 10, + "define" : "OPENDDLPARSER_BUILD" + }, + { + "backtrace" : 11, + "define" : "OPENDDL_STATIC_LIBARY" + }, + { + "backtrace" : 12, + "define" : "RAPIDJSON_HAS_STDSTRING=1" + }, + { + "backtrace" : 13, + "define" : "RAPIDJSON_NOMEMBERITERATORCLASS" + } + ], + "includes" : + [ + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/include" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/code" + }, + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/libs/assimp/." + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 15, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 16, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src" + }, + { + "backtrace" : 17, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include" + }, + { + "backtrace" : 18, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib" + }, + { + "backtrace" : 19, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip" + }, + { + "backtrace" : 20, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../include" + }, + { + "backtrace" : 21, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include" + }, + { + "backtrace" : 22, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/.." + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 23 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 424, + 431, + 433, + 435, + 493 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "zlibstatic::@142f1425b4d57e544353" + } + ], + "id" : "assimp::@c18b53e73a5197b875a6", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "assimp", + "nameOnDisk" : "libassimp.a", + "paths" : + { + "build" : "libs/assimp/code", + "source" : "libs/assimp/code" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CApi", + "sourceIndexes" : + [ + 1, + 2 + ] + }, + { + "name" : "Common", + "sourceIndexes" : + [ + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46 + ] + }, + { + "name" : "Geometry", + "sourceIndexes" : + [ + 47, + 48 + ] + }, + { + "name" : "include\\assimp", + "sourceIndexes" : + [ + 49, + 50, + 51, + 52, + 59, + 498, + 499, + 500, + 501, + 502, + 503, + 504, + 505, + 506, + 507, + 508, + 509, + 510, + 511, + 512, + 513, + 514, + 515, + 516, + 517, + 518, + 519, + 520, + 521, + 522, + 523, + 524, + 525, + 526, + 527, + 528, + 529, + 530, + 531, + 532, + 533, + 534, + 535, + 536, + 537, + 538, + 539, + 540, + 541, + 542, + 543, + 544, + 545, + 546, + 547, + 548, + 549, + 550, + 551, + 552, + 553, + 554, + 555, + 556, + 557, + 558, + 559, + 560, + 561, + 562, + 563, + 564, + 565, + 566, + 567, + 568, + 569, + 570, + 571, + 572, + 573, + 574, + 575, + 576, + 577, + 578 + ] + }, + { + "name" : "Logging", + "sourceIndexes" : + [ + 53, + 54, + 55, + 56 + ] + }, + { + "name" : "Exporter", + "sourceIndexes" : + [ + 57, + 58 + ] + }, + { + "name" : "PostProcessing", + "sourceIndexes" : + [ + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121 + ] + }, + { + "name" : "MaterialSystem", + "sourceIndexes" : + [ + 122, + 123 + ] + }, + { + "name" : "STEPParser", + "sourceIndexes" : + [ + 124, + 125, + 126, + 127 + ] + }, + { + "name" : "AssetLib\\AMF", + "sourceIndexes" : + [ + 128, + 129, + 130, + 131, + 132, + 133 + ] + }, + { + "name" : "AssetLib\\3DS", + "sourceIndexes" : + [ + 134, + 135, + 136, + 137, + 390, + 391 + ] + }, + { + "name" : "AssetLib\\AC", + "sourceIndexes" : + [ + 138, + 139 + ] + }, + { + "name" : "AssetLib\\ASE", + "sourceIndexes" : + [ + 140, + 141, + 142, + 143 + ] + }, + { + "name" : "AssetLib\\ASSBIN", + "sourceIndexes" : + [ + 144, + 145, + 392, + 393, + 394, + 395 + ] + }, + { + "name" : "AssetLib\\B3D", + "sourceIndexes" : + [ + 146, + 147 + ] + }, + { + "name" : "AssetLib\\BVH", + "sourceIndexes" : + [ + 148, + 149 + ] + }, + { + "name" : "AssetLib\\COLLADA", + "sourceIndexes" : + [ + 150, + 151, + 152, + 153, + 154, + 155, + 402, + 403 + ] + }, + { + "name" : "AssetLib\\DXF", + "sourceIndexes" : + [ + 156, + 157, + 158 + ] + }, + { + "name" : "AssetLib\\CSM", + "sourceIndexes" : + [ + 159, + 160 + ] + }, + { + "name" : "AssetLib\\HMP", + "sourceIndexes" : + [ + 161, + 162, + 163, + 164 + ] + }, + { + "name" : "AssetLib\\IRRMESH", + "sourceIndexes" : + [ + 165, + 166, + 167, + 168 + ] + }, + { + "name" : "AssetLib\\IQM", + "sourceIndexes" : + [ + 169, + 170, + 171 + ] + }, + { + "name" : "AssetLib\\IRR", + "sourceIndexes" : + [ + 172, + 173 + ] + }, + { + "name" : "AssetLib\\LWO", + "sourceIndexes" : + [ + 174, + 175, + 176, + 177, + 178, + 179, + 180 + ] + }, + { + "name" : "AssetLib\\LWS", + "sourceIndexes" : + [ + 181, + 182 + ] + }, + { + "name" : "AssetLib\\M3D", + "sourceIndexes" : + [ + 183, + 184, + 185, + 186, + 187, + 188, + 400, + 401 + ] + }, + { + "name" : "AssetLib\\MD2", + "sourceIndexes" : + [ + 189, + 190, + 191, + 192 + ] + }, + { + "name" : "AssetLib\\MD3", + "sourceIndexes" : + [ + 193, + 194, + 195 + ] + }, + { + "name" : "AssetLib\\MD5", + "sourceIndexes" : + [ + 196, + 197, + 198, + 199 + ] + }, + { + "name" : "AssetLib\\MDC", + "sourceIndexes" : + [ + 200, + 201, + 202, + 203 + ] + }, + { + "name" : "AssetLib\\MDL", + "sourceIndexes" : + [ + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218 + ] + }, + { + "name" : "AssetLib\\NFF", + "sourceIndexes" : + [ + 219, + 220 + ] + }, + { + "name" : "AssetLib\\NDO", + "sourceIndexes" : + [ + 221, + 222 + ] + }, + { + "name" : "AssetLib\\OFF", + "sourceIndexes" : + [ + 223, + 224 + ] + }, + { + "name" : "AssetLib\\OBJ", + "sourceIndexes" : + [ + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 384, + 385 + ] + }, + { + "name" : "AssetLib\\OGRE", + "sourceIndexes" : + [ + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242 + ] + }, + { + "name" : "AssetLib\\OPENGEX", + "sourceIndexes" : + [ + 243, + 244, + 245, + 386, + 387 + ] + }, + { + "name" : "AssetLib\\PLY", + "sourceIndexes" : + [ + 246, + 247, + 248, + 249, + 388, + 389 + ] + }, + { + "name" : "AssetLib\\MS3D", + "sourceIndexes" : + [ + 250, + 251 + ] + }, + { + "name" : "AssetLib\\COB", + "sourceIndexes" : + [ + 252, + 253, + 254 + ] + }, + { + "name" : "AssetLib\\BLEND", + "sourceIndexes" : + [ + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271 + ] + }, + { + "name" : "AssetLib\\IFC", + "sourceIndexes" : + [ + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284 + ] + }, + { + "name" : "AssetLib\\XGL", + "sourceIndexes" : + [ + 285, + 286 + ] + }, + { + "name" : "AssetLib\\FBX", + "sourceIndexes" : + [ + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 404, + 405, + 406, + 407, + 408, + 409 + ] + }, + { + "name" : "AssetLib\\Q3D", + "sourceIndexes" : + [ + 313, + 314 + ] + }, + { + "name" : "AssetLib\\Q3BSP", + "sourceIndexes" : + [ + 315, + 316, + 317, + 318, + 319 + ] + }, + { + "name" : "AssetLib\\RAW", + "sourceIndexes" : + [ + 320, + 321 + ] + }, + { + "name" : "AssetLib\\SIB", + "sourceIndexes" : + [ + 322, + 323 + ] + }, + { + "name" : "AssetLib\\SMD", + "sourceIndexes" : + [ + 324, + 325 + ] + }, + { + "name" : "AssetLib\\STL", + "sourceIndexes" : + [ + 326, + 327, + 410, + 411 + ] + }, + { + "name" : "AssetLib\\TERRAGEN", + "sourceIndexes" : + [ + 328, + 329 + ] + }, + { + "name" : "AssetLib\\3D", + "sourceIndexes" : + [ + 330, + 331 + ] + }, + { + "name" : "AssetLib\\X", + "sourceIndexes" : + [ + 332, + 333, + 334, + 335, + 336, + 412, + 413 + ] + }, + { + "name" : "AssetLib\\X3D", + "sourceIndexes" : + [ + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 414, + 415 + ] + }, + { + "name" : "AssetLib\\GLTF", + "sourceIndexes" : + [ + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 416, + 417, + 418, + 419 + ] + }, + { + "name" : "AssetLib\\3MF", + "sourceIndexes" : + [ + 369, + 370, + 371, + 372, + 373, + 374, + 375, + 376, + 420, + 421 + ] + }, + { + "name" : "AssetLib\\MMD", + "sourceIndexes" : + [ + 377, + 378, + 379, + 380, + 381, + 382, + 383 + ] + }, + { + "name" : "AssetLib\\ASSXML", + "sourceIndexes" : + [ + 396, + 397, + 398, + 399 + ] + }, + { + "name" : "AssetLib\\PBRT", + "sourceIndexes" : + [ + 422, + 423 + ] + }, + { + "name" : "AssetLib\\ASSJSON", + "sourceIndexes" : + [ + 424, + 425, + 426, + 427, + 428 + ] + }, + { + "name" : "AssetLib\\STEP", + "sourceIndexes" : + [ + 429, + 430 + ] + }, + { + "name" : "Contrib\\unzip", + "sourceIndexes" : + [ + 431, + 432, + 433, + 434, + 435, + 436 + ] + }, + { + "name" : "Contrib\\Poly2Tri", + "sourceIndexes" : + [ + 437, + 438, + 439, + 440, + 441, + 442, + 443, + 444, + 445, + 446, + 447 + ] + }, + { + "name" : "Contrib\\Clipper", + "sourceIndexes" : + [ + 448, + 449 + ] + }, + { + "name" : "Contrib\\openddl_parser", + "sourceIndexes" : + [ + 450, + 451, + 452, + 453, + 454, + 455, + 456, + 457, + 458, + 459, + 460, + 461, + 462 + ] + }, + { + "name" : "Contrib\\open3dgc", + "sourceIndexes" : + [ + 463, + 464, + 465, + 466, + 467, + 468, + 469, + 470, + 471, + 472, + 473, + 474, + 475, + 476, + 477, + 478, + 479, + 480, + 481, + 482, + 483, + 484, + 485, + 486, + 487, + 488, + 489, + 490, + 491 + ] + }, + { + "name" : "ziplib", + "sourceIndexes" : + [ + 492, + 493, + 494 + ] + }, + { + "name" : "Contrib\\Pugixml", + "sourceIndexes" : + [ + 495, + 496 + ] + }, + { + "name" : "Contrib\\stb", + "sourceIndexes" : + [ + 497 + ] + }, + { + "name" : "Compiler", + "sourceIndexes" : + [ + 579, + 580, + 581 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Assimp.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/CApi/CInterfaceIOWrapper.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/CApi/CInterfaceIOWrapper.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StbCommon.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Compression.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Compression.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/BaseImporter.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/BaseProcess.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/BaseProcess.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Importer.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/ScenePrivate.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/PostStepRegistry.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/ImporterRegistry.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/DefaultProgressHandler.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/DefaultIOStream.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/IOSystem.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/DefaultIOSystem.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/ZipArchiveIOSystem.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/PolyTools.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Maybe.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Importer.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/IFF.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SGSpatialSort.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/VertexTriangleAdjacency.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/VertexTriangleAdjacency.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SpatialSort.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SceneCombiner.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/ScenePreprocessor.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/ScenePreprocessor.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/SkeletonMeshBuilder.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StackAllocator.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StackAllocator.inl", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/StandardShapes.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/TargetAnimation.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/TargetAnimation.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/RemoveComments.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Subdivision.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/scene.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Bitmap.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Version.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/CreateAnimMesh.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/simd.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/simd.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/material.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/AssertHandler.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Exceptional.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Base64.cpp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Geometry/GeometryUtils.h", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Geometry/GeometryUtils.cpp", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/DefaultLogger.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/LogStream.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Logger.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/NullLogger.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/Win32DebugLogStream.h", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/DefaultLogger.cpp", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/FileLogStream.h", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Common/StdOStreamLogStream.h", + "sourceGroupIndex" : 5 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Common/Exporter.cpp", + "sourceGroupIndex" : 6 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/CApi/AssimpCExport.cpp", + "sourceGroupIndex" : 6 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/BlobIOSystem.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/CalcTangentsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/CalcTangentsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ComputeUVMappingProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ComputeUVMappingProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ConvertToLHProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ConvertToLHProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/EmbedTexturesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/EmbedTexturesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FindDegenerates.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FindDegenerates.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FindInstancesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FindInstancesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FindInvalidDataProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FindInvalidDataProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/FixNormalsStep.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/FixNormalsStep.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/DropFaceNormalsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/DropFaceNormalsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/GenFaceNormalsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/GenFaceNormalsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/GenVertexNormalsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/GenVertexNormalsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/PretransformVertices.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/PretransformVertices.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ImproveCacheLocality.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ImproveCacheLocality.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/JoinVerticesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/JoinVerticesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/LimitBoneWeightsProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/LimitBoneWeightsProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/RemoveRedundantMaterials.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/RemoveRedundantMaterials.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/RemoveVCProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/RemoveVCProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/SortByPTypeProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/SortByPTypeProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/SplitLargeMeshes.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/SplitLargeMeshes.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/TextureTransform.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/TextureTransform.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/TriangulateProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/TriangulateProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ValidateDataStructure.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ValidateDataStructure.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/OptimizeGraph.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/OptimizeGraph.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/OptimizeMeshes.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/OptimizeMeshes.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/DeboneProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/DeboneProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ProcessHelper.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ProcessHelper.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/MakeVerboseFormat.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/MakeVerboseFormat.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ScaleProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ScaleProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/ArmaturePopulate.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/ArmaturePopulate.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/GenBoundingBoxesProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/GenBoundingBoxesProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/PostProcessing/SplitByBoneCountProcess.cpp", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/PostProcessing/SplitByBoneCountProcess.h", + "sourceGroupIndex" : 7 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Material/MaterialSystem.cpp", + "sourceGroupIndex" : 8 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Material/MaterialSystem.h", + "sourceGroupIndex" : 8 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileReader.h", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileReader.cpp", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileEncoding.cpp", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STEPParser/STEPFileEncoding.h", + "sourceGroupIndex" : 9 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter.hpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Node.hpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Geometry.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Material.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AMF/AMFImporter_Postprocess.cpp", + "sourceGroupIndex" : 10 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3DS/3DSConverter.cpp", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3DS/3DSHelper.h", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3DS/3DSLoader.cpp", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3DS/3DSLoader.h", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/AC/ACLoader.cpp", + "sourceGroupIndex" : 12 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/AC/ACLoader.h", + "sourceGroupIndex" : 12 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/ASE/ASELoader.cpp", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/ASE/ASELoader.h", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/ASE/ASEParser.cpp", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/ASE/ASEParser.h", + "sourceGroupIndex" : 13 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinLoader.h", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinLoader.cpp", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/B3D/B3DImporter.cpp", + "sourceGroupIndex" : 15 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/B3D/B3DImporter.h", + "sourceGroupIndex" : 15 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/BVH/BVHLoader.cpp", + "sourceGroupIndex" : 16 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/BVH/BVHLoader.h", + "sourceGroupIndex" : 16 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaHelper.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaHelper.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaLoader.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaLoader.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaParser.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaParser.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/DXF/DXFLoader.cpp", + "sourceGroupIndex" : 18 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/DXF/DXFLoader.h", + "sourceGroupIndex" : 18 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/DXF/DXFHelper.h", + "sourceGroupIndex" : 18 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/CSM/CSMLoader.cpp", + "sourceGroupIndex" : 19 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/CSM/CSMLoader.h", + "sourceGroupIndex" : 19 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/HMP/HMPFileData.h", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/HMP/HMPLoader.cpp", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/HMP/HMPLoader.h", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/HMP/HalfLifeFileData.h", + "sourceGroupIndex" : 20 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Irr/IRRMeshLoader.cpp", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Irr/IRRMeshLoader.h", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Irr/IRRShared.cpp", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Irr/IRRShared.h", + "sourceGroupIndex" : 21 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IQM/IQMImporter.cpp", + "sourceGroupIndex" : 22 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IQM/iqm.h", + "sourceGroupIndex" : 22 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IQM/IQMImporter.h", + "sourceGroupIndex" : 22 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Irr/IRRLoader.cpp", + "sourceGroupIndex" : 23 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Irr/IRRLoader.h", + "sourceGroupIndex" : 23 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOAnimation.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWO/LWOAnimation.h", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOBLoader.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWO/LWOFileData.h", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOLoader.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWO/LWOLoader.h", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWO/LWOMaterial.cpp", + "sourceGroupIndex" : 24 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/LWS/LWSLoader.cpp", + "sourceGroupIndex" : 25 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/LWS/LWSLoader.h", + "sourceGroupIndex" : 25 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DMaterials.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DImporter.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/M3D/M3DImporter.cpp", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DWrapper.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/M3D/M3DWrapper.cpp", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/m3d.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD2/MD2FileData.h", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD2/MD2Loader.cpp", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD2/MD2Loader.h", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD2/MD2NormalTable.h", + "sourceGroupIndex" : 27 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD3/MD3FileData.h", + "sourceGroupIndex" : 28 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD3/MD3Loader.cpp", + "sourceGroupIndex" : 28 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD3/MD3Loader.h", + "sourceGroupIndex" : 28 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Loader.cpp", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Loader.h", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Parser.cpp", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MD5/MD5Parser.h", + "sourceGroupIndex" : 29 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDC/MDCFileData.h", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDC/MDCLoader.cpp", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDC/MDCLoader.h", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDC/MDCNormalTable.h", + "sourceGroupIndex" : 30 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/MDLDefaultColorMap.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/MDLFileData.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/MDLLoader.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/MDLLoader.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/MDLMaterialLoader.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HalfLifeMDLBaseHeader.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1FileData.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1MDLLoader.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1ImportDefinitions.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1ImportSettings.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/HL1MeshTrivert.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/LogFunctions.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MDL/HalfLife/UniqueNameGenerator.h", + "sourceGroupIndex" : 31 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/NFF/NFFLoader.cpp", + "sourceGroupIndex" : 32 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/NFF/NFFLoader.h", + "sourceGroupIndex" : 32 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/NDO/NDOLoader.cpp", + "sourceGroupIndex" : 33 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/NDO/NDOLoader.h", + "sourceGroupIndex" : 33 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/OFF/OFFLoader.cpp", + "sourceGroupIndex" : 34 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OFF/OFFLoader.h", + "sourceGroupIndex" : 34 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileData.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileImporter.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileImporter.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileMtlImporter.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileMtlImporter.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileParser.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjFileParser.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjTools.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreImporter.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreStructs.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreParsingUtils.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreBinarySerializer.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreXmlSerializer.h", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreImporter.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreStructs.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreBinarySerializer.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreXmlSerializer.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ogre/OgreMaterial.cpp", + "sourceGroupIndex" : 36 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXImporter.cpp", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXImporter.h", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXStructs.h", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ply/PlyLoader.cpp", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ply/PlyLoader.h", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ply/PlyParser.cpp", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ply/PlyParser.h", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MS3D/MS3DLoader.cpp", + "sourceGroupIndex" : 39 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MS3D/MS3DLoader.h", + "sourceGroupIndex" : 39 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/COB/COBLoader.cpp", + "sourceGroupIndex" : 40 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/COB/COBLoader.h", + "sourceGroupIndex" : 40 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/COB/COBScene.h", + "sourceGroupIndex" : 40 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderLoader.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderLoader.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderDNA.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderDNA.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderDNA.inl", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderScene.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderScene.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderSceneGen.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderIntermediate.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderModifier.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderModifier.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderBMesh.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderBMesh.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderTessellator.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderTessellator.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderCustomData.h", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Blender/BlenderCustomData.cpp", + "sourceGroupIndex" : 41 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCLoader.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IFC/IFCLoader.h", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCReaderGen1_2x3.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCReaderGen2_2x3.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IFC/IFCReaderGen_2x3.h", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/IFC/IFCUtil.h", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCUtil.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCGeometry.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCMaterial.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCProfile.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCCurve.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCBoolean.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/IFC/IFCOpenings.cpp", + "sourceGroupIndex" : 42 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/XGL/XGLLoader.cpp", + "sourceGroupIndex" : 43 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/XGL/XGLLoader.h", + "sourceGroupIndex" : 43 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXImporter.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXCompileConfig.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXImporter.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXParser.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXParser.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXTokenizer.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXTokenizer.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXImportSettings.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXConverter.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXConverter.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXUtil.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXUtil.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDocument.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDocument.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXProperties.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXProperties.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXMeshGeometry.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXMeshGeometry.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXMaterial.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXModel.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXAnimation.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXNodeAttribute.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDeformer.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXBinaryTokenizer.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXDocumentUtil.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXCommon.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Q3D/Q3DLoader.cpp", + "sourceGroupIndex" : 45 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3D/Q3DLoader.h", + "sourceGroupIndex" : 45 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileData.h", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileParser.h", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileParser.cpp", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileImporter.h", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileImporter.cpp", + "sourceGroupIndex" : 46 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Raw/RawLoader.cpp", + "sourceGroupIndex" : 47 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Raw/RawLoader.h", + "sourceGroupIndex" : 47 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/SIB/SIBImporter.cpp", + "sourceGroupIndex" : 48 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/SIB/SIBImporter.h", + "sourceGroupIndex" : 48 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/SMD/SMDLoader.cpp", + "sourceGroupIndex" : 49 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/SMD/SMDLoader.h", + "sourceGroupIndex" : 49 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STL/STLLoader.cpp", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STL/STLLoader.h", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Terragen/TerragenLoader.cpp", + "sourceGroupIndex" : 51 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Terragen/TerragenLoader.h", + "sourceGroupIndex" : 51 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Unreal/UnrealLoader.cpp", + "sourceGroupIndex" : 52 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Unreal/UnrealLoader.h", + "sourceGroupIndex" : 52 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileHelper.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X/XFileImporter.cpp", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileImporter.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X/XFileParser.cpp", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileParser.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry2D.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry3D.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Group.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Light.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Metadata.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Networking.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Postprocess.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Rendering.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Shape.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Texturing.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Macro.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DImporter_Node.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DGeoHelper.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DGeoHelper.h", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DXmlHelper.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DXmlHelper.h", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFCommon.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF/glTFCommon.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAsset.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAsset.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAssetWriter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFAssetWriter.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF/glTFImporter.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFImporter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Asset.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Asset.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2AssetWriter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2AssetWriter.inl", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Importer.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Importer.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/3MFTypes.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/XmlSerializer.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/XmlSerializer.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFImporter.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFImporter.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFOpcPackage.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFOpcPackage.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/3MFXmlTags.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDCpp14.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MMD/MMDImporter.cpp", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDImporter.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDPmdParser.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDPmxParser.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/MMD/MMDPmxParser.cpp", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/MMD/MMDVmdParser.h", + "sourceGroupIndex" : 57 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Obj/ObjExporter.h", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Obj/ObjExporter.cpp", + "sourceGroupIndex" : 35 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXExporter.cpp", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/OpenGEX/OpenGEXExporter.h", + "sourceGroupIndex" : 37 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Ply/PlyExporter.cpp", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Ply/PlyExporter.h", + "sourceGroupIndex" : 38 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3DS/3DSExporter.h", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3DS/3DSExporter.cpp", + "sourceGroupIndex" : 11 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinExporter.h", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinExporter.cpp", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinFileWriter.h", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assbin/AssbinFileWriter.cpp", + "sourceGroupIndex" : 14 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlExporter.h", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlExporter.cpp", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlFileWriter.h", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assxml/AssxmlFileWriter.cpp", + "sourceGroupIndex" : 58 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/M3D/M3DExporter.h", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/M3D/M3DExporter.cpp", + "sourceGroupIndex" : 26 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaExporter.h", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Collada/ColladaExporter.cpp", + "sourceGroupIndex" : 17 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExporter.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExporter.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportNode.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportNode.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportProperty.h", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/FBX/FBXExportProperty.cpp", + "sourceGroupIndex" : 44 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/STL/STLExporter.h", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/STL/STLExporter.cpp", + "sourceGroupIndex" : 50 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X/XFileExporter.h", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X/XFileExporter.cpp", + "sourceGroupIndex" : 53 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/X3D/X3DExporter.cpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/X3D/X3DExporter.hpp", + "sourceGroupIndex" : 54 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF/glTFExporter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF/glTFExporter.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Exporter.h", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/glTF2/glTF2Exporter.cpp", + "sourceGroupIndex" : 55 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFExporter.h", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/3MF/D3MFExporter.cpp", + "sourceGroupIndex" : 56 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/Pbrt/PbrtExporter.h", + "sourceGroupIndex" : 59 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/Pbrt/PbrtExporter.cpp", + "sourceGroupIndex" : 59 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/code/AssetLib/Assjson/cencode.c", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assjson/cencode.h", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assjson/json_exporter.cpp", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Assjson/mesh_splitter.cpp", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Assjson/mesh_splitter.h", + "sourceGroupIndex" : 60 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/code/AssetLib/Step/StepExporter.h", + "sourceGroupIndex" : 61 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/code/AssetLib/Step/StepExporter.cpp", + "sourceGroupIndex" : 61 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/unzip/crypt.c", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/unzip/crypt.h", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/unzip/ioapi.c", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/unzip/ioapi.h", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/unzip/unzip.c", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/unzip/unzip.h", + "sourceGroupIndex" : 62 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/common/shapes.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/common/shapes.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/common/utils.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/advancing_front.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/advancing_front.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/cdt.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/cdt.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep_context.cc", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep_context.h", + "sourceGroupIndex" : 63 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/clipper/clipper.hpp", + "sourceGroupIndex" : 64 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/clipper/clipper.cpp", + "sourceGroupIndex" : 64 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLParser.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/DDLNode.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLCommon.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLExport.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/Value.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/openddlparser/code/OpenDDLStream.cpp", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLParser.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLParserUtils.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLCommon.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLExport.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/OpenDDLStream.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/DDLNode.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/openddlparser/include/openddlparser/Value.h", + "sourceGroupIndex" : 65 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcAdjacencyInfo.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcArithmeticCodec.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcArithmeticCodec.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcBinaryStream.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcCommon.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDVEncodeParams.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorDecoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorEncoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcDynamicVector.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcFIFO.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcIndexedFaceSet.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcIndexedFaceSet.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCDecoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCDecoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCEncodeParams.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCEncoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcSC3DMCEncoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTimer.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTools.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleFans.cpp", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleFans.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListDecoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListDecoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListEncoder.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcTriangleListEncoder.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcVector.h", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/Open3DGC/o3dgcVector.inl", + "sourceGroupIndex" : 66 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zip/src/miniz.h", + "sourceGroupIndex" : 67 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/assimp/contrib/zip/src/zip.c", + "sourceGroupIndex" : 67 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zip/src/zip.h", + "sourceGroupIndex" : 67 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/pugixml/src/pugiconfig.hpp", + "sourceGroupIndex" : 68 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/pugixml/src/pugixml.hpp", + "sourceGroupIndex" : 68 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/stb/stb_image.h", + "sourceGroupIndex" : 69 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/anim.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/aabb.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ai_assert.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/camera.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/color4.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/color4.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "cmake-build-relwithdebinfo/libs/assimp/include/assimp/config.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ColladaMetaData.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/commonMetaData.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/defs.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/cfileio.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/light.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/material.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/material.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix3x3.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix3x3.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix4x4.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/matrix4x4.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/mesh.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ObjMaterial.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/pbrmaterial.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/GltfMaterial.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/postprocess.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/quaternion.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/quaternion.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/scene.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/metadata.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/texture.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/types.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector2.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector2.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector3.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/vector3.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/version.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/cimport.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/AssertHandler.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/importerdesc.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Importer.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ProgressHandler.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/IOStream.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/IOSystem.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/cexport.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Exporter.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/DefaultIOStream.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/DefaultIOSystem.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ZipArchiveIOSystem.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SceneCombiner.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/fast_atof.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/qnan.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/BaseImporter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Hash.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/MemoryIOWrapper.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ParsingUtils.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StreamReader.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StreamWriter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StringComparison.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StringUtils.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SGSpatialSort.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/GenericProperty.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SpatialSort.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SkeletonMeshBuilder.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SmallVector.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SmoothingGroups.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/SmoothingGroups.inl", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/StandardShapes.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/RemoveComments.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Subdivision.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Vertex.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/LineSplitter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/TinyFormatter.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Profiler.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/LogAux.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Bitmap.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/XMLTools.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/IOStreamBuffer.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/CreateAnimMesh.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/XmlParser.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/MathFunctions.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Exceptional.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/ByteSwapper.h", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Base64.hpp", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Compiler/pushpack1.h", + "sourceGroupIndex" : 70 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Compiler/poppack1.h", + "sourceGroupIndex" : 70 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/include/assimp/Compiler/pstdint.h", + "sourceGroupIndex" : 70 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-boing-RelWithDebInfo-47bbb28cde1b41b633f0.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-boing-RelWithDebInfo-47bbb28cde1b41b633f0.json new file mode 100644 index 0000000..593d217 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-boing-RelWithDebInfo-47bbb28cde1b41b633f0.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/boing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "boing::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "boing", + "nameOnDisk" : "boing", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/boing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-clipboard-RelWithDebInfo-a0d8d8d3aecdbbf75c77.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-clipboard-RelWithDebInfo-a0d8d8d3aecdbbf75c77.json new file mode 100644 index 0000000..d7be242 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-clipboard-RelWithDebInfo-a0d8d8d3aecdbbf75c77.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/clipboard" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 35, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "clipboard::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "clipboard", + "nameOnDisk" : "clipboard", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/clipboard.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-cursor-RelWithDebInfo-26ceedc8bb52fe24c341.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-cursor-RelWithDebInfo-26ceedc8bb52fe24c341.json new file mode 100644 index 0000000..d346013 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-cursor-RelWithDebInfo-26ceedc8bb52fe24c341.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/cursor" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "cursor::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "cursor", + "nameOnDisk" : "cursor", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/cursor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-empty-RelWithDebInfo-dae914f07db6c3cb9e8a.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-empty-RelWithDebInfo-dae914f07db6c3cb9e8a.json new file mode 100644 index 0000000..37d2b5f --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-empty-RelWithDebInfo-dae914f07db6c3cb9e8a.json @@ -0,0 +1,203 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/empty" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 44, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 60, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "empty::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "empty", + "nameOnDisk" : "empty", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/empty.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-events-RelWithDebInfo-ffa32ba12cc8c88139d5.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-events-RelWithDebInfo-ffa32ba12cc8c88139d5.json new file mode 100644 index 0000000..f562a0c --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-events-RelWithDebInfo-ffa32ba12cc8c88139d5.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/events" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 36, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "events::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "events", + "nameOnDisk" : "events", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/events.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-gamma-RelWithDebInfo-d0b854bb508d6351dfdf.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-gamma-RelWithDebInfo-d0b854bb508d6351dfdf.json new file mode 100644 index 0000000..836d4d0 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-gamma-RelWithDebInfo-d0b854bb508d6351dfdf.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/gamma" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "gamma::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "gamma", + "nameOnDisk" : "gamma", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/gamma.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-gears-RelWithDebInfo-6cddca23851d2e879f4c.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-gears-RelWithDebInfo-6cddca23851d2e879f4c.json new file mode 100644 index 0000000..988a3cd --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-gears-RelWithDebInfo-6cddca23851d2e879f4c.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/gears" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "gears::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "gears", + "nameOnDisk" : "gears", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/gears.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-glfw-RelWithDebInfo-0b97073dcd1f55b6d664.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-glfw-RelWithDebInfo-0b97073dcd1f55b6d664.json new file mode 100644 index 0000000..e1d738f --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-glfw-RelWithDebInfo-0b97073dcd1f55b6d664.json @@ -0,0 +1,423 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/src/libglfw3.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 91, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 189, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 140, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 111, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 112, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 115, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 102, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-Wdeclaration-after-statement" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 13, + 14 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 15 + ] + } + ], + "folder" : + { + "name" : "GLFW3" + }, + "id" : "glfw::@7dc16bda365e0ec860ed", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "glfw", + "nameOnDisk" : "libglfw3.a", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/src", + "source" : "libs/glfw/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/input.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/xkb_unicode.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_time.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_thread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/glx_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/egl_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/src/osmesa_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/linux_joystick.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/internal.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/mappings.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw_config.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/include/GLFW/glfw3.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/include/GLFW/glfw3native.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/x11_platform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/xkb_unicode.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_time.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/posix_thread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/glx_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/egl_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/osmesa_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/linux_joystick.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-glfwinfo-RelWithDebInfo-a61a6b2e6fde09f09fc1.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-glfwinfo-RelWithDebInfo-a61a6b2e6fde09f09fc1.json new file mode 100644 index 0000000..4acad93 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-glfwinfo-RelWithDebInfo-a61a6b2e6fde09f09fc1.json @@ -0,0 +1,215 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/glfwinfo" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 38, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "glfwinfo::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "glfwinfo", + "nameOnDisk" : "glfwinfo", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/glfwinfo.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/vulkan.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_vulkan.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-heightmap-RelWithDebInfo-b67d646166097de1c18a.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-heightmap-RelWithDebInfo-b67d646166097de1c18a.json new file mode 100644 index 0000000..409fdee --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-heightmap-RelWithDebInfo-b67d646166097de1c18a.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/heightmap" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "heightmap::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "heightmap", + "nameOnDisk" : "heightmap", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/heightmap.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-icon-RelWithDebInfo-a15469741d752a939595.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-icon-RelWithDebInfo-a15469741d752a939595.json new file mode 100644 index 0000000..20d511b --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-icon-RelWithDebInfo-a15469741d752a939595.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/icon" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 46, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "icon::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "icon", + "nameOnDisk" : "icon", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/icon.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-iconify-RelWithDebInfo-b82bad11f7951e0376ca.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-iconify-RelWithDebInfo-b82bad11f7951e0376ca.json new file mode 100644 index 0000000..c76cfe1 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-iconify-RelWithDebInfo-b82bad11f7951e0376ca.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/iconify" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "iconify::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "iconify", + "nameOnDisk" : "iconify", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/iconify.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-inputlag-RelWithDebInfo-8c96b2e9395d2861fb69.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-inputlag-RelWithDebInfo-8c96b2e9395d2861fb69.json new file mode 100644 index 0000000..ceb0af5 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-inputlag-RelWithDebInfo-8c96b2e9395d2861fb69.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/inputlag" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "inputlag::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "inputlag", + "nameOnDisk" : "inputlag", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/inputlag.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-joysticks-RelWithDebInfo-17ef11d2403f52bfc494.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-joysticks-RelWithDebInfo-17ef11d2403f52bfc494.json new file mode 100644 index 0000000..bf2bfc2 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-joysticks-RelWithDebInfo-17ef11d2403f52bfc494.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/joysticks" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 48, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "joysticks::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "joysticks", + "nameOnDisk" : "joysticks", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/joysticks.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-monitors-RelWithDebInfo-ed5e89e345cfbc6bf776.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-monitors-RelWithDebInfo-ed5e89e345cfbc6bf776.json new file mode 100644 index 0000000..e0831c4 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-monitors-RelWithDebInfo-ed5e89e345cfbc6bf776.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/monitors" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "monitors::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "monitors", + "nameOnDisk" : "monitors", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/monitors.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-msaa-RelWithDebInfo-67ef934fb48b4c4412f0.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-msaa-RelWithDebInfo-67ef934fb48b4c4412f0.json new file mode 100644 index 0000000..f9c94cc --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-msaa-RelWithDebInfo-67ef934fb48b4c4412f0.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/msaa" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 37, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "msaa::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "msaa", + "nameOnDisk" : "msaa", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/msaa.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-offscreen-RelWithDebInfo-542620a09f20e223afdd.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-offscreen-RelWithDebInfo-542620a09f20e223afdd.json new file mode 100644 index 0000000..da5332c --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-offscreen-RelWithDebInfo-542620a09f20e223afdd.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/offscreen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "offscreen::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "offscreen", + "nameOnDisk" : "offscreen", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/offscreen.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-opacity-RelWithDebInfo-1ba505355ef54573d8b1.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-opacity-RelWithDebInfo-1ba505355ef54573d8b1.json new file mode 100644 index 0000000..775bdf2 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-opacity-RelWithDebInfo-1ba505355ef54573d8b1.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/opacity" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "opacity::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "opacity", + "nameOnDisk" : "opacity", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/opacity.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-parksnrec-RelWithDebInfo-5d8b47956d57424b207b.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-parksnrec-RelWithDebInfo-5d8b47956d57424b207b.json new file mode 100644 index 0000000..4602d9d --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-parksnrec-RelWithDebInfo-5d8b47956d57424b207b.json @@ -0,0 +1,397 @@ +{ + "artifacts" : + [ + { + "path" : "parksnrec" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "TARGET_LINK_LIBRARIES", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt", + "libs/BLT/CMakeLists.txt", + "libs/assimp/code/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 30, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 32, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 33, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 34, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 35, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 6 + }, + { + "file" : 2 + }, + { + "command" : 1, + "file" : 2, + "line" : 54, + "parent" : 8 + }, + { + "file" : 3 + }, + { + "command" : 2, + "file" : 3, + "line" : 1289, + "parent" : 10 + }, + { + "command" : 2, + "file" : 3, + "line" : 1392, + "parent" : 10 + }, + { + "command" : 3, + "file" : 0, + "line" : 36, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 26, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 13, + "fragment" : "-Wall" + }, + { + "backtrace" : 13, + "fragment" : "-Wextra" + }, + { + "backtrace" : 13, + "fragment" : "-Wpedantic" + } + ], + "includes" : + [ + { + "backtrace" : 14, + "path" : "/home/brett/git/parksandrec/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/git/parksandrec/libs/BLT/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config" + }, + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/assimp/code/../include" + }, + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "glfw::@7dc16bda365e0ec860ed" + }, + { + "backtrace" : 3, + "id" : "BLT::@15de44d4528f33befea6" + }, + { + "backtrace" : 5, + "id" : "zlibstatic::@142f1425b4d57e544353" + }, + { + "backtrace" : 5, + "id" : "assimp::@c18b53e73a5197b875a6" + } + ], + "id" : "parksnrec::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "-rdynamic", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libs/BLT/libBLT.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lOpenGL", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libs/assimp/lib/libassimp.a", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-Bstatic", + "role" : "libraries" + }, + { + "fragment" : "-lrt", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-Bdynamic", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-lX11", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "libs/assimp/contrib/zlib/libzlibstatic.a", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "parksnrec", + "nameOnDisk" : "parksnrec", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_demo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_draw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_impl_glfw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_impl_opengl3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/imgui/imgui_widgets.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/app.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/OpenGL.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/engine.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/player.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/renderer/resources.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/parks/window.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-particles-RelWithDebInfo-9269519163e92f628719.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-particles-RelWithDebInfo-9269519163e92f628719.json new file mode 100644 index 0000000..6d9a4bf --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-particles-RelWithDebInfo-9269519163e92f628719.json @@ -0,0 +1,217 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/particles" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 43, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "particles::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "particles", + "nameOnDisk" : "particles", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 6 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/particles.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-reopen-RelWithDebInfo-1fc23e4e8a72d945e389.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-reopen-RelWithDebInfo-1fc23e4e8a72d945e389.json new file mode 100644 index 0000000..c9b76be --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-reopen-RelWithDebInfo-1fc23e4e8a72d945e389.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/reopen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "reopen::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "reopen", + "nameOnDisk" : "reopen", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/reopen.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-sharing-RelWithDebInfo-9fefa7261c9cfb36c7aa.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-sharing-RelWithDebInfo-9fefa7261c9cfb36c7aa.json new file mode 100644 index 0000000..bc31941 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-sharing-RelWithDebInfo-9fefa7261c9cfb36c7aa.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/sharing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 44, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "sharing::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "sharing", + "nameOnDisk" : "sharing", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/sharing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-simple-RelWithDebInfo-5c0f299dc2a71f4a18e0.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-simple-RelWithDebInfo-5c0f299dc2a71f4a18e0.json new file mode 100644 index 0000000..1180c68 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-simple-RelWithDebInfo-5c0f299dc2a71f4a18e0.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/simple" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "simple::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "simple", + "nameOnDisk" : "simple", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/simple.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-splitview-RelWithDebInfo-9cf02afc697200551caa.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-splitview-RelWithDebInfo-9cf02afc697200551caa.json new file mode 100644 index 0000000..c2e1e3f --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-splitview-RelWithDebInfo-9cf02afc697200551caa.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/splitview" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 46, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "splitview::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "splitview", + "nameOnDisk" : "splitview", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/splitview.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-tearing-RelWithDebInfo-c17358db435be121a64d.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-tearing-RelWithDebInfo-c17358db435be121a64d.json new file mode 100644 index 0000000..3b3b5c1 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-tearing-RelWithDebInfo-c17358db435be121a64d.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/tearing" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 50, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "tearing::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "tearing", + "nameOnDisk" : "tearing", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/tearing.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-threads-RelWithDebInfo-fcaa04d146f88e520704.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-threads-RelWithDebInfo-fcaa04d146f88e520704.json new file mode 100644 index 0000000..4a05990 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-threads-RelWithDebInfo-fcaa04d146f88e520704.json @@ -0,0 +1,203 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/threads" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "threads::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "threads", + "nameOnDisk" : "threads", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/threads.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/tinycthread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-timeout-RelWithDebInfo-95fe22de81487132f7b6.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-timeout-RelWithDebInfo-95fe22de81487132f7b6.json new file mode 100644 index 0000000..012896b --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-timeout-RelWithDebInfo-95fe22de81487132f7b6.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/timeout" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 52, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "timeout::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "timeout", + "nameOnDisk" : "timeout", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/timeout.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-title-RelWithDebInfo-4ac9c3435acdde37a1b3.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-title-RelWithDebInfo-4ac9c3435acdde37a1b3.json new file mode 100644 index 0000000..b986144 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-title-RelWithDebInfo-4ac9c3435acdde37a1b3.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/title" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 53, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "title::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "title", + "nameOnDisk" : "title", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/title.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-triangle-vulkan-RelWithDebInfo-df6b7d6fafdf96dcf373.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-triangle-vulkan-RelWithDebInfo-df6b7d6fafdf96dcf373.json new file mode 100644 index 0000000..7af2926 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-triangle-vulkan-RelWithDebInfo-df6b7d6fafdf96dcf373.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/triangle-vulkan" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 54, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "triangle-vulkan::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "triangle-vulkan", + "nameOnDisk" : "triangle-vulkan", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/triangle-vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/vulkan.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_vulkan.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uninstall-RelWithDebInfo-f7a39712a4cbe5279994.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uninstall-RelWithDebInfo-f7a39712a4cbe5279994.json new file mode 100644 index 0000000..c6a3b54 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uninstall-RelWithDebInfo-f7a39712a4cbe5279994.json @@ -0,0 +1,70 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 379, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "uninstall::@469bc31a56f95ec09ce9", + "name" : "uninstall", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8", + "source" : "libs/glfw/glfw-3.3.8" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/uninstall", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/uninstall.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-update_mappings-RelWithDebInfo-e2b7793c6393d4d69e53.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-update_mappings-RelWithDebInfo-e2b7793c6393d4d69e53.json new file mode 100644 index 0000000..81645f7 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-update_mappings-RelWithDebInfo-e2b7793c6393d4d69e53.json @@ -0,0 +1,88 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 8, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "update_mappings::@7dc16bda365e0ec860ed", + "name" : "update_mappings", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/src", + "source" : "libs/glfw/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 1, + 2 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/src/mappings.h.in", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/CMake/GenerateMappings.cmake", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-wave-RelWithDebInfo-b610bc4bbf8374c2ba65.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-wave-RelWithDebInfo-b610bc4bbf8374c2ba65.json new file mode 100644 index 0000000..422c3bd --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-wave-RelWithDebInfo-b610bc4bbf8374c2ba65.json @@ -0,0 +1,187 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/examples/wave" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/examples/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Examples" + }, + "id" : "wave::@555eb4510d21f320f20b", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "wave", + "nameOnDisk" : "wave", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/examples", + "source" : "libs/glfw/glfw-3.3.8/examples" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/examples/wave.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-windows-RelWithDebInfo-e3139359b977269b192e.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-windows-RelWithDebInfo-e3139359b977269b192e.json new file mode 100644 index 0000000..1d5e3b8 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-windows-RelWithDebInfo-e3139359b977269b192e.json @@ -0,0 +1,201 @@ +{ + "artifacts" : + [ + { + "path" : "libs/glfw/glfw-3.3.8/tests/windows" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "libs/glfw/glfw-3.3.8/tests/CMakeLists.txt", + "libs/glfw/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 55, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 119, + "parent" : 2 + }, + { + "command" : 2, + "file" : 0, + "line" : 4, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps" + }, + { + "backtrace" : 1, + "path" : "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 1, + "id" : "glfw::@7dc16bda365e0ec860ed" + } + ], + "folder" : + { + "name" : "GLFW3/Tests" + }, + "id" : "windows::@77cfdd67c43044262fc4", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 1, + "fragment" : "libs/glfw/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libX11.so", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "windows", + "nameOnDisk" : "windows", + "paths" : + { + "build" : "libs/glfw/glfw-3.3.8/tests", + "source" : "libs/glfw/glfw-3.3.8/tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/tests/windows.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/getopt.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libs/glfw/glfw-3.3.8/deps/glad/gl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/glfw/glfw-3.3.8/deps/glad_gl.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-zlibstatic-RelWithDebInfo-c15a84aa583efe924b27.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-zlibstatic-RelWithDebInfo-c15a84aa583efe924b27.json new file mode 100644 index 0000000..f9c07ef --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-zlibstatic-RelWithDebInfo-c15a84aa583efe924b27.json @@ -0,0 +1,374 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libs/assimp/contrib/zlib/libzlibstatic.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "INSTALL", + "ADD_DEFINITIONS", + "add_definitions", + "INCLUDE_DIRECTORIES", + "include_directories" + ], + "files" : + [ + "libs/assimp/contrib/zlib/CMakeLists.txt", + "libs/assimp/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 207, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 209, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 45, + "parent" : 3 + }, + { + "command" : 2, + "file" : 1, + "line" : 44, + "parent" : 3 + }, + { + "command" : 3, + "file" : 0, + "line" : 57, + "parent" : 0 + }, + { + "command" : 4, + "file" : 1, + "line" : 239, + "parent" : 3 + }, + { + "command" : 5, + "file" : 0, + "line" : 107, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fno-strict-aliasing -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "ASSIMP_BUILD_NO_M3D_EXPORTER" + }, + { + "backtrace" : 5, + "define" : "ASSIMP_BUILD_NO_M3D_IMPORTER" + }, + { + "backtrace" : 6, + "define" : "_LARGEFILE64_SOURCE=1" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/libs/assimp/include" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/libs/assimp/code" + }, + { + "backtrace" : 7, + "path" : "/home/brett/git/parksandrec/libs/assimp/." + }, + { + "backtrace" : 8, + "path" : "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib" + }, + { + "backtrace" : 8, + "path" : "/home/brett/git/parksandrec" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14 + ] + } + ], + "id" : "zlibstatic::@142f1425b4d57e544353", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "zlibstatic", + "nameOnDisk" : "libzlibstatic.a", + "paths" : + { + "build" : "libs/assimp/contrib/zlib", + "source" : "libs/assimp/contrib/zlib" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/adler32.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/compress.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/crc32.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/deflate.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzclose.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzlib.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/gzwrite.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/inflate.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/infback.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/inftrees.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/inffast.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/trees.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/uncompr.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libs/assimp/contrib/zlib/zutil.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/zconf.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/zlib.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/crc32.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/deflate.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/gzguts.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inffast.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inffixed.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inflate.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/inftrees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/trees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libs/assimp/contrib/zlib/zutil.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/toolchains-v1-c43cbce8f92a41f468b5.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/toolchains-v1-c43cbce8f92a41f468b5.json new file mode 100644 index 0000000..97a6646 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/toolchains-v1-c43cbce8f92a41f468b5.json @@ -0,0 +1,103 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/cc", + "version" : "13.1.1" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/13.1.1", + "/usr/include/c++/13.1.1/x86_64-pc-linux-gnu", + "/usr/include/c++/13.1.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/c++", + "version" : "13.1.1" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-relwithdebinfo/CMakeCache.txt b/cmake-build-relwithdebinfo/CMakeCache.txt new file mode 100644 index 0000000..6d33fa5 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeCache.txt @@ -0,0 +1,1274 @@ +# This is the CMakeCache file. +# For build in directory: /home/brett/git/parksandrec/cmake-build-relwithdebinfo +# 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 +######################## + +//Android JNI IOSystem support is active +ASSIMP_ANDROID_JNIIOSYSTEM:BOOL=OFF + +//Path for library output files +ASSIMP_ARCHIVE_OUTPUT_DIRECTORY:STRING=/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/lib + +//Enable AddressSanitizer. +ASSIMP_ASAN:BOOL=OFF + +//default value of all ASSIMP_BUILD_XXX_EXPORTER values +ASSIMP_BUILD_ALL_EXPORTERS_BY_DEFAULT:BOOL=ON + +//default value of all ASSIMP_BUILD_XXX_IMPORTER values +ASSIMP_BUILD_ALL_IMPORTERS_BY_DEFAULT:BOOL=ON + +//describe the current architecture. +ASSIMP_BUILD_ARCHITECTURE:STRING= + +//If the supplementary tools for Assimp are built in addition to +// the library. +ASSIMP_BUILD_ASSIMP_TOOLS:BOOL=OFF + +//describe the current compiler. +ASSIMP_BUILD_COMPILER:STRING= + +//Build documentation using Doxygen. +ASSIMP_BUILD_DOCS:BOOL=OFF + +//If the Draco libraries are to be built. Primarily for glTF +ASSIMP_BUILD_DRACO:BOOL=OFF + +//Build package as Mac OS X Framework bundle. +ASSIMP_BUILD_FRAMEWORK:BOOL=OFF + +//Build the C4D importer, which relies on the non-free Cineware +// SDK. +ASSIMP_BUILD_NONFREE_C4D_IMPORTER:BOOL=OFF + +//If the official samples are built as well (needs Glut). +ASSIMP_BUILD_SAMPLES:BOOL=OFF + +//If the test suite for Assimp is built in addition to the library. +ASSIMP_BUILD_TESTS:BOOL=ON + +//Build your own zlib +ASSIMP_BUILD_ZLIB:BOOL=ON + +//Enable this to measure test coverage. +ASSIMP_COVERALLS:BOOL=OFF + +//Set to ON to enable double precision processing +ASSIMP_DOUBLE_PRECISION:BOOL=OFF + +//adds the target headercheck which compiles every header file, +// default disabled because it adds many targets +ASSIMP_HEADERCHECK:BOOL=OFF + +//Enable Hunter package manager support +ASSIMP_HUNTER_ENABLED:BOOL=OFF + +//Don't call git to get the hash. +ASSIMP_IGNORE_GIT_HASH:BOOL=OFF + +//Inject debug postfix in .a/.so/.dll lib names +ASSIMP_INJECT_DEBUG_POSTFIX:BOOL=ON + +//Disable this if you want to use assimp as a submodule. +ASSIMP_INSTALL:BOOL=ON + +//Path for library output files +ASSIMP_LIBRARY_OUTPUT_DIRECTORY:STRING=/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/bin + +//Suffix to append to library names +ASSIMP_LIBRARY_SUFFIX:STRING= + +//Disable Assimp's export functionality. +ASSIMP_NO_EXPORT:BOOL=OFF + +//Set to ON to generate CPack configuration files and packaging +// targets +ASSIMP_OPT_BUILD_PACKAGES:BOOL=OFF + +//the package-specific version used for uploading the sources +ASSIMP_PACKAGE_VERSION:STRING=0 + +//Suppress rapidjson warning on MSVC (NOTE: breaks android build) +ASSIMP_RAPIDJSON_NO_MEMBER_ITERATOR:BOOL=ON + +//Path for runtime output files +ASSIMP_RUNTIME_OUTPUT_DIRECTORY:STRING=/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/bin + +//Enable Undefined Behavior sanitizer. +ASSIMP_UBSAN:BOOL=OFF + +//Treat all warnings as errors. +ASSIMP_WARNINGS_AS_ERRORS:BOOL=ON + +//Value Computed by CMake +Assimp_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp + +//Value Computed by CMake +Assimp_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Assimp_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/assimp + +//Value Computed by CMake +BLT_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT + +//Enable blt::logging +BLT_ENABLE_LOGGING:BOOL=ON + +//Value Computed by CMake +BLT_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +BLT_LIB_DEPENDS:STATIC=general;ZLIB::ZLIB; + +//Value Computed by CMake +BLT_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/BLT + +//Build the BLT NBT + eNBT extension +BUILD_NBT:BOOL=ON + +//Build the BLT profiler extension +BUILD_PROFILING:BOOL=ON + +//Build package with shared libraries. +BUILD_SHARED_LIBS:BOOL=OFF + +//Build the BLT standard utilities. +BUILD_STD:BOOL=ON + +//Build the BLT test set +BUILD_TESTS:BOOL=OFF + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=RelWithDebInfo + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Debug Postfix for lib, samples and tools +CMAKE_DEBUG_POSTFIX:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:UNINITIALIZED=/opt/clion/bin/ninja/linux/x64/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=parksnrec + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Doxygen documentation generation tool (https://www.doxygen.nl) +DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND + +//Enable the address sanitizer +ENABLE_ADDRSAN:BOOL=OFF + +//Enable the thread data race sanitizer +ENABLE_TSAN:BOOL=OFF + +//Enable the ub sanitizer +ENABLE_UBSAN:BOOL=OFF + +//Path to a file. +FREETYPE_INCLUDE_DIR_freetype2:PATH=/usr/include/freetype2 + +//Path to a file. +FREETYPE_INCLUDE_DIR_ft2build:PATH=/usr/include/freetype2 + +//Path to a library. +FREETYPE_LIBRARY_DEBUG:FILEPATH=FREETYPE_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +FREETYPE_LIBRARY_RELEASE:FILEPATH=/usr/lib/libfreetype.so + +//Path to a file. +Fontconfig_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +Fontconfig_LIBRARY:FILEPATH=/usr/lib/libfontconfig.so + +//Value Computed by CMake +GLFW_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8 + +//Build the GLFW documentation +GLFW_BUILD_DOCS:BOOL=ON + +//Build the GLFW example programs +GLFW_BUILD_EXAMPLES:BOOL=ON + +//Build the GLFW test programs +GLFW_BUILD_TESTS:BOOL=ON + +//Generate installation target +GLFW_INSTALL:BOOL=ON + +//Value Computed by CMake +GLFW_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +GLFW_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8 + +//Use OSMesa for offscreen context creation +GLFW_USE_OSMESA:BOOL=OFF + +//Use Wayland for window creation +GLFW_USE_WAYLAND:BOOL=OFF + +//Assume the Vulkan loader is linked with the application +GLFW_VULKAN_STATIC:BOOL=OFF + +//Path to a library. +MATH_LIBRARY:FILEPATH=/usr/lib/libm.so + +//Path to a file. +OPENGL_EGL_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_GLX_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +OPENGL_egl_LIBRARY:FILEPATH=/usr/lib/libEGL.so + +//Path to a library. +OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/libGLU.so + +//Path to a library. +OPENGL_glx_LIBRARY:FILEPATH=/usr/lib/libGLX.so + +//Path to a library. +OPENGL_opengl_LIBRARY:FILEPATH=/usr/lib/libOpenGL.so + +//Path to a file. +OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Path to a library. +RT_LIBRARY:FILEPATH=/usr/lib/librt.a + +//Path to a file. +X11_ICE_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_ICE_LIB:FILEPATH=/usr/lib/libICE.so + +//Path to a file. +X11_SM_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_SM_LIB:FILEPATH=/usr/lib/libSM.so + +//Path to a file. +X11_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_LIB:FILEPATH=/usr/lib/libX11.so + +//Path to a file. +X11_X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_xcb_LIB:FILEPATH=/usr/lib/libX11-xcb.so + +//Path to a file. +X11_XRes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_XRes_LIB:FILEPATH=/usr/lib/libXRes.so + +//Path to a file. +X11_XShm_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_XSync_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessrules_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xau_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xau_LIB:FILEPATH=/usr/lib/libXau.so + +//Path to a file. +X11_Xaw_INCLUDE_PATH:PATH=X11_Xaw_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xaw_LIB:FILEPATH=/usr/lib/libXaw.so + +//Path to a file. +X11_Xcomposite_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcomposite_LIB:FILEPATH=/usr/lib/libXcomposite.so + +//Path to a file. +X11_Xcursor_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcursor_LIB:FILEPATH=/usr/lib/libXcursor.so + +//Path to a file. +X11_Xdamage_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdamage_LIB:FILEPATH=/usr/lib/libXdamage.so + +//Path to a file. +X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdmcp_LIB:FILEPATH=/usr/lib/libXdmcp.so + +//Path to a file. +X11_Xext_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xext_LIB:FILEPATH=/usr/lib/libXext.so + +//Path to a file. +X11_Xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xfixes_LIB:FILEPATH=/usr/lib/libXfixes.so + +//Path to a file. +X11_Xft_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xft_LIB:FILEPATH=/usr/lib/libXft.so + +//Path to a file. +X11_Xi_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xi_LIB:FILEPATH=/usr/lib/libXi.so + +//Path to a file. +X11_Xinerama_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xinerama_LIB:FILEPATH=/usr/lib/libXinerama.so + +//Path to a file. +X11_Xkb_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xkblib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xlib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xmu_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xmu_LIB:FILEPATH=/usr/lib/libXmu.so + +//Path to a file. +X11_Xpm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xpm_LIB:FILEPATH=/usr/lib/libXpm.so + +//Path to a file. +X11_Xrandr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrandr_LIB:FILEPATH=/usr/lib/libXrandr.so + +//Path to a file. +X11_Xrender_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrender_LIB:FILEPATH=/usr/lib/libXrender.so + +//Path to a file. +X11_Xshape_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xss_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xss_LIB:FILEPATH=/usr/lib/libXss.so + +//Path to a file. +X11_Xt_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xt_LIB:FILEPATH=/usr/lib/libXt.so + +//Path to a file. +X11_Xtst_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xtst_LIB:FILEPATH=/usr/lib/libXtst.so + +//Path to a file. +X11_Xutil_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xv_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xv_LIB:FILEPATH=/usr/lib/libXv.so + +//Path to a file. +X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86vm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xxf86vm_LIB:FILEPATH=/usr/lib/libXxf86vm.so + +//Path to a file. +X11_dpms_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_LIB:FILEPATH=/usr/lib/libxcb.so + +//Path to a file. +X11_xcb_icccm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_icccm_LIB:FILEPATH=/usr/lib/libxcb-icccm.so + +//Path to a file. +X11_xcb_keysyms_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_keysyms_LIB:FILEPATH=/usr/lib/libxcb-keysyms.so + +//Path to a file. +X11_xcb_randr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_randr_LIB:FILEPATH=/usr/lib/libxcb-randr.so + +//Path to a file. +X11_xcb_util_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_util_LIB:FILEPATH=/usr/lib/libxcb-util.so + +//Path to a file. +X11_xcb_xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xfixes_LIB:FILEPATH=/usr/lib/libxcb-xfixes.so + +//Path to a library. +X11_xcb_xkb_LIB:FILEPATH=/usr/lib/libxcb-xkb.so + +//Path to a file. +X11_xcb_xtest_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xtest_LIB:FILEPATH=/usr/lib/libxcb-xtest.so + +//Path to a file. +X11_xkbcommon_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbcommon_LIB:FILEPATH=/usr/lib/libxkbcommon.so + +//Path to a file. +X11_xkbcommon_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbcommon_X11_LIB:FILEPATH=/usr/lib/libxkbcommon-x11.so + +//Path to a file. +X11_xkbfile_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbfile_LIB:FILEPATH=/usr/lib/libxkbfile.so + +//Path to a file. +ZLIB_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/libz.so + +//Dependencies for the target +assimp_LIB_DEPENDS:STATIC=general;zlibstatic;general;rt; + +//Value Computed by CMake +parksnrec_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-relwithdebinfo + +//Value Computed by CMake +parksnrec_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +parksnrec_SOURCE_DIR:STATIC=/home/brett/git/parksandrec + +//Path to a library. +pkgcfg_lib_PKG_FONTCONFIG_fontconfig:FILEPATH=/usr/lib/libfontconfig.so + +//Path to a library. +pkgcfg_lib_PKG_FONTCONFIG_freetype:FILEPATH=/usr/lib/libfreetype.so + +//Value Computed by CMake +zlib_BINARY_DIR:STATIC=/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib + +//Value Computed by CMake +zlib_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +zlib_SOURCE_DIR:STATIC=/home/brett/git/parksandrec/libs/assimp/contrib/zlib + + +######################## +# INTERNAL cache entries +######################## + +//Enable building amd64 assembly implementation +AMD64:INTERNAL=FALSE +//Enable building i686 assembly implementation +ASM686:INTERNAL=FALSE +//ADVANCED property for variable: ASSIMP_BUILD_ARCHITECTURE +ASSIMP_BUILD_ARCHITECTURE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ASSIMP_BUILD_COMPILER +ASSIMP_BUILD_COMPILER-ADVANCED:INTERNAL=1 +//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/brett/git/parksandrec/cmake-build-relwithdebinfo +//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=26 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=4 +//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 +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Have function connect +CMAKE_HAVE_CONNECT:INTERNAL=1 +//Have function gethostbyname +CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Have function remove +CMAKE_HAVE_REMOVE:INTERNAL=1 +//Have function shmat +CMAKE_HAVE_SHMAT:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/brett/git/parksandrec +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//Have library ICE +CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//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=9 +//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 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_EXECUTABLE +DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 +//Details about finding OpenGL +FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/libOpenGL.so][/usr/lib/libGLX.so][/usr/include][c ][v()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Details about finding X11 +FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/libX11.so][c ][v()] +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2 +FREETYPE_INCLUDE_DIR_freetype2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_ft2build +FREETYPE_INCLUDE_DIR_ft2build-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_LIBRARY_DEBUG +FREETYPE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_LIBRARY_RELEASE +FREETYPE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Fontconfig_INCLUDE_DIR +Fontconfig_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Fontconfig_LIBRARY +Fontconfig_LIBRARY-ADVANCED:INTERNAL=1 +//Have function fseeko +HAVE_FSEEKO:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_OFF64_T:INTERNAL=TRUE +//Have include stddef.h +HAVE_STDDEF_H:INTERNAL=1 +//Have include stdint.h +HAVE_STDINT_H:INTERNAL=1 +//Have include sys/types.h +HAVE_SYS_TYPES_H:INTERNAL=1 +//ADVANCED property for variable: MATH_LIBRARY +MATH_LIBRARY-ADVANCED:INTERNAL=1 +//CHECK_TYPE_SIZE: sizeof(off64_t) +OFF64_T:INTERNAL=8 +//ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR +OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR +OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_INCLUDE_DIR +OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_egl_LIBRARY +OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glu_LIBRARY +OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glx_LIBRARY +OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_opengl_LIBRARY +OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR +OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +PKG_FONTCONFIG_CFLAGS:INTERNAL=-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread +PKG_FONTCONFIG_CFLAGS_I:INTERNAL= +PKG_FONTCONFIG_CFLAGS_OTHER:INTERNAL=-pthread +PKG_FONTCONFIG_FOUND:INTERNAL=1 +PKG_FONTCONFIG_INCLUDEDIR:INTERNAL=/usr/include +PKG_FONTCONFIG_INCLUDE_DIRS:INTERNAL=/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4 +PKG_FONTCONFIG_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-lfreetype +PKG_FONTCONFIG_LDFLAGS_OTHER:INTERNAL= +PKG_FONTCONFIG_LIBDIR:INTERNAL=/usr/lib +PKG_FONTCONFIG_LIBRARIES:INTERNAL=fontconfig;freetype +PKG_FONTCONFIG_LIBRARY_DIRS:INTERNAL=/usr/lib +PKG_FONTCONFIG_LIBS:INTERNAL= +PKG_FONTCONFIG_LIBS_L:INTERNAL= +PKG_FONTCONFIG_LIBS_OTHER:INTERNAL= +PKG_FONTCONFIG_LIBS_PATHS:INTERNAL= +PKG_FONTCONFIG_MODULE_NAME:INTERNAL=fontconfig +PKG_FONTCONFIG_PREFIX:INTERNAL=/usr +PKG_FONTCONFIG_STATIC_CFLAGS:INTERNAL=-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread +PKG_FONTCONFIG_STATIC_CFLAGS_I:INTERNAL= +PKG_FONTCONFIG_STATIC_CFLAGS_OTHER:INTERNAL=-pthread +PKG_FONTCONFIG_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4 +PKG_FONTCONFIG_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-pthread;-lfreetype;-lbz2;-L/usr/lib;-L/usr/lib;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib;-L/usr/lib;-lz;-lharfbuzz;-pthread;-lm;-L/usr/lib;-lglib-2.0;-lm;-pthread;-L/usr/lib;-lsysprof-capture-4;-pthread;-lpcre2-8;-lgraphite2;-lbrotlidec;-L/usr/lib;-lbrotlicommon;-L/usr/lib;-lexpat;-lm +PKG_FONTCONFIG_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-pthread;-pthread +PKG_FONTCONFIG_STATIC_LIBDIR:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBRARIES:INTERNAL=fontconfig;freetype;bz2;z;png16;m;z;m;z;harfbuzz;m;glib-2.0;m;sysprof-capture-4;pcre2-8;graphite2;brotlidec;brotlicommon;expat;m +PKG_FONTCONFIG_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib +PKG_FONTCONFIG_STATIC_LIBS:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_L:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_OTHER:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_PATHS:INTERNAL= +PKG_FONTCONFIG_VERSION:INTERNAL=2.14.2 +PKG_FONTCONFIG_fontconfig_INCLUDEDIR:INTERNAL= +PKG_FONTCONFIG_fontconfig_LIBDIR:INTERNAL= +PKG_FONTCONFIG_fontconfig_PREFIX:INTERNAL= +PKG_FONTCONFIG_fontconfig_VERSION:INTERNAL= +//ADVANCED property for variable: RT_LIBRARY +RT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_INCLUDE_PATH +X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_LIB +X11_ICE_LIB-ADVANCED:INTERNAL=1 +//Have library /usr/lib/libX11.so;/usr/lib/libXext.so +X11_LIB_X11_SOLO:INTERNAL=1 +//ADVANCED property for variable: X11_SM_INCLUDE_PATH +X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_SM_LIB +X11_SM_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_INCLUDE_PATH +X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_LIB +X11_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH +X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_LIB +X11_X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_INCLUDE_PATH +X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_LIB +X11_XRes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XShm_INCLUDE_PATH +X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XSync_INCLUDE_PATH +X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH +X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH +X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_INCLUDE_PATH +X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_LIB +X11_Xau_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH +X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_LIB +X11_Xaw_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH +X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_LIB +X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH +X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_LIB +X11_Xcursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH +X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_LIB +X11_Xdamage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH +X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_LIB +X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_INCLUDE_PATH +X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_LIB +X11_Xext_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH +X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_LIB +X11_Xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_INCLUDE_PATH +X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_LIB +X11_Xft_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_INCLUDE_PATH +X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_LIB +X11_Xi_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH +X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_LIB +X11_Xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH +X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH +X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH +X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH +X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_LIB +X11_Xmu_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH +X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_LIB +X11_Xpm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH +X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_LIB +X11_Xrandr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH +X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_LIB +X11_Xrender_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH +X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_INCLUDE_PATH +X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_LIB +X11_Xss_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_INCLUDE_PATH +X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_LIB +X11_Xt_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH +X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_LIB +X11_Xtst_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH +X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_INCLUDE_PATH +X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_LIB +X11_Xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH +X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_LIB +X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH +X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_LIB +X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_dpms_INCLUDE_PATH +X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_INCLUDE_PATH +X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_LIB +X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH +X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_LIB +X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH +X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_LIB +X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH +X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_LIB +X11_xcb_randr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH +X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_LIB +X11_xcb_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH +X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_LIB +X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xkb_LIB +X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH +X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_LIB +X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH +X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_LIB +X11_xkbcommon_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH +X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_LIB +X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH +X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_LIB +X11_xkbfile_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_INCLUDE_DIR +ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG +ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE +ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//Have include unistd.h +Z_HAVE_UNISTD_H:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +__pkg_config_arguments_PKG_FONTCONFIG:INTERNAL=QUIET;fontconfig +__pkg_config_checked_PKG_FONTCONFIG:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_fontconfig +pkgcfg_lib_PKG_FONTCONFIG_fontconfig-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_freetype +pkgcfg_lib_PKG_FONTCONFIG_freetype-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib + diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeCCompiler.cmake b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeCCompiler.cmake new file mode 100644 index 0000000..a4af651 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.1.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..ab862d4 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.1.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/13.1.1;/usr/include/c++/13.1.1/x86_64-pc-linux-gnu;/usr/include/c++/13.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..3aceb31 Binary files /dev/null and b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin differ diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..15d1fcd Binary files /dev/null and b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeSystem.cmake b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeSystem.cmake new file mode 100644 index 0000000..f814773 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.3.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.3.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.3.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.3.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..88155ff --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,866 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdC/a.out b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdC/a.out new file mode 100755 index 0000000..0b9b7c6 Binary files /dev/null and b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdC/a.out differ diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..746b167 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,855 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdCXX/a.out b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdCXX/a.out new file mode 100755 index 0000000..52d54a5 Binary files /dev/null and b/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdCXX/a.out differ diff --git a/cmake-build-relwithdebinfo/CMakeFiles/CMakeConfigureLog.yaml b/cmake-build-relwithdebinfo/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..f397497 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,800 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:204 (message)" + - "CMakeLists.txt:2 (project)" + message: | + The system is: Linux - 6.3.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/c++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/3.26.4/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-q5Mml9" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-q5Mml9" + cmakeVariables: + CMAKE_C_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-q5Mml9 + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_dc76c && [1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dc76c.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_dc76c.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccVhGoY6.s + GNU C17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu) + compiled by GNU C version 13.1.1 20230429, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version isl-0.26-GMP + + warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9. + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: f7ab8f6abad0db9962575524ae915978 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dc76c.dir/' + as -v --64 -o CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o /tmp/ccVhGoY6.s + GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.' + [2/2] : && /usr/bin/cc -v -rdynamic CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o -o cmTC_dc76c && : + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_dc76c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_dc76c.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccbtnHd5.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_dc76c /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_dc76c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_dc76c.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:152 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-q5Mml9] + ignore line: [] + ignore line: [Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_dc76c && [1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dc76c.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_dc76c.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccVhGoY6.s] + ignore line: [GNU C17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.1.1 20230429 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: f7ab8f6abad0db9962575524ae915978] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dc76c.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o /tmp/ccVhGoY6.s] + ignore line: [GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /usr/bin/cc -v -rdynamic CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o -o cmTC_dc76c && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_dc76c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_dc76c.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccbtnHd5.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_dc76c /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccbtnHd5.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_dc76c] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] + arg [CMakeFiles/cmTC_dc76c.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-EbsUph" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-EbsUph" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-EbsUph + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_dbe3f && [1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dbe3f.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_dbe3f.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccN1sd6I.s + GNU C++17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu) + compiled by GNU C version 13.1.1 20230429, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version isl-0.26-GMP + + warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9. + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: e149eaca55f4ee2a0171ba2b54b0dc8d + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dbe3f.dir/' + as -v --64 -o CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccN1sd6I.s + GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_dbe3f && : + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230429 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_dbe3f' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_dbe3f.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cczb4rDp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_dbe3f /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_dbe3f' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_dbe3f.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] ==> [/usr/include/c++/13.1.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/13.1.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] ==> [/usr/include/c++/13.1.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/13.1.1;/usr/include/c++/13.1.1/x86_64-pc-linux-gnu;/usr/include/c++/13.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:152 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-EbsUph] + ignore line: [] + ignore line: [Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_dbe3f && [1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dbe3f.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_dbe3f.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccN1sd6I.s] + ignore line: [GNU C++17 (GCC) version 13.1.1 20230429 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.1.1 20230429 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.2.0 differs from library version 4.2.0-p9.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: e149eaca55f4ee2a0171ba2b54b0dc8d] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dbe3f.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccN1sd6I.s] + ignore line: [GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_dbe3f && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230429 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_dbe3f' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_dbe3f.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cczb4rDp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_dbe3f /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cczb4rDp.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_dbe3f] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] + arg [CMakeFiles/cmTC_dbe3f.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:76 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)" + - "/usr/share/cmake/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:62 (find_package)" + checks: + - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-haHyZs" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-haHyZs" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-haHyZs + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_2810e && [1/2] /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -fdiagnostics-color=always -o CMakeFiles/cmTC_2810e.dir/src.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-haHyZs/src.c + [2/2] : && /usr/bin/cc CMakeFiles/cmTC_2810e.dir/src.c.o -o cmTC_2810e && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:71 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:498 (check_library_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-5tJ0fC" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-5tJ0fC" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "X11_LIB_X11_SOLO" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-5tJ0fC + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_089db && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -fdiagnostics-color=always -o CMakeFiles/cmTC_089db.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-5tJ0fC/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTC_089db.dir/CheckFunctionExists.c.o -o cmTC_089db /usr/lib/libX11.so /usr/lib/libXext.so && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:513 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for gethostbyname" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-Bo0BDn" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-Bo0BDn" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_GETHOSTBYNAME" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-Bo0BDn + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_a07d0 && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname -fdiagnostics-color=always -o CMakeFiles/cmTC_a07d0.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-Bo0BDn/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTC_a07d0.dir/CheckFunctionExists.c.o -o cmTC_a07d0 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:527 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for connect" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-8LpDRh" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-8LpDRh" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_CONNECT" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-8LpDRh + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_e303d && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -fdiagnostics-color=always -o CMakeFiles/cmTC_e303d.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-8LpDRh/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_e303d.dir/CheckFunctionExists.c.o -o cmTC_e303d && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:536 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for remove" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-8tY15C" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-8tY15C" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_REMOVE" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-8tY15C + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_b9695 && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove -fdiagnostics-color=always -o CMakeFiles/cmTC_b9695.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-8tY15C/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTC_b9695.dir/CheckFunctionExists.c.o -o cmTC_b9695 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:545 (check_function_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for shmat" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-YyrzZl" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-YyrzZl" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_SHMAT" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-YyrzZl + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_e9208 && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat -fdiagnostics-color=always -o CMakeFiles/cmTC_e9208.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-YyrzZl/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTC_e9208.dir/CheckFunctionExists.c.o -o cmTC_e9208 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:71 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:555 (check_library_exists)" + - "libs/glfw/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for IceConnectionNumber in ICE" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-svyIU7" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-svyIU7" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-svyIU7 + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_d5f84 && [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -fdiagnostics-color=always -o CMakeFiles/cmTC_d5f84.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-svyIU7/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber CMakeFiles/cmTC_d5f84.dir/CheckFunctionExists.c.o -o cmTC_d5f84 -lICE && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:35 (check_include_file)" + checks: + - "Looking for sys/types.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-h8F510" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-h8F510" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_TYPES_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-h8F510 + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_b9906 && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_b9906.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-h8F510/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_b9906.dir/CheckIncludeFile.c.o -o cmTC_b9906 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:36 (check_include_file)" + checks: + - "Looking for stdint.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-HxFqVG" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-HxFqVG" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STDINT_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-HxFqVG + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_1daa3 && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_1daa3.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-HxFqVG/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_1daa3.dir/CheckIncludeFile.c.o -o cmTC_1daa3 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:37 (check_include_file)" + checks: + - "Looking for stddef.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-k7BAPU" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-k7BAPU" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STDDEF_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-k7BAPU + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_b3c51 && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_b3c51.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-k7BAPU/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_b3c51.dir/CheckIncludeFile.c.o -o cmTC_b3c51 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:148 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:273 (__check_type_size_impl)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:55 (check_type_size)" + checks: + - "Check size of off64_t" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-wHdsI0" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-wHdsI0" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_OFF64_T" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-wHdsI0 + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_e4568 && [1/2] /usr/bin/cc -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H -D_LARGEFILE64_SOURCE=1 -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_e4568.dir/OFF64_T.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-wHdsI0/OFF64_T.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_e4568.dir/OFF64_T.c.o -o cmTC_e4568 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:91 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:64 (check_function_exists)" + checks: + - "Looking for fseeko" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-51Bw6v" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-51Bw6v" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FSEEKO" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-51Bw6v + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_e4d74 && [1/2] /usr/bin/cc -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fseeko -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_e4d74.dir/CheckFunctionExists.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-51Bw6v/CheckFunctionExists.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fseeko CMakeFiles/cmTC_e4d74.dir/CheckFunctionExists.c.o -o cmTC_e4d74 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile)" + - "libs/assimp/contrib/zlib/CMakeLists.txt:72 (check_include_file)" + checks: + - "Looking for unistd.h" + directories: + source: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-OxnVki" + binary: "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-OxnVki" + cmakeVariables: + CMAKE_C_FLAGS: "-fno-strict-aliasing " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/git/parksandrec/libs/assimp/cmake-modules" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "Z_HAVE_UNISTD_H" + cached: true + stdout: | + Change Dir: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-OxnVki + + Run Build Command(s):/opt/clion/bin/ninja/linux/x64/ninja -v cmTC_f83c3 && [1/2] /usr/bin/cc -fno-strict-aliasing -std=gnu99 -fPIE -fdiagnostics-color=always -o CMakeFiles/cmTC_f83c3.dir/CheckIncludeFile.c.o -c /home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-OxnVki/CheckIncludeFile.c + [2/2] : && /usr/bin/cc -fno-strict-aliasing CMakeFiles/cmTC_f83c3.dir/CheckIncludeFile.c.o -o cmTC_f83c3 && : + + exitCode: 0 +... diff --git a/cmake-build-relwithdebinfo/CMakeFiles/CheckTypeSize/OFF64_T.bin b/cmake-build-relwithdebinfo/CMakeFiles/CheckTypeSize/OFF64_T.bin new file mode 100755 index 0000000..bef5eef Binary files /dev/null and b/cmake-build-relwithdebinfo/CMakeFiles/CheckTypeSize/OFF64_T.bin differ diff --git a/cmake-build-relwithdebinfo/CMakeFiles/TargetDirectories.txt b/cmake-build-relwithdebinfo/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..3a9e9f7 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,90 @@ +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/parksnrec.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/CMakeFiles/BLT.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/uninstall.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/CMakeFiles/install/strip.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/CMakeFiles/assimp.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/CMakeFiles/edit_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/CMakeFiles/rebuild_cache.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/CMakeFiles/list_install_components.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/CMakeFiles/install.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/CMakeFiles/install/local.dir +/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/CMakeFiles/install/strip.dir diff --git a/cmake-build-relwithdebinfo/CMakeFiles/clion-RelWithDebInfo-log.txt b/cmake-build-relwithdebinfo/CMakeFiles/clion-RelWithDebInfo-log.txt new file mode 100644 index 0000000..7c017b5 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/clion-RelWithDebInfo-log.txt @@ -0,0 +1,17 @@ +/usr/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_MAKE_PROGRAM=/opt/clion/bin/ninja/linux/x64/ninja -G Ninja -S /home/brett/git/parksandrec -B /home/brett/git/parksandrec/cmake-build-relwithdebinfo +Standard Files /home/brett/git/parksandrec/libs/BLT/src/blt/std/filesystem.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/format.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/loader.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/logging.cpp;/home/brett/git/parksandrec/libs/BLT/src/blt/std/system.cpp +Profiler Files /home/brett/git/parksandrec/libs/BLT/src/blt/profiling/profiler.cpp +Source: /home/brett/git/parksandrec +Current Source: /home/brett/git/parksandrec/libs/BLT +BLT 0.0.1 Successfully included! +-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) +-- Using X11 for window creation +-- Shared libraries disabled +-- compiling zlib from sources +-- Enabled importer formats: AMF 3DS AC ASE ASSBIN B3D BVH COLLADA DXF CSM HMP IRRMESH IQM IRR LWO LWS M3D MD2 MD3 MD5 MDC MDL NFF NDO OFF OBJ OGRE OPENGEX PLY MS3D COB BLEND IFC XGL FBX Q3D Q3BSP RAW SIB SMD STL TERRAGEN 3D X X3D GLTF 3MF MMD +-- Disabled importer formats: +-- Enabled exporter formats: OBJ OPENGEX PLY 3DS ASSBIN ASSXML M3D COLLADA FBX STL X X3D GLTF 3MF PBRT ASSJSON STEP +-- Disabled exporter formats: +-- Configuring done (0.1s) +-- Generating done (0.0s) +-- Build files have been written to: /home/brett/git/parksandrec/cmake-build-relwithdebinfo diff --git a/cmake-build-relwithdebinfo/CMakeFiles/clion-environment.txt b/cmake-build-relwithdebinfo/CMakeFiles/clion-environment.txt new file mode 100644 index 0000000..d909848 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/clion-environment.txt @@ -0,0 +1,3 @@ +ToolSet: 1.0 (local)Options: + +Options:-DCMAKE_MAKE_PROGRAM=/opt/clion/bin/ninja/linux/x64/ninja \ No newline at end of file diff --git a/cmake-build-relwithdebinfo/CMakeFiles/cmake.check_cache b/cmake-build-relwithdebinfo/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/cmake-build-relwithdebinfo/CMakeFiles/rules.ninja b/cmake-build-relwithdebinfo/CMakeFiles/rules.ninja new file mode 100644 index 0000000..1101142 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/rules.ninja @@ -0,0 +1,701 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.26 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: parksnrec +# Configurations: RelWithDebInfo +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__parksnrec_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__BLT_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__BLT_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfw_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__glfw_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__boing_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__boing_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__gears_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__gears_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__heightmap_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__heightmap_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__offscreen_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__offscreen_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__particles_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__particles_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__sharing_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__sharing_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__simple_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__simple_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__splitview_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__splitview_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__wave_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__wave_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__clipboard_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__clipboard_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__events_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__events_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__msaa_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__msaa_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfwinfo_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__glfwinfo_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__iconify_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__iconify_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__monitors_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__monitors_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__reopen_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__reopen_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__cursor_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__cursor_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__empty_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__empty_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__gamma_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__gamma_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__icon_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__icon_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__inputlag_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__inputlag_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__joysticks_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__joysticks_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__opacity_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__opacity_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__tearing_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__tearing_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__threads_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__threads_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__timeout_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__timeout_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__title_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__title_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__triangle-vulkan_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__triangle-vulkan_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__windows_unscanned_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__windows_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__zlibstatic_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__zlibstatic_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__assimp_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__assimp_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__assimp_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /opt/clion/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /opt/clion/bin/ninja/linux/x64/ninja -t targets + description = All primary targets available: + diff --git a/cmake-build-relwithdebinfo/build.ninja b/cmake-build-relwithdebinfo/build.ninja new file mode 100644 index 0000000..f4f6bd6 --- /dev/null +++ b/cmake-build-relwithdebinfo/build.ninja @@ -0,0 +1,4532 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.26 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: parksnrec +# Configurations: RelWithDebInfo +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = RelWithDebInfo +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/brett/git/parksandrec/cmake-build-relwithdebinfo/ +# ============================================================================= +# Object build statements for EXECUTABLE target parksnrec + + +############################################# +# Order-only phony target for parksnrec + +build cmake_object_order_depends_target_parksnrec: phony || cmake_object_order_depends_target_BLT cmake_object_order_depends_target_assimp cmake_object_order_depends_target_glfw cmake_object_order_depends_target_zlibstatic + +build CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/imgui/imgui.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/imgui/imgui_demo.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/imgui/imgui_draw.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/imgui/imgui_impl_glfw.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/imgui/imgui_impl_opengl3.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/imgui/imgui_tables.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/imgui/imgui_widgets.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/imgui + +build CMakeFiles/parksnrec.dir/src/parks/app.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/parks/app.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/app.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks + +build CMakeFiles/parksnrec.dir/src/parks/main.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/parks/main.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/main.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks + +build CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/parks/renderer/OpenGL.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/parks/renderer/engine.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/parks/renderer/player.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/parks/renderer/resources.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks/renderer + +build CMakeFiles/parksnrec.dir/src/parks/window.cpp.o: CXX_COMPILER__parksnrec_unscanned_RelWithDebInfo /home/brett/git/parksandrec/src/parks/window.cpp || cmake_object_order_depends_target_parksnrec + DEP_FILE = CMakeFiles/parksnrec.dir/src/parks/window.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include + OBJECT_DIR = CMakeFiles/parksnrec.dir + OBJECT_FILE_DIR = CMakeFiles/parksnrec.dir/src/parks + + +# ============================================================================= +# Link build statements for EXECUTABLE target parksnrec + + +############################################# +# Link the executable parksnrec + +build parksnrec: CXX_EXECUTABLE_LINKER__parksnrec_RelWithDebInfo CMakeFiles/parksnrec.dir/src/imgui/imgui.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_demo.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_draw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_glfw.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_impl_opengl3.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_tables.cpp.o CMakeFiles/parksnrec.dir/src/imgui/imgui_widgets.cpp.o CMakeFiles/parksnrec.dir/src/parks/app.cpp.o CMakeFiles/parksnrec.dir/src/parks/main.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/OpenGL.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/engine.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/player.cpp.o CMakeFiles/parksnrec.dir/src/parks/renderer/resources.cpp.o CMakeFiles/parksnrec.dir/src/parks/window.cpp.o | libs/glfw/glfw-3.3.8/src/libglfw3.a libs/BLT/libBLT.a libs/assimp/lib/libassimp.a /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a || libs/BLT/libBLT.a libs/assimp/contrib/zlib/libzlibstatic.a libs/assimp/lib/libassimp.a libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_FLAGS = -rdynamic + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a libs/BLT/libBLT.a -lOpenGL libs/assimp/lib/libassimp.a -Wl,-Bstatic -lrt -Wl,-Bdynamic -lm -ldl -lX11 /usr/lib/libz.so libs/assimp/contrib/zlib/libzlibstatic.a -lrt + OBJECT_DIR = CMakeFiles/parksnrec.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = parksnrec + TARGET_PDB = parksnrec.dbg + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target BLT + + +############################################# +# Order-only phony target for BLT + +build cmake_object_order_depends_target_BLT: phony || libs/BLT/CMakeFiles/BLT.dir + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o: CXX_COMPILER__BLT_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/BLT/src/blt/std/filesystem.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: CXX_COMPILER__BLT_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/BLT/src/blt/std/format.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o: CXX_COMPILER__BLT_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/BLT/src/blt/std/loader.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: CXX_COMPILER__BLT_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/BLT/src/blt/std/logging.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: CXX_COMPILER__BLT_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/BLT/src/blt/std/system.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: CXX_COMPILER__BLT_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/BLT/src/blt/profiling/profiler.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o: CXX_COMPILER__BLT_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/BLT/src/blt/nbt/nbt.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt + +build libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o: CXX_COMPILER__BLT_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/BLT/src/blt/nbt/nbt_block.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -fdiagnostics-color=always -Wall -Wextra -Wpedantic + INCLUDES = -I/home/brett/git/parksandrec/libs/BLT/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/config + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target BLT + + +############################################# +# Link the static library libs/BLT/libBLT.a + +build libs/BLT/libBLT.a: CXX_STATIC_LIBRARY_LINKER__BLT_RelWithDebInfo libs/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o libs/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o + LANGUAGE_COMPILE_FLAGS = -O2 -g -DNDEBUG + OBJECT_DIR = libs/BLT/CMakeFiles/BLT.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/BLT/libBLT.a + TARGET_PDB = BLT.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/BLT/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/BLT/edit_cache: phony libs/BLT/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/BLT/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/BLT/rebuild_cache: phony libs/BLT/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/BLT/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/BLT/CMakeFiles/install.util: CUSTOM_COMMAND libs/BLT/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/BLT/install: phony libs/BLT/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/BLT/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/BLT/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/BLT/install/local: phony libs/BLT/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/BLT/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/BLT/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/BLT/install/strip: phony libs/BLT/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for uninstall + +build libs/glfw/glfw-3.3.8/uninstall: phony libs/glfw/glfw-3.3.8/CMakeFiles/uninstall + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8 && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/edit_cache: phony libs/glfw/glfw-3.3.8/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8 && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/rebuild_cache: phony libs/glfw/glfw-3.3.8/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/install: phony libs/glfw/glfw-3.3.8/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/install/local: phony libs/glfw/glfw-3.3.8/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/install/strip: phony libs/glfw/glfw-3.3.8/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libs/glfw/glfw-3.3.8/CMakeFiles/uninstall + +build libs/glfw/glfw-3.3.8/CMakeFiles/uninstall | ${cmake_ninja_workdir}libs/glfw/glfw-3.3.8/CMakeFiles/uninstall: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8 && /usr/bin/cmake -P /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for update_mappings + +build libs/glfw/glfw-3.3.8/src/update_mappings: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target glfw + + +############################################# +# Order-only phony target for glfw + +build cmake_object_order_depends_target_glfw: phony || libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/input.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/vulkan.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/x11_init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/x11_monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/x11_window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/xkb_unicode.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/posix_time.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/posix_thread.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glx_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/egl_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/osmesa_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall -Wdeclaration-after-statement + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o: C_COMPILER__glfw_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/linux_joystick.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always -Wall + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target glfw + + +############################################# +# Link the static library libs/glfw/glfw-3.3.8/src/libglfw3.a + +build libs/glfw/glfw-3.3.8/src/libglfw3.a: C_STATIC_LIBRARY_LINKER__glfw_RelWithDebInfo libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o + LANGUAGE_COMPILE_FLAGS = -O2 -g -DNDEBUG + OBJECT_DIR = libs/glfw/glfw-3.3.8/src/CMakeFiles/glfw.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/src/libglfw3.a + TARGET_PDB = glfw3.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/edit_cache: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/rebuild_cache: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/src/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/src/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/install: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/src/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/install/local: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/src/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/src/install/strip: phony libs/glfw/glfw-3.3.8/src/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings + +build libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings | ${cmake_ninja_workdir}libs/glfw/glfw-3.3.8/src/CMakeFiles/update_mappings: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src && /usr/bin/cmake -P /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMake/GenerateMappings.cmake mappings.h.in mappings.h + DESC = Updating gamepad mappings from upstream repository + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for EXECUTABLE target boing + + +############################################# +# Order-only phony target for boing + +build cmake_object_order_depends_target_boing: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/boing.c.o: C_COMPILER__boing_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/boing.c || cmake_object_order_depends_target_boing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/boing.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o: C_COMPILER__boing_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_boing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target boing + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/boing + +build libs/glfw/glfw-3.3.8/examples/boing: C_EXECUTABLE_LINKER__boing_RelWithDebInfo libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/boing.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/boing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/boing + TARGET_PDB = boing.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target gears + + +############################################# +# Order-only phony target for gears + +build cmake_object_order_depends_target_gears: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/gears.c.o: C_COMPILER__gears_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/gears.c || cmake_object_order_depends_target_gears + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/gears.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o: C_COMPILER__gears_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_gears + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target gears + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/gears + +build libs/glfw/glfw-3.3.8/examples/gears: C_EXECUTABLE_LINKER__gears_RelWithDebInfo libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/gears.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/gears.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/gears + TARGET_PDB = gears.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target heightmap + + +############################################# +# Order-only phony target for heightmap + +build cmake_object_order_depends_target_heightmap: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/heightmap.c.o: C_COMPILER__heightmap_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/heightmap.c || cmake_object_order_depends_target_heightmap + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/heightmap.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o: C_COMPILER__heightmap_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_heightmap + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target heightmap + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/heightmap + +build libs/glfw/glfw-3.3.8/examples/heightmap: C_EXECUTABLE_LINKER__heightmap_RelWithDebInfo libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/heightmap.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/heightmap.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/heightmap + TARGET_PDB = heightmap.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target offscreen + + +############################################# +# Order-only phony target for offscreen + +build cmake_object_order_depends_target_offscreen: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/offscreen.c.o: C_COMPILER__offscreen_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/offscreen.c || cmake_object_order_depends_target_offscreen + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/offscreen.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o: C_COMPILER__offscreen_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_offscreen + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target offscreen + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/offscreen + +build libs/glfw/glfw-3.3.8/examples/offscreen: C_EXECUTABLE_LINKER__offscreen_RelWithDebInfo libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/offscreen.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/offscreen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/offscreen + TARGET_PDB = offscreen.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target particles + + +############################################# +# Order-only phony target for particles + +build cmake_object_order_depends_target_particles: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/particles.c.o: C_COMPILER__particles_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/particles.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/particles.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o: C_COMPILER__particles_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/tinycthread.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o: C_COMPILER__particles_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o: C_COMPILER__particles_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_particles + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target particles + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/particles + +build libs/glfw/glfw-3.3.8/examples/particles: C_EXECUTABLE_LINKER__particles_RelWithDebInfo libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/particles.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/particles.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/particles + TARGET_PDB = particles.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target sharing + + +############################################# +# Order-only phony target for sharing + +build cmake_object_order_depends_target_sharing: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/sharing.c.o: C_COMPILER__sharing_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/sharing.c || cmake_object_order_depends_target_sharing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/sharing.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o: C_COMPILER__sharing_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_sharing + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target sharing + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/sharing + +build libs/glfw/glfw-3.3.8/examples/sharing: C_EXECUTABLE_LINKER__sharing_RelWithDebInfo libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/sharing.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/sharing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/sharing + TARGET_PDB = sharing.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target simple + + +############################################# +# Order-only phony target for simple + +build cmake_object_order_depends_target_simple: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/simple.c.o: C_COMPILER__simple_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/simple.c || cmake_object_order_depends_target_simple + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/simple.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o: C_COMPILER__simple_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_simple + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target simple + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/simple + +build libs/glfw/glfw-3.3.8/examples/simple: C_EXECUTABLE_LINKER__simple_RelWithDebInfo libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/simple.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/simple.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/simple + TARGET_PDB = simple.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target splitview + + +############################################# +# Order-only phony target for splitview + +build cmake_object_order_depends_target_splitview: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/splitview.c.o: C_COMPILER__splitview_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/splitview.c || cmake_object_order_depends_target_splitview + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/splitview.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o: C_COMPILER__splitview_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_splitview + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target splitview + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/splitview + +build libs/glfw/glfw-3.3.8/examples/splitview: C_EXECUTABLE_LINKER__splitview_RelWithDebInfo libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/splitview.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/splitview.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/splitview + TARGET_PDB = splitview.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target wave + + +############################################# +# Order-only phony target for wave + +build cmake_object_order_depends_target_wave: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/wave.c.o: C_COMPILER__wave_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/wave.c || cmake_object_order_depends_target_wave + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/wave.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o: C_COMPILER__wave_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_wave + DEP_FILE = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target wave + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/examples/wave + +build libs/glfw/glfw-3.3.8/examples/wave: C_EXECUTABLE_LINKER__wave_RelWithDebInfo libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/wave.c.o libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/examples/CMakeFiles/wave.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/examples/wave + TARGET_PDB = wave.dbg + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/edit_cache: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/rebuild_cache: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/examples/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/examples/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/install: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/examples/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/install/local: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/examples/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/examples/install/strip: phony libs/glfw/glfw-3.3.8/examples/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for EXECUTABLE target clipboard + + +############################################# +# Order-only phony target for clipboard + +build cmake_object_order_depends_target_clipboard: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/clipboard.c.o: C_COMPILER__clipboard_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/clipboard.c || cmake_object_order_depends_target_clipboard + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/clipboard.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o: C_COMPILER__clipboard_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_clipboard + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o: C_COMPILER__clipboard_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_clipboard + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target clipboard + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/clipboard + +build libs/glfw/glfw-3.3.8/tests/clipboard: C_EXECUTABLE_LINKER__clipboard_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/clipboard.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/clipboard.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/clipboard + TARGET_PDB = clipboard.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target events + + +############################################# +# Order-only phony target for events + +build cmake_object_order_depends_target_events: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/events.c.o: C_COMPILER__events_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/events.c || cmake_object_order_depends_target_events + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/events.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/getopt.c.o: C_COMPILER__events_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_events + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/getopt.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o: C_COMPILER__events_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_events + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target events + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/events + +build libs/glfw/glfw-3.3.8/tests/events: C_EXECUTABLE_LINKER__events_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/events.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/events.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/events + TARGET_PDB = events.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target msaa + + +############################################# +# Order-only phony target for msaa + +build cmake_object_order_depends_target_msaa: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/msaa.c.o: C_COMPILER__msaa_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/msaa.c || cmake_object_order_depends_target_msaa + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/msaa.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o: C_COMPILER__msaa_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_msaa + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o: C_COMPILER__msaa_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_msaa + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target msaa + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/msaa + +build libs/glfw/glfw-3.3.8/tests/msaa: C_EXECUTABLE_LINKER__msaa_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/msaa.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/msaa.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/msaa + TARGET_PDB = msaa.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target glfwinfo + + +############################################# +# Order-only phony target for glfwinfo + +build cmake_object_order_depends_target_glfwinfo: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o: C_COMPILER__glfwinfo_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/glfwinfo.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o: C_COMPILER__glfwinfo_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o: C_COMPILER__glfwinfo_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o: C_COMPILER__glfwinfo_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_vulkan.c || cmake_object_order_depends_target_glfwinfo + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target glfwinfo + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/glfwinfo + +build libs/glfw/glfw-3.3.8/tests/glfwinfo: C_EXECUTABLE_LINKER__glfwinfo_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/glfwinfo.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/glfwinfo + TARGET_PDB = glfwinfo.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target iconify + + +############################################# +# Order-only phony target for iconify + +build cmake_object_order_depends_target_iconify: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/iconify.c.o: C_COMPILER__iconify_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/iconify.c || cmake_object_order_depends_target_iconify + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/iconify.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o: C_COMPILER__iconify_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_iconify + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o: C_COMPILER__iconify_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_iconify + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target iconify + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/iconify + +build libs/glfw/glfw-3.3.8/tests/iconify: C_EXECUTABLE_LINKER__iconify_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/iconify.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/iconify.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/iconify + TARGET_PDB = iconify.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target monitors + + +############################################# +# Order-only phony target for monitors + +build cmake_object_order_depends_target_monitors: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/monitors.c.o: C_COMPILER__monitors_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/monitors.c || cmake_object_order_depends_target_monitors + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/monitors.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o: C_COMPILER__monitors_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_monitors + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o: C_COMPILER__monitors_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_monitors + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target monitors + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/monitors + +build libs/glfw/glfw-3.3.8/tests/monitors: C_EXECUTABLE_LINKER__monitors_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/monitors.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/monitors.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/monitors + TARGET_PDB = monitors.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target reopen + + +############################################# +# Order-only phony target for reopen + +build cmake_object_order_depends_target_reopen: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/reopen.c.o: C_COMPILER__reopen_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/reopen.c || cmake_object_order_depends_target_reopen + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/reopen.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o: C_COMPILER__reopen_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_reopen + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target reopen + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/reopen + +build libs/glfw/glfw-3.3.8/tests/reopen: C_EXECUTABLE_LINKER__reopen_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/reopen.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/reopen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/reopen + TARGET_PDB = reopen.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target cursor + + +############################################# +# Order-only phony target for cursor + +build cmake_object_order_depends_target_cursor: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/cursor.c.o: C_COMPILER__cursor_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/cursor.c || cmake_object_order_depends_target_cursor + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/cursor.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o: C_COMPILER__cursor_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_cursor + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target cursor + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/cursor + +build libs/glfw/glfw-3.3.8/tests/cursor: C_EXECUTABLE_LINKER__cursor_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/cursor.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/cursor.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/cursor + TARGET_PDB = cursor.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target empty + + +############################################# +# Order-only phony target for empty + +build cmake_object_order_depends_target_empty: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/empty.c.o: C_COMPILER__empty_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/empty.c || cmake_object_order_depends_target_empty + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/empty.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o: C_COMPILER__empty_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/tinycthread.c || cmake_object_order_depends_target_empty + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o: C_COMPILER__empty_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_empty + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target empty + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/empty + +build libs/glfw/glfw-3.3.8/tests/empty: C_EXECUTABLE_LINKER__empty_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/empty.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/empty.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/empty + TARGET_PDB = empty.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target gamma + + +############################################# +# Order-only phony target for gamma + +build cmake_object_order_depends_target_gamma: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/gamma.c.o: C_COMPILER__gamma_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/gamma.c || cmake_object_order_depends_target_gamma + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/gamma.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o: C_COMPILER__gamma_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_gamma + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target gamma + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/gamma + +build libs/glfw/glfw-3.3.8/tests/gamma: C_EXECUTABLE_LINKER__gamma_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/gamma.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/gamma.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/gamma + TARGET_PDB = gamma.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target icon + + +############################################# +# Order-only phony target for icon + +build cmake_object_order_depends_target_icon: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/icon.c.o: C_COMPILER__icon_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/icon.c || cmake_object_order_depends_target_icon + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/icon.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o: C_COMPILER__icon_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_icon + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target icon + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/icon + +build libs/glfw/glfw-3.3.8/tests/icon: C_EXECUTABLE_LINKER__icon_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/icon.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/icon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/icon + TARGET_PDB = icon.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target inputlag + + +############################################# +# Order-only phony target for inputlag + +build cmake_object_order_depends_target_inputlag: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/inputlag.c.o: C_COMPILER__inputlag_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/inputlag.c || cmake_object_order_depends_target_inputlag + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/inputlag.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o: C_COMPILER__inputlag_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_inputlag + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o: C_COMPILER__inputlag_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_inputlag + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target inputlag + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/inputlag + +build libs/glfw/glfw-3.3.8/tests/inputlag: C_EXECUTABLE_LINKER__inputlag_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/inputlag.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/inputlag.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/inputlag + TARGET_PDB = inputlag.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target joysticks + + +############################################# +# Order-only phony target for joysticks + +build cmake_object_order_depends_target_joysticks: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/joysticks.c.o: C_COMPILER__joysticks_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/joysticks.c || cmake_object_order_depends_target_joysticks + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/joysticks.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o: C_COMPILER__joysticks_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_joysticks + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target joysticks + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/joysticks + +build libs/glfw/glfw-3.3.8/tests/joysticks: C_EXECUTABLE_LINKER__joysticks_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/joysticks.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/joysticks.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/joysticks + TARGET_PDB = joysticks.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target opacity + + +############################################# +# Order-only phony target for opacity + +build cmake_object_order_depends_target_opacity: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/opacity.c.o: C_COMPILER__opacity_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/opacity.c || cmake_object_order_depends_target_opacity + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/opacity.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o: C_COMPILER__opacity_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_opacity + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target opacity + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/opacity + +build libs/glfw/glfw-3.3.8/tests/opacity: C_EXECUTABLE_LINKER__opacity_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/opacity.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/opacity.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/opacity + TARGET_PDB = opacity.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target tearing + + +############################################# +# Order-only phony target for tearing + +build cmake_object_order_depends_target_tearing: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/tearing.c.o: C_COMPILER__tearing_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/tearing.c || cmake_object_order_depends_target_tearing + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/tearing.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o: C_COMPILER__tearing_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_tearing + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target tearing + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/tearing + +build libs/glfw/glfw-3.3.8/tests/tearing: C_EXECUTABLE_LINKER__tearing_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/tearing.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/tearing.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/tearing + TARGET_PDB = tearing.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target threads + + +############################################# +# Order-only phony target for threads + +build cmake_object_order_depends_target_threads: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/threads.c.o: C_COMPILER__threads_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/threads.c || cmake_object_order_depends_target_threads + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/threads.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o: C_COMPILER__threads_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/tinycthread.c || cmake_object_order_depends_target_threads + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o: C_COMPILER__threads_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_threads + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target threads + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/threads + +build libs/glfw/glfw-3.3.8/tests/threads: C_EXECUTABLE_LINKER__threads_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/threads.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/threads.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/threads + TARGET_PDB = threads.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target timeout + + +############################################# +# Order-only phony target for timeout + +build cmake_object_order_depends_target_timeout: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/timeout.c.o: C_COMPILER__timeout_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/timeout.c || cmake_object_order_depends_target_timeout + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/timeout.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o: C_COMPILER__timeout_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_timeout + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target timeout + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/timeout + +build libs/glfw/glfw-3.3.8/tests/timeout: C_EXECUTABLE_LINKER__timeout_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/timeout.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/timeout.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/timeout + TARGET_PDB = timeout.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target title + + +############################################# +# Order-only phony target for title + +build cmake_object_order_depends_target_title: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/title.c.o: C_COMPILER__title_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/title.c || cmake_object_order_depends_target_title + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/title.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o: C_COMPILER__title_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_title + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target title + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/title + +build libs/glfw/glfw-3.3.8/tests/title: C_EXECUTABLE_LINKER__title_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/title.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/title.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/title + TARGET_PDB = title.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target triangle-vulkan + + +############################################# +# Order-only phony target for triangle-vulkan + +build cmake_object_order_depends_target_triangle-vulkan: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o: C_COMPILER__triangle-vulkan_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/triangle-vulkan.c || cmake_object_order_depends_target_triangle-vulkan + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o: C_COMPILER__triangle-vulkan_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_vulkan.c || cmake_object_order_depends_target_triangle-vulkan + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target triangle-vulkan + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/triangle-vulkan + +build libs/glfw/glfw-3.3.8/tests/triangle-vulkan: C_EXECUTABLE_LINKER__triangle-vulkan_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/triangle-vulkan.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/triangle-vulkan + TARGET_PDB = triangle-vulkan.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target windows + + +############################################# +# Order-only phony target for windows + +build cmake_object_order_depends_target_windows: phony || cmake_object_order_depends_target_glfw + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/windows.c.o: C_COMPILER__windows_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/windows.c || cmake_object_order_depends_target_windows + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/windows.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o: C_COMPILER__windows_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/getopt.c || cmake_object_order_depends_target_windows + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o: C_COMPILER__windows_unscanned_RelWithDebInfo /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps/glad_gl.c || cmake_object_order_depends_target_windows + DEP_FILE = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o.d + FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/deps -I/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + OBJECT_FILE_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps + + +# ============================================================================= +# Link build statements for EXECUTABLE target windows + + +############################################# +# Link the executable libs/glfw/glfw-3.3.8/tests/windows + +build libs/glfw/glfw-3.3.8/tests/windows: C_EXECUTABLE_LINKER__windows_RelWithDebInfo libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/windows.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o | libs/glfw/glfw-3.3.8/src/libglfw3.a /usr/lib/libm.so /usr/lib/librt.a /usr/lib/libm.so /usr/lib/libX11.so || libs/glfw/glfw-3.3.8/src/libglfw3.a + FLAGS = -O2 -g -DNDEBUG + LINK_LIBRARIES = libs/glfw/glfw-3.3.8/src/libglfw3.a -lm /usr/lib/librt.a -lm -ldl /usr/lib/libX11.so + OBJECT_DIR = libs/glfw/glfw-3.3.8/tests/CMakeFiles/windows.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/glfw/glfw-3.3.8/tests/windows + TARGET_PDB = windows.dbg + + +############################################# +# Utility command for edit_cache + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/edit_cache: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/rebuild_cache: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/glfw/glfw-3.3.8/tests/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/install.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/tests/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/install: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/tests/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/install/local: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/glfw/glfw-3.3.8/tests/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/glfw/glfw-3.3.8/tests/install/strip: phony libs/glfw/glfw-3.3.8/tests/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build libs/assimp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/assimp/edit_cache: phony libs/assimp/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/assimp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/assimp/rebuild_cache: phony libs/assimp/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/assimp/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/assimp/CMakeFiles/install.util: CUSTOM_COMMAND libs/assimp/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/assimp/install: phony libs/assimp/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/assimp/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/assimp/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/assimp/install/local: phony libs/assimp/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/assimp/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/assimp/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/assimp/install/strip: phony libs/assimp/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target zlibstatic + + +############################################# +# Order-only phony target for zlibstatic + +build cmake_object_order_depends_target_zlibstatic: phony || libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/adler32.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/compress.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/crc32.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/deflate.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzclose.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzlib.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzread.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/gzwrite.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/inflate.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/infback.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/inftrees.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/inffast.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/trees.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/uncompr.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + +build libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o: C_COMPILER__zlibstatic_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zutil.c || cmake_object_order_depends_target_zlibstatic + DEFINES = -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -D_LARGEFILE64_SOURCE=1 + DEP_FILE = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + OBJECT_FILE_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target zlibstatic + + +############################################# +# Link the static library libs/assimp/contrib/zlib/libzlibstatic.a + +build libs/assimp/contrib/zlib/libzlibstatic.a: C_STATIC_LIBRARY_LINKER__zlibstatic_Release libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o + LANGUAGE_COMPILE_FLAGS = -fno-strict-aliasing -O3 -DNDEBUG + OBJECT_DIR = libs/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/assimp/contrib/zlib/libzlibstatic.a + TARGET_PDB = zlibstatic.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/assimp/contrib/zlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/edit_cache: phony libs/assimp/contrib/zlib/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/assimp/contrib/zlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/rebuild_cache: phony libs/assimp/contrib/zlib/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/assimp/contrib/zlib/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/assimp/contrib/zlib/CMakeFiles/install.util: CUSTOM_COMMAND libs/assimp/contrib/zlib/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/install: phony libs/assimp/contrib/zlib/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/assimp/contrib/zlib/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/assimp/contrib/zlib/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/install/local: phony libs/assimp/contrib/zlib/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/assimp/contrib/zlib/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/assimp/contrib/zlib/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/assimp/contrib/zlib/install/strip: phony libs/assimp/contrib/zlib/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target assimp + + +############################################# +# Order-only phony target for assimp + +build cmake_object_order_depends_target_assimp: phony || cmake_object_order_depends_target_zlibstatic + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Assimp.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/CApi/CInterfaceIOWrapper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/CApi + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Compression.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/BaseImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/BaseProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/PostStepRegistry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/ImporterRegistry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/DefaultIOStream.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/IOSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/DefaultIOSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/ZipArchiveIOSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Importer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SGSpatialSort.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/VertexTriangleAdjacency.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SpatialSort.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SceneCombiner.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/ScenePreprocessor.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/SkeletonMeshBuilder.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/StandardShapes.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/TargetAnimation.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/RemoveComments.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Subdivision.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/scene.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Bitmap.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Version.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/CreateAnimMesh.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/simd.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/material.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/AssertHandler.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Exceptional.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Base64.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Geometry/GeometryUtils.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Geometry + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/DefaultLogger.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Common/Exporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Common + +build libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/CApi/AssimpCExport.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/CApi + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/CalcTangentsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ComputeUVMappingProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ConvertToLHProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/EmbedTexturesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FindDegenerates.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FindInstancesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FindInvalidDataProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/FixNormalsStep.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/DropFaceNormalsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/GenFaceNormalsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/GenVertexNormalsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/PretransformVertices.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ImproveCacheLocality.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/JoinVerticesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/LimitBoneWeightsProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/RemoveRedundantMaterials.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/RemoveVCProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/SortByPTypeProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/SplitLargeMeshes.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/TextureTransform.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/TriangulateProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ValidateDataStructure.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/OptimizeGraph.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/OptimizeMeshes.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/DeboneProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ProcessHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/MakeVerboseFormat.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ScaleProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/ArmaturePopulate.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/GenBoundingBoxesProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/PostProcessing/SplitByBoneCountProcess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing + +build libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Material/MaterialSystem.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Material + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STEPParser/STEPFileReader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STEPParser/STEPFileEncoding.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter_Geometry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter_Material.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AMF/AMFImporter_Postprocess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3DS/3DSConverter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3DS/3DSLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/AC/ACLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/ASE/ASELoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/ASE/ASEParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assbin/AssbinLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/B3D/B3DImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/BVH/BVHLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/DXF/DXFLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/CSM/CSMLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/HMP/HMPLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Irr/IRRMeshLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Irr/IRRShared.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IQM/IQMImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Irr/IRRLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOAnimation.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOBLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWO/LWOMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/LWS/LWSLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/M3D/M3DImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/M3D/M3DWrapper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD2/MD2Loader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD3/MD3Loader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD5/MD5Loader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MD5/MD5Parser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDC/MDCLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/MDLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/MDLMaterialLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/NFF/NFFLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/NDO/NDOLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/OFF/OFFLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjFileImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjFileMtlImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjFileParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreStructs.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreBinarySerializer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreXmlSerializer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ogre/OgreMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/OpenGEX/OpenGEXImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ply/PlyLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ply/PlyParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MS3D/MS3DLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/COB/COBLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderDNA.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderScene.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderModifier.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderBMesh.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderTessellator.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Blender/BlenderCustomData.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCReaderGen1_2x3.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCReaderGen2_2x3.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCUtil.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCGeometry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCProfile.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCCurve.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCBoolean.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/IFC/IFCOpenings.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/XGL/XGLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXTokenizer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXConverter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXUtil.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXDocument.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXProperties.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXMeshGeometry.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXMaterial.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXModel.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXAnimation.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXNodeAttribute.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXDeformer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXBinaryTokenizer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXDocumentUtil.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Q3D/Q3DLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Q3BSP/Q3BSPFileImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Raw/RawLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/SIB/SIBImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/SMD/SMDLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STL/STLLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Terragen/TerragenLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Unreal/UnrealLoader.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X/XFileImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X/XFileParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry2D.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Geometry3D.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Group.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Light.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Metadata.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Networking.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Postprocess.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Rendering.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Shape.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DImporter_Texturing.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DGeoHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DXmlHelper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF/glTFCommon.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF/glTFImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF2/glTF2Importer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/XmlSerializer.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/D3MFImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/D3MFOpcPackage.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MMD/MMDImporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/MMD/MMDPmxParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Obj/ObjExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/OpenGEX/OpenGEXExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Ply/PlyExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3DS/3DSExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assbin/AssbinExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assbin/AssbinFileWriter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assxml/AssxmlExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assxml/AssxmlFileWriter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/M3D/M3DExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Collada/ColladaExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXExportNode.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/FBX/FBXExportProperty.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/STL/STLExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X/XFileExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/X3D/X3DExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF/glTFExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/glTF2/glTF2Exporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2 + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/3MF/D3MFExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF + +build libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/Pbrt/PbrtExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/Pbrt + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assjson/cencode.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assjson/json_exporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Assjson/mesh_splitter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson + +build libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/code/AssetLib/Step/StepExporter.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/unzip/crypt.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/unzip/ioapi.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/unzip/unzip.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/common/shapes.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/advancing_front.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/cdt.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/poly2tri/poly2tri/sweep/sweep_context.cc || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/clipper/clipper.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLParser.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/DDLNode.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLCommon.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLExport.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/Value.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/openddlparser/code/OpenDDLStream.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcArithmeticCodec.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcTools.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o: CXX_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/Open3DGC/o3dgcTriangleFans.cpp || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o.d + FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC + +build libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o: C_COMPILER__assimp_unscanned_Release /home/brett/git/parksandrec/libs/assimp/contrib/zip/src/zip.c || cmake_object_order_depends_target_assimp + DEFINES = -DASSIMP_BUILD_NO_C4D_IMPORTER -DASSIMP_BUILD_NO_M3D_EXPORTER -DASSIMP_BUILD_NO_M3D_IMPORTER -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -DOPENDDLPARSER_BUILD -DOPENDDL_STATIC_LIBARY -DRAPIDJSON_HAS_STDSTRING=1 -DRAPIDJSON_NOMEMBERITERATORCLASS + DEP_FILE = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o.d + FLAGS = -fno-strict-aliasing -O3 -DNDEBUG -std=gnu99 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp -I/home/brett/git/parksandrec/libs/assimp/include -I/home/brett/git/parksandrec/libs/assimp/code -I/home/brett/git/parksandrec/libs/assimp/. -I/home/brett/git/parksandrec/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/pugixml/src -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/rapidjson/include -I/home/brett/git/parksandrec/libs/assimp/code/../contrib -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/unzip -I/home/brett/git/parksandrec/libs/assimp/code/../contrib/openddlparser/include -I/home/brett/git/parksandrec/libs/assimp/code/../include -I/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include -I/home/brett/git/parksandrec/libs/assimp/code/.. + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + OBJECT_FILE_DIR = libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target assimp + + +############################################# +# Link the static library libs/assimp/lib/libassimp.a + +build libs/assimp/lib/libassimp.a: CXX_STATIC_LIBRARY_LINKER__assimp_Release libs/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/crypt.c.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o libs/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o || libs/assimp/contrib/zlib/libzlibstatic.a + LANGUAGE_COMPILE_FLAGS = -fvisibility=hidden -fno-strict-aliasing -Wall -O3 -DNDEBUG + OBJECT_DIR = libs/assimp/code/CMakeFiles/assimp.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libs/assimp/lib/libassimp.a + TARGET_PDB = assimp.a.dbg + + +############################################# +# Utility command for edit_cache + +build libs/assimp/code/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code && /usr/bin/ccmake -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build libs/assimp/code/edit_cache: phony libs/assimp/code/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libs/assimp/code/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code && /usr/bin/cmake --regenerate-during-build -S/home/brett/git/parksandrec -B/home/brett/git/parksandrec/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libs/assimp/code/rebuild_cache: phony libs/assimp/code/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libs/assimp/code/list_install_components: phony + + +############################################# +# Utility command for install + +build libs/assimp/code/CMakeFiles/install.util: CUSTOM_COMMAND libs/assimp/code/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libs/assimp/code/install: phony libs/assimp/code/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libs/assimp/code/CMakeFiles/install/local.util: CUSTOM_COMMAND libs/assimp/code/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libs/assimp/code/install/local: phony libs/assimp/code/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libs/assimp/code/CMakeFiles/install/strip.util: CUSTOM_COMMAND libs/assimp/code/all + COMMAND = cd /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libs/assimp/code/install/strip: phony libs/assimp/code/CMakeFiles/install/strip.util + +# ============================================================================= +# Target aliases. + +build BLT: phony libs/BLT/libBLT.a + +build assimp: phony libs/assimp/lib/libassimp.a + +build boing: phony libs/glfw/glfw-3.3.8/examples/boing + +build clipboard: phony libs/glfw/glfw-3.3.8/tests/clipboard + +build cursor: phony libs/glfw/glfw-3.3.8/tests/cursor + +build empty: phony libs/glfw/glfw-3.3.8/tests/empty + +build events: phony libs/glfw/glfw-3.3.8/tests/events + +build gamma: phony libs/glfw/glfw-3.3.8/tests/gamma + +build gears: phony libs/glfw/glfw-3.3.8/examples/gears + +build glfw: phony libs/glfw/glfw-3.3.8/src/libglfw3.a + +build glfwinfo: phony libs/glfw/glfw-3.3.8/tests/glfwinfo + +build heightmap: phony libs/glfw/glfw-3.3.8/examples/heightmap + +build icon: phony libs/glfw/glfw-3.3.8/tests/icon + +build iconify: phony libs/glfw/glfw-3.3.8/tests/iconify + +build inputlag: phony libs/glfw/glfw-3.3.8/tests/inputlag + +build joysticks: phony libs/glfw/glfw-3.3.8/tests/joysticks + +build libBLT.a: phony libs/BLT/libBLT.a + +build libassimp.a: phony libs/assimp/lib/libassimp.a + +build libglfw3.a: phony libs/glfw/glfw-3.3.8/src/libglfw3.a + +build libzlibstatic.a: phony libs/assimp/contrib/zlib/libzlibstatic.a + +build monitors: phony libs/glfw/glfw-3.3.8/tests/monitors + +build msaa: phony libs/glfw/glfw-3.3.8/tests/msaa + +build offscreen: phony libs/glfw/glfw-3.3.8/examples/offscreen + +build opacity: phony libs/glfw/glfw-3.3.8/tests/opacity + +build particles: phony libs/glfw/glfw-3.3.8/examples/particles + +build reopen: phony libs/glfw/glfw-3.3.8/tests/reopen + +build sharing: phony libs/glfw/glfw-3.3.8/examples/sharing + +build simple: phony libs/glfw/glfw-3.3.8/examples/simple + +build splitview: phony libs/glfw/glfw-3.3.8/examples/splitview + +build tearing: phony libs/glfw/glfw-3.3.8/tests/tearing + +build threads: phony libs/glfw/glfw-3.3.8/tests/threads + +build timeout: phony libs/glfw/glfw-3.3.8/tests/timeout + +build title: phony libs/glfw/glfw-3.3.8/tests/title + +build triangle-vulkan: phony libs/glfw/glfw-3.3.8/tests/triangle-vulkan + +build uninstall: phony libs/glfw/glfw-3.3.8/uninstall + +build update_mappings: phony libs/glfw/glfw-3.3.8/src/update_mappings + +build wave: phony libs/glfw/glfw-3.3.8/examples/wave + +build windows: phony libs/glfw/glfw-3.3.8/tests/windows + +build zlibstatic: phony libs/assimp/contrib/zlib/libzlibstatic.a + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-relwithdebinfo + +build all: phony parksnrec libs/BLT/all libs/glfw/glfw-3.3.8/all libs/assimp/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT + +build libs/BLT/all: phony libs/BLT/libBLT.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp + +build libs/assimp/all: phony libs/assimp/contrib/zlib/all libs/assimp/code/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code + +build libs/assimp/code/all: phony libs/assimp/lib/libassimp.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib + +build libs/assimp/contrib/zlib/all: phony libs/assimp/contrib/zlib/libzlibstatic.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8 + +build libs/glfw/glfw-3.3.8/all: phony libs/glfw/glfw-3.3.8/src/all libs/glfw/glfw-3.3.8/examples/all libs/glfw/glfw-3.3.8/tests/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples + +build libs/glfw/glfw-3.3.8/examples/all: phony libs/glfw/glfw-3.3.8/examples/boing libs/glfw/glfw-3.3.8/examples/gears libs/glfw/glfw-3.3.8/examples/heightmap libs/glfw/glfw-3.3.8/examples/offscreen libs/glfw/glfw-3.3.8/examples/particles libs/glfw/glfw-3.3.8/examples/sharing libs/glfw/glfw-3.3.8/examples/simple libs/glfw/glfw-3.3.8/examples/splitview libs/glfw/glfw-3.3.8/examples/wave + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src + +build libs/glfw/glfw-3.3.8/src/all: phony libs/glfw/glfw-3.3.8/src/libglfw3.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests + +build libs/glfw/glfw-3.3.8/tests/all: phony libs/glfw/glfw-3.3.8/tests/clipboard libs/glfw/glfw-3.3.8/tests/events libs/glfw/glfw-3.3.8/tests/msaa libs/glfw/glfw-3.3.8/tests/glfwinfo libs/glfw/glfw-3.3.8/tests/iconify libs/glfw/glfw-3.3.8/tests/monitors libs/glfw/glfw-3.3.8/tests/reopen libs/glfw/glfw-3.3.8/tests/cursor libs/glfw/glfw-3.3.8/tests/empty libs/glfw/glfw-3.3.8/tests/gamma libs/glfw/glfw-3.3.8/tests/icon libs/glfw/glfw-3.3.8/tests/inputlag libs/glfw/glfw-3.3.8/tests/joysticks libs/glfw/glfw-3.3.8/tests/opacity libs/glfw/glfw-3.3.8/tests/tearing libs/glfw/glfw-3.3.8/tests/threads libs/glfw/glfw-3.3.8/tests/timeout libs/glfw/glfw-3.3.8/tests/title libs/glfw/glfw-3.3.8/tests/triangle-vulkan libs/glfw/glfw-3.3.8/tests/windows + +# ============================================================================= +# Unknown Build Time Dependencies. +# Tell Ninja that they may appear as side effects of build rules +# otherwise ordered by order-only dependencies. + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/brett/git/parksandrec/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/include/blt/config.h.in /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/assimp.pc.in /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindPkgMacros.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindRT.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/PrecompiledHeader.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/assimp-plain-config.cmake.in /home/brett/git/parksandrec/libs/assimp/code/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zconf.h.cmakein /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zlib.pc.cmakein /home/brett/git/parksandrec/libs/assimp/include/assimp/config.h.in /home/brett/git/parksandrec/libs/assimp/revision.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3.pc.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw_config.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/CMakeLists.txt /usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeDependentOption.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckFunctionExists.cmake /usr/share/cmake/Modules/CheckIncludeFile.cmake /usr/share/cmake/Modules/CheckIncludeFileCXX.cmake /usr/share/cmake/Modules/CheckLibraryExists.cmake /usr/share/cmake/Modules/CheckTypeSize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/FindDoxygen.cmake /usr/share/cmake/Modules/FindFontconfig.cmake /usr/share/cmake/Modules/FindFreetype.cmake /usr/share/cmake/Modules/FindOpenGL.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPkgConfig.cmake /usr/share/cmake/Modules/FindThreads.cmake /usr/share/cmake/Modules/FindX11.cmake /usr/share/cmake/Modules/FindZLIB.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake /usr/share/cmake/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.26.4/CMakeCCompiler.cmake CMakeFiles/3.26.4/CMakeCXXCompiler.cmake CMakeFiles/3.26.4/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/brett/git/parksandrec/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/CMakeLists.txt /home/brett/git/parksandrec/libs/BLT/include/blt/config.h.in /home/brett/git/parksandrec/libs/assimp/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/assimp.pc.in /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindPkgMacros.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/FindRT.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/PrecompiledHeader.cmake /home/brett/git/parksandrec/libs/assimp/cmake-modules/assimp-plain-config.cmake.in /home/brett/git/parksandrec/libs/assimp/code/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/CMakeLists.txt /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zconf.h.cmakein /home/brett/git/parksandrec/libs/assimp/contrib/zlib/zlib.pc.cmakein /home/brett/git/parksandrec/libs/assimp/include/assimp/config.h.in /home/brett/git/parksandrec/libs/assimp/revision.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/CMakeLists.txt /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3.pc.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src/glfw_config.h.in /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests/CMakeLists.txt /usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeDependentOption.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckFunctionExists.cmake /usr/share/cmake/Modules/CheckIncludeFile.cmake /usr/share/cmake/Modules/CheckIncludeFileCXX.cmake /usr/share/cmake/Modules/CheckLibraryExists.cmake /usr/share/cmake/Modules/CheckTypeSize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/FindDoxygen.cmake /usr/share/cmake/Modules/FindFontconfig.cmake /usr/share/cmake/Modules/FindFreetype.cmake /usr/share/cmake/Modules/FindOpenGL.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPkgConfig.cmake /usr/share/cmake/Modules/FindThreads.cmake /usr/share/cmake/Modules/FindX11.cmake /usr/share/cmake/Modules/FindZLIB.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake /usr/share/cmake/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.26.4/CMakeCCompiler.cmake CMakeFiles/3.26.4/CMakeCXXCompiler.cmake CMakeFiles/3.26.4/CMakeSystem.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/cmake-build-relwithdebinfo/cmake_install.cmake b/cmake-build-relwithdebinfo/cmake_install.cmake new file mode 100644 index 0000000..cc409c6 --- /dev/null +++ b/cmake-build-relwithdebinfo/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/brett/git/parksandrec + +# 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 "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +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 each subdirectory. + include("/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/BLT/cmake_install.cmake") + include("/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/cmake_install.cmake") + include("/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/cmake_install.cmake") + +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake-build-relwithdebinfo/libs/BLT/cmake_install.cmake b/cmake-build-relwithdebinfo/libs/BLT/cmake_install.cmake new file mode 100644 index 0000000..c67bc6b --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/BLT/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/BLT + +# 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 "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-relwithdebinfo/libs/BLT/config/blt/config.h b/cmake-build-relwithdebinfo/libs/BLT/config/blt/config.h new file mode 100644 index 0000000..6c55b16 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/BLT/config/blt/config.h @@ -0,0 +1,7 @@ +#ifndef BLT_CONFIG_H +#define BLT_CONFIG_H + +/* #undef ZLIB_FOUND */ +#define BLT_ENABLE_LOGGING + +#endif // BLT_CONFIG_H diff --git a/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake b/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake new file mode 100644 index 0000000..e1f41f1 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake @@ -0,0 +1,29 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Release". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "assimp::zlibstatic" for configuration "Release" +set_property(TARGET assimp::zlibstatic APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(assimp::zlibstatic PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libzlibstatic.a" + ) + +list(APPEND _cmake_import_check_targets assimp::zlibstatic ) +list(APPEND _cmake_import_check_files_for_assimp::zlibstatic "${_IMPORT_PREFIX}/lib/libzlibstatic.a" ) + +# Import target "assimp::assimp" for configuration "Release" +set_property(TARGET assimp::assimp APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(assimp::assimp PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C;CXX" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libassimp.a" + ) + +list(APPEND _cmake_import_check_targets assimp::assimp ) +list(APPEND _cmake_import_check_files_for_assimp::assimp "${_IMPORT_PREFIX}/lib/libassimp.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake b/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake new file mode 100644 index 0000000..fead0da --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake @@ -0,0 +1,110 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.24) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS assimp::zlibstatic assimp::assimp) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target assimp::zlibstatic +add_library(assimp::zlibstatic STATIC IMPORTED) + +# Create imported target assimp::assimp +add_library(assimp::assimp STATIC IMPORTED) + +set_target_properties(assimp::assimp PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "assimp::zlibstatic;rt" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/assimpTargets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-relwithdebinfo/libs/assimp/assimp.pc b/cmake-build-relwithdebinfo/libs/assimp/assimp.pc new file mode 100644 index 0000000..c579a72 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/assimp.pc @@ -0,0 +1,9 @@ +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: parksnrec +Description: Import various well-known 3D model formats in an uniform manner. +Version: 5.2.5 +Libs: -L${libdir} -lassimp +Libs.private: -lstdc++ +Cflags: -I${includedir} diff --git a/cmake-build-relwithdebinfo/libs/assimp/cmake_install.cmake b/cmake-build-relwithdebinfo/libs/assimp/cmake_install.cmake new file mode 100644 index 0000000..da11a95 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/cmake_install.cmake @@ -0,0 +1,81 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "libassimp5.2.5-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2" TYPE FILE FILES + "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/generated/assimpConfig.cmake" + "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/generated/assimpConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "libassimp5.2.5-dev" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets.cmake" + "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2/assimpTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/assimp-5.2" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets-release.cmake") + endif() +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/cmake_install.cmake") + include("/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/cmake_install.cmake") + +endif() + diff --git a/cmake-build-relwithdebinfo/libs/assimp/code/cmake_install.cmake b/cmake-build-relwithdebinfo/libs/assimp/code/cmake_install.cmake new file mode 100644 index 0000000..961394c --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/code/cmake_install.cmake @@ -0,0 +1,147 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/code + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "libassimp5.2.5-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/lib/libassimp.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "assimp-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/assimp" TYPE FILE FILES + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/anim.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/aabb.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ai_assert.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/camera.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/color4.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/color4.inl" + "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/code/../include/assimp/config.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ColladaMetaData.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/commonMetaData.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/defs.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/cfileio.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/light.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/material.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/material.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix3x3.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix3x3.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix4x4.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/matrix4x4.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/mesh.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ObjMaterial.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/pbrmaterial.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/GltfMaterial.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/postprocess.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/quaternion.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/quaternion.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/scene.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/metadata.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/texture.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/types.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector2.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector2.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector3.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/vector3.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/version.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/cimport.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/AssertHandler.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/importerdesc.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Importer.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/DefaultLogger.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ProgressHandler.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/IOStream.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/IOSystem.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Logger.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/LogStream.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/NullLogger.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/cexport.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Exporter.hpp" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/DefaultIOStream.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/DefaultIOSystem.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ZipArchiveIOSystem.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SceneCombiner.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/fast_atof.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/qnan.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/BaseImporter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Hash.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/MemoryIOWrapper.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ParsingUtils.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StreamReader.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StreamWriter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StringComparison.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StringUtils.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SGSpatialSort.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/GenericProperty.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SpatialSort.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SkeletonMeshBuilder.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SmallVector.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SmoothingGroups.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/SmoothingGroups.inl" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/StandardShapes.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/RemoveComments.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Subdivision.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Vertex.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/LineSplitter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/TinyFormatter.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Profiler.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/LogAux.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Bitmap.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/XMLTools.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/IOStreamBuffer.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/CreateAnimMesh.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/XmlParser.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/BlobIOSystem.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/MathFunctions.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Exceptional.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/ByteSwapper.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Base64.hpp" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "assimp-dev" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/assimp/Compiler" TYPE FILE FILES + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Compiler/pushpack1.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Compiler/poppack1.h" + "/home/brett/git/parksandrec/libs/assimp/code/../include/assimp/Compiler/pstdint.h" + ) +endif() + diff --git a/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/CTestTestfile.cmake b/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/CTestTestfile.cmake new file mode 100644 index 0000000..4518b5c --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/brett/git/parksandrec/libs/assimp/contrib/zlib +# Build directory: /home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/cmake_install.cmake b/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/cmake_install.cmake new file mode 100644 index 0000000..46a6a6a --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/contrib/zlib + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/libzlibstatic.a") +endif() + diff --git a/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/zconf.h b/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/zconf.h new file mode 100644 index 0000000..995ad4f --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/zconf.h @@ -0,0 +1,536 @@ +/* zconf.h -- configuration of the zlib compression library + * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +/* @(#) $Id$ */ + +#ifndef ZCONF_H +#define ZCONF_H +/* #undef Z_PREFIX */ +#define Z_HAVE_UNISTD_H + +/* + * If you *really* need a unique prefix for all types and library functions, + * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. + * Even better than compiling with -DZ_PREFIX would be to use configure to set + * this permanently in zconf.h using "./configure --zprefix". + */ +#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */ +# define Z_PREFIX_SET + +/* all linked symbols and init macros */ +# define _dist_code z__dist_code +# define _length_code z__length_code +# define _tr_align z__tr_align +# define _tr_flush_bits z__tr_flush_bits +# define _tr_flush_block z__tr_flush_block +# define _tr_init z__tr_init +# define _tr_stored_block z__tr_stored_block +# define _tr_tally z__tr_tally +# define adler32 z_adler32 +# define adler32_combine z_adler32_combine +# define adler32_combine64 z_adler32_combine64 +# define adler32_z z_adler32_z +# ifndef Z_SOLO +# define compress z_compress +# define compress2 z_compress2 +# define compressBound z_compressBound +# endif +# define crc32 z_crc32 +# define crc32_combine z_crc32_combine +# define crc32_combine64 z_crc32_combine64 +# define crc32_z z_crc32_z +# define deflate z_deflate +# define deflateBound z_deflateBound +# define deflateCopy z_deflateCopy +# define deflateEnd z_deflateEnd +# define deflateGetDictionary z_deflateGetDictionary +# define deflateInit z_deflateInit +# define deflateInit2 z_deflateInit2 +# define deflateInit2_ z_deflateInit2_ +# define deflateInit_ z_deflateInit_ +# define deflateParams z_deflateParams +# define deflatePending z_deflatePending +# define deflatePrime z_deflatePrime +# define deflateReset z_deflateReset +# define deflateResetKeep z_deflateResetKeep +# define deflateSetDictionary z_deflateSetDictionary +# define deflateSetHeader z_deflateSetHeader +# define deflateTune z_deflateTune +# define deflate_copyright z_deflate_copyright +# define get_crc_table z_get_crc_table +# ifndef Z_SOLO +# define gz_error z_gz_error +# define gz_intmax z_gz_intmax +# define gz_strwinerror z_gz_strwinerror +# define gzbuffer z_gzbuffer +# define gzclearerr z_gzclearerr +# define gzclose z_gzclose +# define gzclose_r z_gzclose_r +# define gzclose_w z_gzclose_w +# define gzdirect z_gzdirect +# define gzdopen z_gzdopen +# define gzeof z_gzeof +# define gzerror z_gzerror +# define gzflush z_gzflush +# define gzfread z_gzfread +# define gzfwrite z_gzfwrite +# define gzgetc z_gzgetc +# define gzgetc_ z_gzgetc_ +# define gzgets z_gzgets +# define gzoffset z_gzoffset +# define gzoffset64 z_gzoffset64 +# define gzopen z_gzopen +# define gzopen64 z_gzopen64 +# ifdef _WIN32 +# define gzopen_w z_gzopen_w +# endif +# define gzprintf z_gzprintf +# define gzputc z_gzputc +# define gzputs z_gzputs +# define gzread z_gzread +# define gzrewind z_gzrewind +# define gzseek z_gzseek +# define gzseek64 z_gzseek64 +# define gzsetparams z_gzsetparams +# define gztell z_gztell +# define gztell64 z_gztell64 +# define gzungetc z_gzungetc +# define gzvprintf z_gzvprintf +# define gzwrite z_gzwrite +# endif +# define inflate z_inflate +# define inflateBack z_inflateBack +# define inflateBackEnd z_inflateBackEnd +# define inflateBackInit z_inflateBackInit +# define inflateBackInit_ z_inflateBackInit_ +# define inflateCodesUsed z_inflateCodesUsed +# define inflateCopy z_inflateCopy +# define inflateEnd z_inflateEnd +# define inflateGetDictionary z_inflateGetDictionary +# define inflateGetHeader z_inflateGetHeader +# define inflateInit z_inflateInit +# define inflateInit2 z_inflateInit2 +# define inflateInit2_ z_inflateInit2_ +# define inflateInit_ z_inflateInit_ +# define inflateMark z_inflateMark +# define inflatePrime z_inflatePrime +# define inflateReset z_inflateReset +# define inflateReset2 z_inflateReset2 +# define inflateResetKeep z_inflateResetKeep +# define inflateSetDictionary z_inflateSetDictionary +# define inflateSync z_inflateSync +# define inflateSyncPoint z_inflateSyncPoint +# define inflateUndermine z_inflateUndermine +# define inflateValidate z_inflateValidate +# define inflate_copyright z_inflate_copyright +# define inflate_fast z_inflate_fast +# define inflate_table z_inflate_table +# ifndef Z_SOLO +# define uncompress z_uncompress +# define uncompress2 z_uncompress2 +# endif +# define zError z_zError +# ifndef Z_SOLO +# define zcalloc z_zcalloc +# define zcfree z_zcfree +# endif +# define zlibCompileFlags z_zlibCompileFlags +# define zlibVersion z_zlibVersion + +/* all zlib typedefs in zlib.h and zconf.h */ +# define Byte z_Byte +# define Bytef z_Bytef +# define alloc_func z_alloc_func +# define charf z_charf +# define free_func z_free_func +# ifndef Z_SOLO +# define gzFile z_gzFile +# endif +# define gz_header z_gz_header +# define gz_headerp z_gz_headerp +# define in_func z_in_func +# define intf z_intf +# define out_func z_out_func +# define uInt z_uInt +# define uIntf z_uIntf +# define uLong z_uLong +# define uLongf z_uLongf +# define voidp z_voidp +# define voidpc z_voidpc +# define voidpf z_voidpf + +/* all zlib structs in zlib.h and zconf.h */ +# define gz_header_s z_gz_header_s +# define internal_state z_internal_state + +#endif + +#if defined(__MSDOS__) && !defined(MSDOS) +# define MSDOS +#endif +#if (defined(OS_2) || defined(__OS2__)) && !defined(OS2) +# define OS2 +#endif +#if defined(_WINDOWS) && !defined(WINDOWS) +# define WINDOWS +#endif +#if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__) +# ifndef WIN32 +# define WIN32 +# endif +#endif +#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) +# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__) +# ifndef SYS16BIT +# define SYS16BIT +# endif +# endif +#endif + +/* + * Compile with -DMAXSEG_64K if the alloc function cannot allocate more + * than 64k bytes at a time (needed on systems with 16-bit int). + */ +#ifdef SYS16BIT +# define MAXSEG_64K +#endif +#ifdef MSDOS +# define UNALIGNED_OK +#endif + +#ifdef __STDC_VERSION__ +# ifndef STDC +# define STDC +# endif +# if __STDC_VERSION__ >= 199901L +# ifndef STDC99 +# define STDC99 +# endif +# endif +#endif +#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) +# define STDC +#endif +#if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) +# define STDC +#endif +#if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) +# define STDC +#endif +#if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) +# define STDC +#endif + +#if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */ +# define STDC +#endif + +#ifndef STDC +# ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ +# define const /* note: need a more gentle solution here */ +# endif +#endif + +#if defined(ZLIB_CONST) && !defined(z_const) +# define z_const const +#else +# define z_const +#endif + +#ifdef Z_SOLO + typedef unsigned long z_size_t; +#else +# define z_longlong long long +# if defined(NO_SIZE_T) + typedef unsigned NO_SIZE_T z_size_t; +# elif defined(STDC) +# include + typedef size_t z_size_t; +# else + typedef unsigned long z_size_t; +# endif +# undef z_longlong +#endif + +/* Maximum value for memLevel in deflateInit2 */ +#ifndef MAX_MEM_LEVEL +# ifdef MAXSEG_64K +# define MAX_MEM_LEVEL 8 +# else +# define MAX_MEM_LEVEL 9 +# endif +#endif + +/* Maximum value for windowBits in deflateInit2 and inflateInit2. + * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files + * created by gzip. (Files created by minigzip can still be extracted by + * gzip.) + */ +#ifndef MAX_WBITS +# define MAX_WBITS 15 /* 32K LZ77 window */ +#endif + +/* The memory requirements for deflate are (in bytes): + (1 << (windowBits+2)) + (1 << (memLevel+9)) + that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) + plus a few kilobytes for small objects. For example, if you want to reduce + the default memory requirements from 256K to 128K, compile with + make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7" + Of course this will generally degrade compression (there's no free lunch). + + The memory requirements for inflate are (in bytes) 1 << windowBits + that is, 32K for windowBits=15 (default value) plus about 7 kilobytes + for small objects. +*/ + + /* Type declarations */ + +#ifndef OF /* function prototypes */ +# ifdef STDC +# define OF(args) args +# else +# define OF(args) () +# endif +#endif + +#ifndef Z_ARG /* function prototypes for stdarg */ +# if defined(STDC) || defined(Z_HAVE_STDARG_H) +# define Z_ARG(args) args +# else +# define Z_ARG(args) () +# endif +#endif + +/* The following definitions for FAR are needed only for MSDOS mixed + * model programming (small or medium model with some far allocations). + * This was tested only with MSC; for other MSDOS compilers you may have + * to define NO_MEMCPY in zutil.h. If you don't need the mixed model, + * just define FAR to be empty. + */ +#ifdef SYS16BIT +# if defined(M_I86SM) || defined(M_I86MM) + /* MSC small or medium model */ +# define SMALL_MEDIUM +# ifdef _MSC_VER +# define FAR _far +# else +# define FAR far +# endif +# endif +# if (defined(__SMALL__) || defined(__MEDIUM__)) + /* Turbo C small or medium model */ +# define SMALL_MEDIUM +# ifdef __BORLANDC__ +# define FAR _far +# else +# define FAR far +# endif +# endif +#endif + +#if defined(WINDOWS) || defined(WIN32) + /* If building or using zlib as a DLL, define ZLIB_DLL. + * This is not mandatory, but it offers a little performance increase. + */ +# ifdef ZLIB_DLL +# if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500)) +# ifdef ZLIB_INTERNAL +# define ZEXTERN extern __declspec(dllexport) +# else +# define ZEXTERN extern __declspec(dllimport) +# endif +# endif +# endif /* ZLIB_DLL */ + /* If building or using zlib with the WINAPI/WINAPIV calling convention, + * define ZLIB_WINAPI. + * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI. + */ +# ifdef ZLIB_WINAPI +# ifdef FAR +# undef FAR +# endif +# include + /* No need for _export, use ZLIB.DEF instead. */ + /* For complete Windows compatibility, use WINAPI, not __stdcall. */ +# define ZEXPORT WINAPI +# ifdef WIN32 +# define ZEXPORTVA WINAPIV +# else +# define ZEXPORTVA FAR CDECL +# endif +# endif +#endif + +#if defined (__BEOS__) +# ifdef ZLIB_DLL +# ifdef ZLIB_INTERNAL +# define ZEXPORT __declspec(dllexport) +# define ZEXPORTVA __declspec(dllexport) +# else +# define ZEXPORT __declspec(dllimport) +# define ZEXPORTVA __declspec(dllimport) +# endif +# endif +#endif + +#ifndef ZEXTERN +# define ZEXTERN extern +#endif +#ifndef ZEXPORT +# define ZEXPORT +#endif +#ifndef ZEXPORTVA +# define ZEXPORTVA +#endif + +#ifndef FAR +# define FAR +#endif + +#if !defined(__MACTYPES__) +typedef unsigned char Byte; /* 8 bits */ +#endif +typedef unsigned int uInt; /* 16 bits or more */ +typedef unsigned long uLong; /* 32 bits or more */ + +#ifdef SMALL_MEDIUM + /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */ +# define Bytef Byte FAR +#else + typedef Byte FAR Bytef; +#endif +typedef char FAR charf; +typedef int FAR intf; +typedef uInt FAR uIntf; +typedef uLong FAR uLongf; + +#ifdef STDC + typedef void const *voidpc; + typedef void FAR *voidpf; + typedef void *voidp; +#else + typedef Byte const *voidpc; + typedef Byte FAR *voidpf; + typedef Byte *voidp; +#endif + +#if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) +# include +# if (UINT_MAX == 0xffffffffUL) +# define Z_U4 unsigned +# elif (ULONG_MAX == 0xffffffffUL) +# define Z_U4 unsigned long +# elif (USHRT_MAX == 0xffffffffUL) +# define Z_U4 unsigned short +# endif +#endif + +#ifdef Z_U4 + typedef Z_U4 z_crc_t; +#else + typedef unsigned long z_crc_t; +#endif + +#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_UNISTD_H +#endif + +#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */ +# define Z_HAVE_STDARG_H +#endif + +#ifdef STDC +# ifndef Z_SOLO +# include /* for off_t */ +# endif +#endif + +#if defined(STDC) || defined(Z_HAVE_STDARG_H) +# ifndef Z_SOLO +# include /* for va_list */ +# endif +#endif + +#ifdef _WIN32 +# ifndef Z_SOLO +# include /* for wchar_t */ +# endif +#endif + +/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and + * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even + * though the former does not conform to the LFS document), but considering + * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as + * equivalently requesting no 64-bit operations + */ +#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1 +# undef _LARGEFILE64_SOURCE +#endif + +#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H) +# define Z_HAVE_UNISTD_H +#endif +#ifndef Z_SOLO +# if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE) +# include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ +# ifdef VMS +# include /* for off_t */ +# endif +# ifndef z_off_t +# define z_off_t off_t +# endif +# endif +#endif + +#if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0 +# define Z_LFS64 +#endif + +#if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64) +# define Z_LARGE64 +#endif + +#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64) +# define Z_WANT64 +#endif + +#if !defined(SEEK_SET) && !defined(Z_SOLO) +# define SEEK_SET 0 /* Seek from beginning of file. */ +# define SEEK_CUR 1 /* Seek from current position. */ +# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ +#endif + +#ifndef z_off_t +# define z_off_t long +#endif + +#if !defined(_WIN32) && defined(Z_LARGE64) +# define z_off64_t off64_t +#else +# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO) +# define z_off64_t __int64 +# else +# define z_off64_t z_off_t +# endif +#endif + +/* MVS linker does not support external names larger than 8 bytes */ +#if defined(__MVS__) + #pragma map(deflateInit_,"DEIN") + #pragma map(deflateInit2_,"DEIN2") + #pragma map(deflateEnd,"DEEND") + #pragma map(deflateBound,"DEBND") + #pragma map(inflateInit_,"ININ") + #pragma map(inflateInit2_,"ININ2") + #pragma map(inflateEnd,"INEND") + #pragma map(inflateSync,"INSY") + #pragma map(inflateSetDictionary,"INSEDI") + #pragma map(compressBound,"CMBND") + #pragma map(inflate_table,"INTABL") + #pragma map(inflate_fast,"INFA") + #pragma map(inflate_copyright,"INCOPY") +#endif + +#endif /* ZCONF_H */ diff --git a/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/zlib.pc b/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/zlib.pc new file mode 100644 index 0000000..9fe8c97 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/contrib/zlib/zlib.pc @@ -0,0 +1,13 @@ +prefix=/usr/local +exec_prefix=/usr/local +libdir= +sharedlibdir= +includedir= + +Name: zlib +Description: zlib compression library +Version: + +Requires: +Libs: -L${libdir} -L${sharedlibdir} -lz +Cflags: -I${includedir} diff --git a/cmake-build-relwithdebinfo/libs/assimp/generated/assimpConfig.cmake b/cmake-build-relwithdebinfo/libs/assimp/generated/assimpConfig.cmake new file mode 100644 index 0000000..e940ac0 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/generated/assimpConfig.cmake @@ -0,0 +1,33 @@ + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was assimp-plain-config.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(set_and_check _var _file) + set(${_var} "${_file}") + if(NOT EXISTS "${_file}") + message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") + endif() +endmacro() + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### + +include("${CMAKE_CURRENT_LIST_DIR}/assimpTargets.cmake") + +set(ASSIMP_ROOT_DIR ${PACKAGE_PREFIX_DIR}) +set(ASSIMP_LIBRARIES assimp::assimp) +set(ASSIMP_BUILD_SHARED_LIBS OFF) +get_property(ASSIMP_INCLUDE_DIRS TARGET assimp::assimp PROPERTY INTERFACE_INCLUDE_DIRECTORIES) +set(ASSIMP_LIBRARY_DIRS "") diff --git a/cmake-build-relwithdebinfo/libs/assimp/generated/assimpConfigVersion.cmake b/cmake-build-relwithdebinfo/libs/assimp/generated/assimpConfigVersion.cmake new file mode 100644 index 0000000..feac378 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/generated/assimpConfigVersion.cmake @@ -0,0 +1,65 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "5.2.5") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("5.2.5" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "5.2.5") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-relwithdebinfo/libs/assimp/include/assimp/config.h b/cmake-build-relwithdebinfo/libs/assimp/include/assimp/config.h new file mode 100644 index 0000000..cc8c841 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/include/assimp/config.h @@ -0,0 +1,1121 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (assimp) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2022, assimp team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the assimp team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the assimp team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +/** @file config.h + * @brief Defines constants for configurable properties for the library + * + * Typically these properties are set via + * #Assimp::Importer::SetPropertyFloat, + * #Assimp::Importer::SetPropertyInteger or + * #Assimp::Importer::SetPropertyString, + * depending on the data type of a property. All properties have a + * default value. See the doc for the mentioned methods for more details. + * + *

+ * The corresponding functions for use with the plain-c API are: + * #aiSetImportPropertyInteger, + * #aiSetImportPropertyFloat, + * #aiSetImportPropertyString + */ +#pragma once +#ifndef AI_CONFIG_H_INC +#define AI_CONFIG_H_INC + +// ########################################################################### +// LIBRARY SETTINGS +// General, global settings +// ########################################################################### + +// --------------------------------------------------------------------------- +/** @brief Enables time measurements. + * + * If enabled, measures the time needed for each part of the loading + * process (i.e. IO time, importing, postprocessing, ..) and dumps + * these timings to the DefaultLogger. See the @link perf Performance + * Page@endlink for more information on this topic. + * + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_GLOB_MEASURE_TIME \ + "GLOB_MEASURE_TIME" + +// --------------------------------------------------------------------------- +/** @brief Global setting to disable generation of skeleton dummy meshes + * + * Skeleton dummy meshes are generated as a visualization aid in cases which + * the input data contains no geometry, but only animation data. + * Property data type: bool. Default value: false + */ +// --------------------------------------------------------------------------- +#define AI_CONFIG_IMPORT_NO_SKELETON_MESHES \ + "IMPORT_NO_SKELETON_MESHES" + +// ########################################################################### +// POST PROCESSING SETTINGS +// Various stuff to fine-tune the behavior of a specific post processing step. +// ########################################################################### + +// --------------------------------------------------------------------------- +/** @brief Maximum bone count per mesh for the SplitbyBoneCount step. + * + * Meshes are split until the maximum number of bones is reached. The default + * value is AI_SBBC_DEFAULT_MAX_BONES, which may be altered at + * compile-time. + * Property data type: integer. + */ +// --------------------------------------------------------------------------- +#define AI_CONFIG_PP_SBBC_MAX_BONES \ + "PP_SBBC_MAX_BONES" + +// default limit for bone count +#if (!defined AI_SBBC_DEFAULT_MAX_BONES) +# define AI_SBBC_DEFAULT_MAX_BONES 60 +#endif + +// --------------------------------------------------------------------------- +/** @brief Specifies the maximum angle that may be between two vertex tangents + * that their tangents and bi-tangents are smoothed. + * + * This applies to the CalcTangentSpace-Step. The angle is specified + * in degrees. The maximum value is 175. + * Property type: float. Default value: 45 degrees + */ +#define AI_CONFIG_PP_CT_MAX_SMOOTHING_ANGLE \ + "PP_CT_MAX_SMOOTHING_ANGLE" + +// --------------------------------------------------------------------------- +/** @brief Source UV channel for tangent space computation. + * + * The specified channel must exist or an error will be raised. + * Property type: integer. Default value: 0 + */ +// --------------------------------------------------------------------------- +#define AI_CONFIG_PP_CT_TEXTURE_CHANNEL_INDEX \ + "PP_CT_TEXTURE_CHANNEL_INDEX" + +// --------------------------------------------------------------------------- +/** @brief Specifies the maximum angle that may be between two face normals + * at the same vertex position that their are smoothed together. + * + * Sometimes referred to as 'crease angle'. + * This applies to the GenSmoothNormals-Step. The angle is specified + * in degrees, so 180 is PI. The default value is 175 degrees (all vertex + * normals are smoothed). The maximum value is 175, too. Property type: float. + * Warning: setting this option may cause a severe loss of performance. The + * performance is unaffected if the #AI_CONFIG_FAVOUR_SPEED flag is set but + * the output quality may be reduced. + */ +#define AI_CONFIG_PP_GSN_MAX_SMOOTHING_ANGLE \ + "PP_GSN_MAX_SMOOTHING_ANGLE" + +// --------------------------------------------------------------------------- +/** @brief Sets the colormap (= palette) to be used to decode embedded + * textures in MDL (Quake or 3DGS) files. + * + * This must be a valid path to a file. The file is 768 (256*3) bytes + * large and contains RGB triplets for each of the 256 palette entries. + * The default value is colormap.lmp. If the file is not found, + * a default palette (from Quake 1) is used. + * Property type: string. + */ +#define AI_CONFIG_IMPORT_MDL_COLORMAP \ + "IMPORT_MDL_COLORMAP" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_RemoveRedundantMaterials step to + * keep materials matching a name in a given list. + * + * This is a list of 1 to n strings, ' ' serves as delimiter character. + * Identifiers containing whitespaces must be enclosed in *single* + * quotation marks. For example: + * "keep-me and_me_to anotherMaterialToBeKept \'name with whitespace\'". + * If a material matches on of these names, it will not be modified or + * removed by the postprocessing step nor will other materials be replaced + * by a reference to it.
+ * This option might be useful if you are using some magic material names + * to pass additional semantics through the content pipeline. This ensures + * they won't be optimized away, but a general optimization is still + * performed for materials not contained in the list. + * Property type: String. Default value: n/a + * @note Linefeeds, tabs or carriage returns are treated as whitespace. + * Material names are case sensitive. + */ +#define AI_CONFIG_PP_RRM_EXCLUDE_LIST \ + "PP_RRM_EXCLUDE_LIST" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to + * keep the scene hierarchy. Meshes are moved to worldspace, but + * no optimization is performed (read: meshes with equal materials are not + * joined. The total number of meshes won't change). + * + * This option could be of use for you if the scene hierarchy contains + * important additional information which you intend to parse. + * For rendering, you can still render all meshes in the scene without + * any transformations. + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_PP_PTV_KEEP_HIERARCHY \ + "PP_PTV_KEEP_HIERARCHY" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to normalize + * all vertex components into the [-1,1] range. That is, a bounding box + * for the whole scene is computed, the maximum component is taken and all + * meshes are scaled appropriately (uniformly of course!). + * This might be useful if you don't know the spatial dimension of the input + * data*/ +#define AI_CONFIG_PP_PTV_NORMALIZE \ + "PP_PTV_NORMALIZE" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to use + * a users defined matrix as the scene root node transformation before + * transforming vertices. + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_PP_PTV_ADD_ROOT_TRANSFORMATION \ + "PP_PTV_ADD_ROOT_TRANSFORMATION" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_PreTransformVertices step to use + * a users defined matrix as the scene root node transformation before + * transforming vertices. This property correspond to the 'a1' component + * of the transformation matrix. + * Property type: aiMatrix4x4. + */ +#define AI_CONFIG_PP_PTV_ROOT_TRANSFORMATION \ + "PP_PTV_ROOT_TRANSFORMATION" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_FindDegenerates step to + * remove degenerated primitives from the import - immediately. + * + * The default behaviour converts degenerated triangles to lines and + * degenerated lines to points. See the documentation to the + * #aiProcess_FindDegenerates step for a detailed example of the various ways + * to get rid of these lines and points if you don't want them. + * Property type: bool. Default value: false. + */ +#define AI_CONFIG_PP_FD_REMOVE \ + "PP_FD_REMOVE" + +// --------------------------------------------------------------------------- +/** + * @brief Configures the #aiProcess_FindDegenerates to check the area of a + * triangle to be greater than e-6. If this is not the case the triangle will + * be removed if #AI_CONFIG_PP_FD_REMOVE is set to true. + */ +#define AI_CONFIG_PP_FD_CHECKAREA \ + "PP_FD_CHECKAREA" + +// --------------------------------------------------------------------------- +/** @brief Configures the #aiProcess_OptimizeGraph step to preserve nodes + * matching a name in a given list. + * + * This is a list of 1 to n strings, ' ' serves as delimiter character. + * Identifiers containing whitespaces must be enclosed in *single* + * quotation marks. For example: + * "keep-me and_me_to anotherNodeToBeKept \'name with whitespace\'". + * If a node matches on of these names, it will not be modified or + * removed by the postprocessing step.
+ * This option might be useful if you are using some magic node names + * to pass additional semantics through the content pipeline. This ensures + * they won't be optimized away, but a general optimization is still + * performed for nodes not contained in the list. + * Property type: String. Default value: n/a + * @note Linefeeds, tabs or carriage returns are treated as whitespace. + * Node names are case sensitive. + */ +#define AI_CONFIG_PP_OG_EXCLUDE_LIST \ + "PP_OG_EXCLUDE_LIST" + +// --------------------------------------------------------------------------- +/** @brief Set the maximum number of triangles in a mesh. + * + * This is used by the "SplitLargeMeshes" PostProcess-Step to determine + * whether a mesh must be split or not. + * @note The default value is AI_SLM_DEFAULT_MAX_TRIANGLES + * Property type: integer. + */ +#define AI_CONFIG_PP_SLM_TRIANGLE_LIMIT \ + "PP_SLM_TRIANGLE_LIMIT" + +// default value for AI_CONFIG_PP_SLM_TRIANGLE_LIMIT +#if (!defined AI_SLM_DEFAULT_MAX_TRIANGLES) +# define AI_SLM_DEFAULT_MAX_TRIANGLES 1000000 +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the maximum number of vertices in a mesh. + * + * This is used by the "SplitLargeMeshes" PostProcess-Step to determine + * whether a mesh must be split or not. + * @note The default value is AI_SLM_DEFAULT_MAX_VERTICES + * Property type: integer. + */ +#define AI_CONFIG_PP_SLM_VERTEX_LIMIT \ + "PP_SLM_VERTEX_LIMIT" + +// default value for AI_CONFIG_PP_SLM_VERTEX_LIMIT +#if (!defined AI_SLM_DEFAULT_MAX_VERTICES) +# define AI_SLM_DEFAULT_MAX_VERTICES 1000000 +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the maximum number of bones affecting a single vertex + * + * This is used by the #aiProcess_LimitBoneWeights PostProcess-Step. + * @note The default value is AI_LMW_MAX_WEIGHTS + * Property type: integer.*/ +#define AI_CONFIG_PP_LBW_MAX_WEIGHTS \ + "PP_LBW_MAX_WEIGHTS" + +// default value for AI_CONFIG_PP_LBW_MAX_WEIGHTS +#if (!defined AI_LMW_MAX_WEIGHTS) +# define AI_LMW_MAX_WEIGHTS 0x4 +#endif // !! AI_LMW_MAX_WEIGHTS + +// --------------------------------------------------------------------------- +/** @brief Lower the deboning threshold in order to remove more bones. + * + * This is used by the #aiProcess_Debone PostProcess-Step. + * @note The default value is AI_DEBONE_THRESHOLD + * Property type: float.*/ +#define AI_CONFIG_PP_DB_THRESHOLD \ + "PP_DB_THRESHOLD" + +// default value for AI_CONFIG_PP_LBW_MAX_WEIGHTS +#if (!defined AI_DEBONE_THRESHOLD) +# define AI_DEBONE_THRESHOLD 1.0f +#endif // !! AI_DEBONE_THRESHOLD + +// --------------------------------------------------------------------------- +/** @brief Require all bones qualify for deboning before removing any + * + * This is used by the #aiProcess_Debone PostProcess-Step. + * @note The default value is 0 + * Property type: bool.*/ +#define AI_CONFIG_PP_DB_ALL_OR_NONE \ + "PP_DB_ALL_OR_NONE" + +/** @brief Default value for the #AI_CONFIG_PP_ICL_PTCACHE_SIZE property + */ +#ifndef PP_ICL_PTCACHE_SIZE +# define PP_ICL_PTCACHE_SIZE 12 +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the size of the post-transform vertex cache to optimize the + * vertices for. This configures the #aiProcess_ImproveCacheLocality step. + * + * The size is given in vertices. Of course you can't know how the vertex + * format will exactly look like after the import returns, but you can still + * guess what your meshes will probably have. + * @note The default value is #PP_ICL_PTCACHE_SIZE. That results in slight + * performance improvements for most nVidia/AMD cards since 2002. + * Property type: integer. + */ +#define AI_CONFIG_PP_ICL_PTCACHE_SIZE "PP_ICL_PTCACHE_SIZE" + +// --------------------------------------------------------------------------- +/** @brief Enumerates components of the aiScene and aiMesh data structures + * that can be excluded from the import using the #aiProcess_RemoveComponent step. + * + * See the documentation to #aiProcess_RemoveComponent for more details. + */ +enum aiComponent +{ + /** Normal vectors */ +#ifdef SWIG + aiComponent_NORMALS = 0x2, +#else + aiComponent_NORMALS = 0x2u, +#endif + + /** Tangents and bitangents go always together ... */ +#ifdef SWIG + aiComponent_TANGENTS_AND_BITANGENTS = 0x4, +#else + aiComponent_TANGENTS_AND_BITANGENTS = 0x4u, +#endif + + /** ALL color sets + * Use aiComponent_COLORn(N) to specify the N'th set */ + aiComponent_COLORS = 0x8, + + /** ALL texture UV sets + * aiComponent_TEXCOORDn(N) to specify the N'th set */ + aiComponent_TEXCOORDS = 0x10, + + /** Removes all bone weights from all meshes. + * The scenegraph nodes corresponding to the bones are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_BONEWEIGHTS = 0x20, + + /** Removes all node animations (aiScene::mAnimations). + * The corresponding scenegraph nodes are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_ANIMATIONS = 0x40, + + /** Removes all embedded textures (aiScene::mTextures) */ + aiComponent_TEXTURES = 0x80, + + /** Removes all light sources (aiScene::mLights). + * The corresponding scenegraph nodes are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_LIGHTS = 0x100, + + /** Removes all cameras (aiScene::mCameras). + * The corresponding scenegraph nodes are NOT removed. + * use the #aiProcess_OptimizeGraph step to do this */ + aiComponent_CAMERAS = 0x200, + + /** Removes all meshes (aiScene::mMeshes). */ + aiComponent_MESHES = 0x400, + + /** Removes all materials. One default material will + * be generated, so aiScene::mNumMaterials will be 1. */ + aiComponent_MATERIALS = 0x800, + + + /** This value is not used. It is just there to force the + * compiler to map this enum to a 32 Bit integer. */ +#ifndef SWIG + _aiComponent_Force32Bit = 0x9fffffff +#endif +}; + +// Remove a specific color channel 'n' +#define aiComponent_COLORSn(n) (1u << (n+20u)) + +// Remove a specific UV channel 'n' +#define aiComponent_TEXCOORDSn(n) (1u << (n+25u)) + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_RemoveComponent step: + * Specifies the parts of the data structure to be removed. + * + * See the documentation to this step for further details. The property + * is expected to be an integer, a bitwise combination of the + * #aiComponent flags defined above in this header. The default + * value is 0. Important: if no valid mesh is remaining after the + * step has been executed (e.g you thought it was funny to specify ALL + * of the flags defined above) the import FAILS. Mainly because there is + * no data to work on anymore ... + */ +#define AI_CONFIG_PP_RVC_FLAGS \ + "PP_RVC_FLAGS" + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_SortByPType step: + * Specifies which primitive types are removed by the step. + * + * This is a bitwise combination of the aiPrimitiveType flags. + * Specifying all of them is illegal, of course. A typical use would + * be to exclude all line and point meshes from the import. This + * is an integer property, its default value is 0. + */ +#define AI_CONFIG_PP_SBP_REMOVE \ + "PP_SBP_REMOVE" + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_FindInvalidData step: + * Specifies the floating-point accuracy for animation values. The step + * checks for animation tracks where all frame values are absolutely equal + * and removes them. This tweakable controls the epsilon for floating-point + * comparisons - two keys are considered equal if the invariant + * abs(n0-n1)>epsilon holds true for all vector respectively quaternion + * components. The default value is 0.f - comparisons are exact then. + */ +#define AI_CONFIG_PP_FID_ANIM_ACCURACY \ + "PP_FID_ANIM_ACCURACY" + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_FindInvalidData step: + * Set to true to ignore texture coordinates. This may be useful if you have + * to assign different kind of textures like one for the summer or one for the winter. + */ +#define AI_CONFIG_PP_FID_IGNORE_TEXTURECOORDS \ + "PP_FID_IGNORE_TEXTURECOORDS" + +// TransformUVCoords evaluates UV scalings +#define AI_UVTRAFO_SCALING 0x1 + +// TransformUVCoords evaluates UV rotations +#define AI_UVTRAFO_ROTATION 0x2 + +// TransformUVCoords evaluates UV translation +#define AI_UVTRAFO_TRANSLATION 0x4 + +// Everything baked together -> default value +#define AI_UVTRAFO_ALL (AI_UVTRAFO_SCALING | AI_UVTRAFO_ROTATION | AI_UVTRAFO_TRANSLATION) + +// --------------------------------------------------------------------------- +/** @brief Input parameter to the #aiProcess_TransformUVCoords step: + * Specifies which UV transformations are evaluated. + * + * This is a bitwise combination of the AI_UVTRAFO_XXX flags (integer + * property, of course). By default all transformations are enabled + * (AI_UVTRAFO_ALL). + */ +#define AI_CONFIG_PP_TUV_EVALUATE \ + "PP_TUV_EVALUATE" + +// --------------------------------------------------------------------------- +/** @brief A hint to assimp to favour speed against import quality. + * + * Enabling this option may result in faster loading, but it needn't. + * It represents just a hint to loaders and post-processing steps to use + * faster code paths, if possible. + * This property is expected to be an integer, != 0 stands for true. + * The default value is 0. + */ +#define AI_CONFIG_FAVOUR_SPEED \ + "FAVOUR_SPEED" + +// ########################################################################### +// IMPORTER SETTINGS +// Various stuff to fine-tune the behaviour of specific importer plugins. +// ########################################################################### + +// --------------------------------------------------------------------------- +/** @brief Importers which parse JSON may use this to obtain a pointer to a + * rapidjson::IRemoteSchemaDocumentProvider. + * + * The default value is nullptr + * Property type: void* + */ +#define AI_CONFIG_IMPORT_SCHEMA_DOCUMENT_PROVIDER \ + "IMPORT_SCHEMA_DOCUMENT_PROVIDER" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will merge all geometry layers present + * in the source file or take only the first. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_ALL_GEOMETRY_LAYERS \ + "IMPORT_FBX_READ_ALL_GEOMETRY_LAYERS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read all materials present in the + * source file or take only the referenced materials. + * + * This is void unless IMPORT_FBX_READ_MATERIALS=1. + * + * The default value is false (0) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_ALL_MATERIALS \ + "IMPORT_FBX_READ_ALL_MATERIALS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read materials. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_MATERIALS \ + "IMPORT_FBX_READ_MATERIALS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read embedded textures. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_TEXTURES \ + "IMPORT_FBX_READ_TEXTURES" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read cameras. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_CAMERAS \ + "IMPORT_FBX_READ_CAMERAS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read light sources. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_LIGHTS \ + "IMPORT_FBX_READ_LIGHTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read animations. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_ANIMATIONS \ + "IMPORT_FBX_READ_ANIMATIONS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will read weights. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_READ_WEIGHTS \ + "IMPORT_FBX_READ_WEIGHTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will act in strict mode in which only + * FBX 2013 is supported and any other sub formats are rejected. FBX 2013 + * is the primary target for the importer, so this format is best + * supported and well-tested. + * + * The default value is false (0) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_STRICT_MODE \ + "IMPORT_FBX_STRICT_MODE" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will preserve pivot points for + * transformations (as extra nodes). If set to false, pivots and offsets + * will be evaluated whenever possible. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_PRESERVE_PIVOTS \ + "IMPORT_FBX_PRESERVE_PIVOTS" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the importer will drop empty animation curves or + * animation curves which match the bind pose transformation over their + * entire defined range. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_OPTIMIZE_EMPTY_ANIMATION_CURVES \ + "IMPORT_FBX_OPTIMIZE_EMPTY_ANIMATION_CURVES" + +// --------------------------------------------------------------------------- +/** @brief Set whether the fbx importer will use the legacy embedded texture naming. + * + * The default value is false (0) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING \ + "AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING" + +// --------------------------------------------------------------------------- +/** @brief Set wether the importer shall not remove empty bones. + * + * Empty bone are often used to define connections for other models. + */ +#define AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES \ + "AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES" + + +// --------------------------------------------------------------------------- +/** @brief Set wether the FBX importer shall convert the unit from cm to m. + */ +#define AI_CONFIG_FBX_CONVERT_TO_M \ + "AI_CONFIG_FBX_CONVERT_TO_M" + +// --------------------------------------------------------------------------- +/** @brief Will enable the skeleton struct to store bone data. + * + * This will decouple the bone coupling to the mesh. This feature is + * experimental. + */ +#define AI_CONFIG_FBX_USE_SKELETON_BONE_CONTAINER \ + "AI_CONFIG_FBX_USE_SKELETON_BONE_CONTAINER" + +// --------------------------------------------------------------------------- +/** @brief Set the vertex animation keyframe to be imported + * + * ASSIMP does not support vertex keyframes (only bone animation is supported). + * The library reads only one frame of models with vertex animations. + * By default this is the first frame. + * \note The default value is 0. This option applies to all importers. + * However, it is also possible to override the global setting + * for a specific loader. You can use the AI_CONFIG_IMPORT_XXX_KEYFRAME + * options (where XXX is a placeholder for the file format for which you + * want to override the global setting). + * Property type: integer. + */ +#define AI_CONFIG_IMPORT_GLOBAL_KEYFRAME "IMPORT_GLOBAL_KEYFRAME" + +#define AI_CONFIG_IMPORT_MD3_KEYFRAME "IMPORT_MD3_KEYFRAME" +#define AI_CONFIG_IMPORT_MD2_KEYFRAME "IMPORT_MD2_KEYFRAME" +#define AI_CONFIG_IMPORT_MDL_KEYFRAME "IMPORT_MDL_KEYFRAME" +#define AI_CONFIG_IMPORT_MDC_KEYFRAME "IMPORT_MDC_KEYFRAME" +#define AI_CONFIG_IMPORT_SMD_KEYFRAME "IMPORT_SMD_KEYFRAME" +#define AI_CONFIG_IMPORT_UNREAL_KEYFRAME "IMPORT_UNREAL_KEYFRAME" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read animations. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS "IMPORT_MDL_HL1_READ_ANIMATIONS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read animation events. + * \note This property requires AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS to be set to true. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATION_EVENTS "IMPORT_MDL_HL1_READ_ANIMATION_EVENTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read blend controllers. + * \note This property requires AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS to be set to true. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_BLEND_CONTROLLERS "IMPORT_MDL_HL1_READ_BLEND_CONTROLLERS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read sequence transition graph. + * \note This property requires AI_CONFIG_IMPORT_MDL_HL1_READ_ANIMATIONS to be set to true. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_SEQUENCE_TRANSITIONS "IMPORT_MDL_HL1_READ_SEQUENCE_TRANSITIONS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read attachments info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_ATTACHMENTS "IMPORT_MDL_HL1_READ_ATTACHMENTS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read bone controllers info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_BONE_CONTROLLERS "IMPORT_MDL_HL1_READ_BONE_CONTROLLERS" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read hitboxes info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_HITBOXES "IMPORT_MDL_HL1_READ_HITBOXES" + +// --------------------------------------------------------------------------- +/** @brief Set whether the MDL (HL1) importer will read miscellaneous global model info. + * + * The default value is true (1) + * Property type: bool + */ +#define AI_CONFIG_IMPORT_MDL_HL1_READ_MISC_GLOBAL_INFO "IMPORT_MDL_HL1_READ_MISC_GLOBAL_INFO" + +// --------------------------------------------------------------------------- +/** Smd load multiple animations + * + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_SMD_LOAD_ANIMATION_LIST "IMPORT_SMD_LOAD_ANIMATION_LIST" + +// --------------------------------------------------------------------------- +/** @brief Configures the AC loader to collect all surfaces which have the + * "Backface cull" flag set in separate meshes. + * + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_AC_SEPARATE_BFCULL \ + "IMPORT_AC_SEPARATE_BFCULL" + +// --------------------------------------------------------------------------- +/** @brief Configures whether the AC loader evaluates subdivision surfaces ( + * indicated by the presence of the 'subdiv' attribute in the file). By + * default, Assimp performs the subdivision using the standard + * Catmull-Clark algorithm + * + * * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_AC_EVAL_SUBDIVISION \ + "IMPORT_AC_EVAL_SUBDIVISION" + +// --------------------------------------------------------------------------- +/** @brief Configures the UNREAL 3D loader to separate faces with different + * surface flags (e.g. two-sided vs. single-sided). + * + * * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_UNREAL_HANDLE_FLAGS \ + "UNREAL_HANDLE_FLAGS" + +// --------------------------------------------------------------------------- +/** @brief Configures the terragen import plugin to compute uv's for + * terrains, if not given. Furthermore a default texture is assigned. + * + * UV coordinates for terrains are so simple to compute that you'll usually + * want to compute them on your own, if you need them. This option is intended + * for model viewers which want to offer an easy way to apply textures to + * terrains. + * * Property type: bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_TER_MAKE_UVS \ + "IMPORT_TER_MAKE_UVS" + +// --------------------------------------------------------------------------- +/** @brief Configures the ASE loader to always reconstruct normal vectors + * basing on the smoothing groups loaded from the file. + * + * Some ASE files have carry invalid normals, other don't. + * * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_ASE_RECONSTRUCT_NORMALS \ + "IMPORT_ASE_RECONSTRUCT_NORMALS" + +// --------------------------------------------------------------------------- +/** @brief Configures the M3D loader to detect and process multi-part + * Quake player models. + * + * These models usually consist of 3 files, lower.md3, upper.md3 and + * head.md3. If this property is set to true, Assimp will try to load and + * combine all three files if one of them is loaded. + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_MD3_HANDLE_MULTIPART \ + "IMPORT_MD3_HANDLE_MULTIPART" + +// --------------------------------------------------------------------------- +/** @brief Tells the MD3 loader which skin files to load. + * + * When loading MD3 files, Assimp checks whether a file + * [md3_file_name]_[skin_name].skin is existing. These files are used by + * Quake III to be able to assign different skins (e.g. red and blue team) + * to models. 'default', 'red', 'blue' are typical skin names. + * Property type: String. Default value: "default". + */ +#define AI_CONFIG_IMPORT_MD3_SKIN_NAME \ + "IMPORT_MD3_SKIN_NAME" + +// --------------------------------------------------------------------------- +/** @brief Specify if to try load Quake 3 shader files. This also controls + * original surface name handling: when disabled it will be used unchanged. + * + * Property type: bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_MD3_LOAD_SHADERS \ + "IMPORT_MD3_LOAD_SHADERS" + +// --------------------------------------------------------------------------- +/** @brief Specify the Quake 3 shader file to be used for a particular + * MD3 file. This can also be a search path. + * + * By default Assimp's behaviour is as follows: If a MD3 file + * any_path/models/any_q3_subdir/model_name/file_name.md3 is + * loaded, the library tries to locate the corresponding shader file in + * any_path/scripts/model_name.shader. This property overrides this + * behaviour. It can either specify a full path to the shader to be loaded + * or alternatively the path (relative or absolute) to the directory where + * the shaders for all MD3s to be loaded reside. Assimp attempts to open + * IMPORT_MD3_SHADER_SRC/model_name.shader first, IMPORT_MD3_SHADER_SRC/file_name.shader + * is the fallback file. Note that IMPORT_MD3_SHADER_SRC should have a terminal (back)slash. + * Property type: String. Default value: n/a. + */ +#define AI_CONFIG_IMPORT_MD3_SHADER_SRC \ + "IMPORT_MD3_SHADER_SRC" + +// --------------------------------------------------------------------------- +/** @brief Configures the LWO loader to load just one layer from the model. + * + * LWO files consist of layers and in some cases it could be useful to load + * only one of them. This property can be either a string - which specifies + * the name of the layer - or an integer - the index of the layer. If the + * property is not set the whole LWO model is loaded. Loading fails if the + * requested layer is not available. The layer index is zero-based and the + * layer name may not be empty.
+ * Property type: Integer. Default value: all layers are loaded. + */ +#define AI_CONFIG_IMPORT_LWO_ONE_LAYER_ONLY \ + "IMPORT_LWO_ONE_LAYER_ONLY" + +// --------------------------------------------------------------------------- +/** @brief Configures the MD5 loader to not load the MD5ANIM file for + * a MD5MESH file automatically. + * + * The default strategy is to look for a file with the same name but the + * MD5ANIM extension in the same directory. If it is found, it is loaded + * and combined with the MD5MESH file. This configuration option can be + * used to disable this behaviour. + * + * * Property type: bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_MD5_NO_ANIM_AUTOLOAD \ + "IMPORT_MD5_NO_ANIM_AUTOLOAD" + +// --------------------------------------------------------------------------- +/** @brief Defines the begin of the time range for which the LWS loader + * evaluates animations and computes aiNodeAnim's. + * + * Assimp provides full conversion of LightWave's envelope system, including + * pre and post conditions. The loader computes linearly subsampled animation + * chanels with the frame rate given in the LWS file. This property defines + * the start time. Note: animation channels are only generated if a node + * has at least one envelope with more tan one key assigned. This property. + * is given in frames, '0' is the first frame. By default, if this property + * is not set, the importer takes the animation start from the input LWS + * file ('FirstFrame' line)
+ * Property type: Integer. Default value: taken from file. + * + * @see AI_CONFIG_IMPORT_LWS_ANIM_END - end of the imported time range + */ +#define AI_CONFIG_IMPORT_LWS_ANIM_START \ + "IMPORT_LWS_ANIM_START" +#define AI_CONFIG_IMPORT_LWS_ANIM_END \ + "IMPORT_LWS_ANIM_END" + +// --------------------------------------------------------------------------- +/** @brief Defines the output frame rate of the IRR loader. + * + * IRR animations are difficult to convert for Assimp and there will + * always be a loss of quality. This setting defines how many keys per second + * are returned by the converter.
+ * Property type: integer. Default value: 100 + */ +#define AI_CONFIG_IMPORT_IRR_ANIM_FPS \ + "IMPORT_IRR_ANIM_FPS" + +// --------------------------------------------------------------------------- +/** @brief Ogre Importer will try to find referenced materials from this file. + * + * Ogre meshes reference with material names, this does not tell Assimp the file + * where it is located in. Assimp will try to find the source file in the following + * order: .material, .material and + * lastly the material name defined by this config property. + *
+ * Property type: String. Default value: Scene.material. + */ +#define AI_CONFIG_IMPORT_OGRE_MATERIAL_FILE \ + "IMPORT_OGRE_MATERIAL_FILE" + +// --------------------------------------------------------------------------- +/** @brief Ogre Importer detect the texture usage from its filename. + * + * Ogre material texture units do not define texture type, the textures usage + * depends on the used shader or Ogre's fixed pipeline. If this config property + * is true Assimp will try to detect the type from the textures filename postfix: + * _n, _nrm, _nrml, _normal, _normals and _normalmap for normal map, _s, _spec, + * _specular and _specularmap for specular map, _l, _light, _lightmap, _occ + * and _occlusion for light map, _disp and _displacement for displacement map. + * The matching is case insensitive. Post fix is taken between the last + * underscore and the last period. + * Default behavior is to detect type from lower cased texture unit name by + * matching against: normalmap, specularmap, lightmap and displacementmap. + * For both cases if no match is found aiTextureType_DIFFUSE is used. + *
+ * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_OGRE_TEXTURETYPE_FROM_FILENAME \ + "IMPORT_OGRE_TEXTURETYPE_FROM_FILENAME" + + /** @brief Specifies whether the Android JNI asset extraction is supported. + * + * Turn on this option if you want to manage assets in native + * Android application without having to keep the internal directory and asset + * manager pointer. + */ + #define AI_CONFIG_ANDROID_JNI_ASSIMP_MANAGER_SUPPORT "AI_CONFIG_ANDROID_JNI_ASSIMP_MANAGER_SUPPORT" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the IFC loader skips over IfcSpace elements. + * + * IfcSpace elements (and their geometric representations) are used to + * represent, well, free space in a building storey.
+ * Property type: Bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_IFC_SKIP_SPACE_REPRESENTATIONS "IMPORT_IFC_SKIP_SPACE_REPRESENTATIONS" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the IFC loader will use its own, custom triangulation + * algorithm to triangulate wall and floor meshes. + * + * If this property is set to false, walls will be either triangulated by + * #aiProcess_Triangulate or will be passed through as huge polygons with + * faked holes (i.e. holes that are connected with the outer boundary using + * a dummy edge). It is highly recommended to set this property to true + * if you want triangulated data because #aiProcess_Triangulate is known to + * have problems with the kind of polygons that the IFC loader spits out for + * complicated meshes. + * Property type: Bool. Default value: true. + */ +#define AI_CONFIG_IMPORT_IFC_CUSTOM_TRIANGULATION "IMPORT_IFC_CUSTOM_TRIANGULATION" + +// --------------------------------------------------------------------------- +/** @brief Set the tessellation conic angle for IFC smoothing curves. + * + * This is used by the IFC importer to determine the tessellation parameter + * for smoothing curves. + * @note The default value is AI_IMPORT_IFC_DEFAULT_SMOOTHING_ANGLE and the + * accepted values are in range [5.0, 120.0]. + * Property type: Float. + */ +#define AI_CONFIG_IMPORT_IFC_SMOOTHING_ANGLE "IMPORT_IFC_SMOOTHING_ANGLE" + +// default value for AI_CONFIG_IMPORT_IFC_SMOOTHING_ANGLE +#if (!defined AI_IMPORT_IFC_DEFAULT_SMOOTHING_ANGLE) +# define AI_IMPORT_IFC_DEFAULT_SMOOTHING_ANGLE 10.0f +#endif + +// --------------------------------------------------------------------------- +/** @brief Set the tessellation for IFC cylindrical shapes. + * + * This is used by the IFC importer to determine the tessellation parameter + * for cylindrical shapes, i.e. the number of segments used to approximate a circle. + * @note The default value is AI_IMPORT_IFC_DEFAULT_CYLINDRICAL_TESSELLATION and the + * accepted values are in range [3, 180]. + * Property type: Integer. + */ +#define AI_CONFIG_IMPORT_IFC_CYLINDRICAL_TESSELLATION "IMPORT_IFC_CYLINDRICAL_TESSELLATION" + +// default value for AI_CONFIG_IMPORT_IFC_CYLINDRICAL_TESSELLATION +#if (!defined AI_IMPORT_IFC_DEFAULT_CYLINDRICAL_TESSELLATION) +# define AI_IMPORT_IFC_DEFAULT_CYLINDRICAL_TESSELLATION 32 +#endif + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the Collada loader will ignore the provided up direction. + * + * If this property is set to true, the up direction provided in the file header will + * be ignored and the file will be loaded as is. + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_COLLADA_IGNORE_UP_DIRECTION "IMPORT_COLLADA_IGNORE_UP_DIRECTION" + +// --------------------------------------------------------------------------- +/** @brief Specifies whether the Collada loader should use Collada names. + * + * If this property is set to true, the Collada names will be used as the node and + * mesh names. The default is to use the id tag (resp. sid tag, if no id tag is present) + * instead. + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_IMPORT_COLLADA_USE_COLLADA_NAMES "IMPORT_COLLADA_USE_COLLADA_NAMES" + +// ---------- All the Export defines ------------ + +/** @brief Specifies the xfile use double for real values of float + * + * Property type: Bool. Default value: false. + */ + +#define AI_CONFIG_EXPORT_XFILE_64BIT "EXPORT_XFILE_64BIT" + +/** @brief Specifies whether the assimp export shall be able to export point clouds + * + * When this flag is not defined the render data has to contain valid faces. + * Point clouds are only a collection of vertices which have nor spatial organization + * by a face and the validation process will remove them. Enabling this feature will + * switch off the flag and enable the functionality to export pure point clouds. + * + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_EXPORT_POINT_CLOUDS "EXPORT_POINT_CLOUDS" + +/** @brief Specifies whether to use the deprecated KHR_materials_pbrSpecularGlossiness extension + * + * When this flag is undefined any material with specularity will use the new KHR_materials_specular + * extension. Enabling this flag will revert to the deprecated extension. Note that exporting + * KHR_materials_pbrSpecularGlossiness with extensions other than KHR_materials_unlit is unsupported, + * including the basic pbrMetallicRoughness spec. + * + * Property type: Bool. Default value: false. + */ +#define AI_CONFIG_USE_GLTF_PBR_SPECULAR_GLOSSINESS "USE_GLTF_PBR_SPECULAR_GLOSSINESS" + +/** + * @brief Specifies the blob name, assimp uses for exporting. + * + * Some formats require auxiliary files to be written, that need to be linked back into + * the original file. For example, OBJ files export materials to a separate MTL file and + * use the `mtllib` keyword to reference this file. + * + * When exporting blobs using #ExportToBlob, assimp does not know the name of the blob + * file and thus outputs `mtllib $blobfile.mtl`, which might not be desired, since the + * MTL file might be called differently. + * + * This property can be used to give the exporter a hint on how to use the magic + * `$blobfile` keyword. If the exporter detects the keyword and is provided with a name + * for the blob, it instead uses this name. + */ +#define AI_CONFIG_EXPORT_BLOB_NAME "EXPORT_BLOB_NAME" + +/** + * @brief Specifies a global key factor for scale, float value + */ +#define AI_CONFIG_GLOBAL_SCALE_FACTOR_KEY "GLOBAL_SCALE_FACTOR" + +#if (!defined AI_CONFIG_GLOBAL_SCALE_FACTOR_DEFAULT) +# define AI_CONFIG_GLOBAL_SCALE_FACTOR_DEFAULT 1.0f +#endif // !! AI_DEBONE_THRESHOLD + +#define AI_CONFIG_APP_SCALE_KEY "APP_SCALE_FACTOR" + +#if (!defined AI_CONFIG_APP_SCALE_KEY) +# define AI_CONFIG_APP_SCALE_KEY 1.0 +#endif // AI_CONFIG_APP_SCALE_KEY + + +// ---------- All the Build/Compile-time defines ------------ + +/** @brief Specifies if double precision is supported inside assimp + * + * Property type: Bool. Default value: undefined. + */ + +/* #undef ASSIMP_DOUBLE_PRECISION */ + +#endif // !! AI_CONFIG_H_INC diff --git a/cmake-build-relwithdebinfo/libs/assimp/revision.h b/cmake-build-relwithdebinfo/libs/assimp/revision.h new file mode 100644 index 0000000..13edb29 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/revision.h @@ -0,0 +1,29 @@ +#ifndef ASSIMP_REVISION_H_INC +#define ASSIMP_REVISION_H_INC + +#define GitVersion 0xfeb0303f +#define GitBranch "master" + +#define VER_MAJOR 5 +#define VER_MINOR 2 +#define VER_PATCH 5 +#define VER_BUILD 0 + +#define STR_HELP(x) #x +#define STR(x) STR_HELP(x) + +#define VER_FILEVERSION VER_MAJOR,VER_MINOR,VER_PATCH,VER_BUILD +#if (GitVersion == 0) +#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD) +#else +#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD) " (Commit feb0303f)" +#endif +#define VER_COPYRIGHT_STR "\xA9 2006-2022" + +#ifdef NDEBUG +#define VER_ORIGINAL_FILENAME_STR "libassimp.dll" +#else +#define VER_ORIGINAL_FILENAME_STR "libassimp.dll" +#endif // NDEBUG + +#endif // ASSIMP_REVISION_H_INC diff --git a/cmake-build-relwithdebinfo/libs/assimp/test/cmake_install.cmake b/cmake-build-relwithdebinfo/libs/assimp/test/cmake_install.cmake new file mode 100644 index 0000000..27f05ab --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/test/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/test + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +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 each subdirectory. + include("/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/assimp/test/headercheck/cmake_install.cmake") + +endif() + diff --git a/cmake-build-relwithdebinfo/libs/assimp/test/headercheck/cmake_install.cmake b/cmake-build-relwithdebinfo/libs/assimp/test/headercheck/cmake_install.cmake new file mode 100644 index 0000000..c65bae0 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/assimp/test/headercheck/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/assimp/test/headercheck + +# 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() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake new file mode 100644 index 0000000..f4ff602 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "glfw" for configuration "RelWithDebInfo" +set_property(TARGET glfw APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(glfw PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libglfw3.a" + ) + +list(APPEND _cmake_import_check_targets glfw ) +list(APPEND _cmake_import_check_files_for_glfw "${_IMPORT_PREFIX}/lib/libglfw3.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake new file mode 100644 index 0000000..4e3ace7 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake @@ -0,0 +1,103 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.24) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS glfw) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target glfw +add_library(glfw STATIC IMPORTED) + +set_target_properties(glfw PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "/usr/lib/librt.a;/usr/lib/libm.so;\$;/usr/lib/libX11.so" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/glfw3Targets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/cmake_install.cmake b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/cmake_install.cmake new file mode 100644 index 0000000..ac31aca --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/cmake_install.cmake @@ -0,0 +1,97 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8 + +# 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 "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/include/GLFW" FILES_MATCHING REGEX "/glfw3\\.h$" REGEX "/glfw3native\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES + "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake" + "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake" + "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3.pc") +endif() + diff --git a/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake new file mode 100644 index 0000000..95ace19 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/cmake_uninstall.cmake @@ -0,0 +1,29 @@ + +if (NOT EXISTS "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: \"/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/install_manifest.txt\"") +endif() + +file(READ "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/install_manifest.txt" files) +string(REGEX REPLACE "\n" ";" files "${files}") + +foreach (file ${files}) + message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") + if (EXISTS "$ENV{DESTDIR}${file}") + exec_program("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + MESSAGE(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") + endif() + elseif (IS_SYMLINK "$ENV{DESTDIR}${file}") + EXEC_PROGRAM("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + message(FATAL_ERROR "Problem when removing symlink \"$ENV{DESTDIR}${file}\"") + endif() + else() + message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") + endif() +endforeach() + diff --git a/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake new file mode 100644 index 0000000..3a25426 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/examples/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/examples + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/cmake_install.cmake b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/cmake_install.cmake new file mode 100644 index 0000000..b75a7f6 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/git/parksandrec/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/libglfw3.a") +endif() + diff --git a/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3.pc b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3.pc new file mode 100644 index 0000000..bee23f7 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3.pc @@ -0,0 +1,13 @@ +prefix=/usr/local +exec_prefix=${prefix} +includedir=/usr/local/include +libdir=/usr/local/lib + +Name: GLFW +Description: A multi-platform library for OpenGL, window and input +Version: 3.3.8 +URL: https://www.glfw.org/ +Requires.private: x11 +Libs: -L${libdir} -lglfw3 +Libs.private: -lrt -lm -ldl +Cflags: -I${includedir} diff --git a/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake new file mode 100644 index 0000000..1fa200e --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3Config.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake") diff --git a/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake new file mode 100644 index 0000000..3cbc6d3 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw3ConfigVersion.cmake @@ -0,0 +1,65 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "3.3.8") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("3.3.8" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "3.3.8") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw_config.h b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw_config.h new file mode 100644 index 0000000..15ac27c --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/src/glfw_config.h @@ -0,0 +1,58 @@ +//======================================================================== +// GLFW 3.3 - www.glfw.org +//------------------------------------------------------------------------ +// Copyright (c) 2010-2016 Camilla Löwy +// +// This software is provided 'as-is', without any express or implied +// warranty. In no event will the authors be held liable for any damages +// arising from the use of this software. +// +// Permission is granted to anyone to use this software for any purpose, +// including commercial applications, and to alter it and redistribute it +// freely, subject to the following restrictions: +// +// 1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software. If you use this software +// in a product, an acknowledgment in the product documentation would +// be appreciated but is not required. +// +// 2. Altered source versions must be plainly marked as such, and must not +// be misrepresented as being the original software. +// +// 3. This notice may not be removed or altered from any source +// distribution. +// +//======================================================================== +// As glfw_config.h.in, this file is used by CMake to produce the +// glfw_config.h configuration header file. If you are adding a feature +// requiring conditional compilation, this is where to add the macro. +//======================================================================== +// As glfw_config.h, this file defines compile-time option macros for a +// specific platform and development environment. If you are using the +// GLFW CMake files, modify glfw_config.h.in instead of this file. If you +// are using your own build system, make this file define the appropriate +// macros in whatever way is suitable. +//======================================================================== + +// Define this to 1 if building GLFW for X11 +#define _GLFW_X11 +// Define this to 1 if building GLFW for Win32 +/* #undef _GLFW_WIN32 */ +// Define this to 1 if building GLFW for Cocoa +/* #undef _GLFW_COCOA */ +// Define this to 1 if building GLFW for Wayland +/* #undef _GLFW_WAYLAND */ +// Define this to 1 if building GLFW for OSMesa +/* #undef _GLFW_OSMESA */ + +// Define this to 1 if building as a shared library / dynamic library / DLL +/* #undef _GLFW_BUILD_DLL */ +// Define this to 1 to use Vulkan loader linked statically into application +/* #undef _GLFW_VULKAN_STATIC */ + +// Define this to 1 to force use of high-performance GPU on hybrid systems +/* #undef _GLFW_USE_HYBRID_HPG */ + +// Define this to 1 if the libc supports memfd_create() +/* #undef HAVE_MEMFD_CREATE */ + diff --git a/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake new file mode 100644 index 0000000..ea82b16 --- /dev/null +++ b/cmake-build-relwithdebinfo/libs/glfw/glfw-3.3.8/tests/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/git/parksandrec/libs/glfw/glfw-3.3.8/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/include/parks/app.h b/include/parks/app.h index 8fb8e66..78ca9fe 100644 --- a/include/parks/app.h +++ b/include/parks/app.h @@ -5,6 +5,7 @@ #include #include "blt/std/logging.h" #include "status.h" +#include namespace parks { namespace Properties { @@ -15,72 +16,90 @@ namespace parks { WINDOW_WIDTH, WINDOW_HEIGHT, WINDOW_RESIZABLE, - RENDER_MODE, + RENDER_MODE, // INT }; - + class Value_t { - public: - Value_t() = default; - Value_t(const Value_t& value) = delete; - virtual ~Value_t() = default; - virtual void writeValue(std::ostream& ostream) = 0; - virtual void readValue(std::istream istream) = 0; - - template - inline T* as(){ - return dynamic_cast(this); - } + public: + Value_t() = default; + + Value_t(const Value_t& value) = delete; + + virtual ~Value_t() = default; + + virtual void writeValue(std::ostream& ostream) = 0; + + virtual void readValue(std::istream istream) = 0; }; - + template::value>::type* = nullptr> class Value : public Value_t { - private: - T* m_Value; - public: - explicit Value(const T& v): m_Value(new T(v)) {} - explicit Value(T* v): m_Value(v) {} - Value() = default; - inline const T& getValue(){ return *m_Value; } - inline void writeValue(std::ostream& ostream) final { - ostream << *m_Value; - } - inline void readValue(std::istream istream) final { - istream >> *m_Value; - } - ~Value() override { - delete m_Value; - } + private: + T* m_Value; + public: + explicit Value(const T& v): m_Value(new T(v)) {} + + explicit Value(T* v): m_Value(v) {} + + Value() = default; + + inline const T& getValue() { return *m_Value; } + + inline void writeValue(std::ostream& ostream) final { + ostream << *m_Value; + } + + inline void readValue(std::istream istream) final { + istream >> *m_Value; + } + + ~Value() override { + delete m_Value; + } }; } class Settings { - public: - Settings() = default; - ~Settings() { - for (auto* p : values) - delete p; - } - [[nodiscard]] Properties::Value_t* getProperty(Properties::PROPERTIES property) const { - //BLT_TRACE("Getting Property information (%d)", property); - //BLT_TRACE("Property: %d, Value: %d (Getting)", property, values[property]); - if (values.size() <= property) - return nullptr; - return values[property]; - } - void setProperty(Properties::PROPERTIES property, Properties::Value_t* value) { - BLT_TRACE("Setting property information (%d)", property); - BLT_TRACE("Values size / capacity (before): %d/%d", values.size(), values.capacity()); - BLT_TRACE("Property: %d, Value: %d (Setting)", property, value); - if (values.capacity() <= property) - values.resize(property * 2); - values[property] = value; - BLT_TRACE("Values size / capacity (after): %d/%d", values.size(), values.capacity()); - BLT_TRACE("Dumping values:"); - BLT_TRACE("---------------------"); - for (unsigned int i = 0; i < values.size(); i++) - BLT_TRACE("Value (%d): %d", i, values[i]); - BLT_TRACE("---------------------"); - } - private: - std::vector values; + public: + Settings() = default; + + ~Settings() { + for (auto* p : values) + delete p; + } + + [[nodiscard]] Properties::Value_t* getProperty(Properties::PROPERTIES property) const { + //BLT_TRACE("Getting Property information (%d)", property); + //BLT_TRACE("Property: %d, Value: %d (Getting)", property, values[property]); + if (values.size() <= property) + return nullptr; + return values[property]; + } + + template + [[nodiscard]] Properties::Value* getProperty(Properties::PROPERTIES property) const { + if (values.size() <= property) + return nullptr; + return dynamic_cast*>(values[property]); + } + + void setProperty(Properties::PROPERTIES property, Properties::Value_t* value) { + BLT_TRACE("Setting property information (%d)", property); + BLT_TRACE("Values size / capacity (before): %d/%d", values.size(), + values.capacity()); + BLT_TRACE("Property: %d, Value: %d (Setting)", property, value); + if (values.capacity() <= property) + values.resize(property * 2); + values[property] = value; + BLT_TRACE("Values size / capacity (after): %d/%d", values.size(), + values.capacity()); + BLT_TRACE("Dumping values:"); + BLT_TRACE("---------------------"); + for (unsigned int i = 0; i < values.size(); i++) + BLT_TRACE("Value (%d): %d", i, values[i]); + BLT_TRACE("---------------------"); + } + + private: + std::vector values; }; } \ No newline at end of file diff --git a/include/parks/config.h b/include/parks/config.h index e6074af..e0f9cc9 100644 --- a/include/parks/config.h +++ b/include/parks/config.h @@ -9,6 +9,11 @@ namespace parks { +# define PI 3.14159265358979323846 + inline double degreeToRad(double deg){ + return deg * (PI / 180); + } + // Build Config #define BUILD_DEV_TOOLS //#define BUILD_RELEASE_MODE diff --git a/include/parks/error_logging.h b/include/parks/error_logging.h new file mode 100644 index 0000000..c280707 --- /dev/null +++ b/include/parks/error_logging.h @@ -0,0 +1,49 @@ +// +// Created by brett on 6/13/23. +// + +#ifndef PARKSNREC_ERROR_LOGGING_H +#define PARKSNREC_ERROR_LOGGING_H + +#include +#ifdef __linux__ + #include +#endif +// TODO: add to BLT + +namespace blt::logging { + + /** + * prints the current stack trace + * @param remove number of calls to remove from head. Defaults to remove the call to this function. + * @param max_up number of calls to lookup + */ + template + inline void printStackTrace(int remove = 2) { +#ifdef __linux__ + void *array[max_up]; + int size; + + // get void*'s for all entries on the stack + size = backtrace(array, 10); + auto** names = backtrace_symbols(array, size); + BLT_ERROR("Stacktrace:"); + for (int i = remove; i < size; i++) + BLT_ERROR("%d. (%s)", i, names[i]); + free(names); +#else + BLT_WARN("Stacktrace not implemented for platforms other than linux!"); +#endif + } + + inline void printErrorLog(const char* what){ + // TODO: stacktrace + BLT_ERROR("--------{Begin Error Log}--------"); + BLT_ERROR("Error Desc: %s", what); + printStackTrace(); + BLT_ERROR("--------{ End Error Log }--------"); + } + +} + +#endif //PARKSNREC_ERROR_LOGGING_H diff --git a/include/parks/renderer/engine.h b/include/parks/renderer/engine.h index b94a480..848aacd 100644 --- a/include/parks/renderer/engine.h +++ b/include/parks/renderer/engine.h @@ -11,6 +11,7 @@ #include "parks/config.h" #include #include +#include namespace parks { struct StaticEntity { @@ -44,6 +45,10 @@ namespace parks { Shader testShader{BasicShaderVertex, BasicShaderFragment}; VAOStorageObject vao; const Settings& settings; + + Player player; + CameraController basicCameraController {player}; + public: explicit Engine(const Settings& settings); diff --git a/include/parks/renderer/player.h b/include/parks/renderer/player.h new file mode 100644 index 0000000..90612f5 --- /dev/null +++ b/include/parks/renderer/player.h @@ -0,0 +1,61 @@ +// +// Created by brett on 6/14/23. +// + +#ifndef PARKSNREC_PLAYER_H +#define PARKSNREC_PLAYER_H + +#include +#include "blt/math/matrix.h" + +namespace parks { + + class Controller; + class CameraController; + class NetworkedController; + + class Player { + friend Controller; + friend CameraController; + friend NetworkedController; + private: + blt::vec3d pos; + blt::vec3d rot; + const float baseMovementSpeed = 10.0f; + const float sprintingMovementSpeed = 20.0f; + const float flyingMovementSpeed = 50.0f; + const float sensitivity = 5.0f; + public: + + }; + + class Controller { + protected: + Player& player; + public: + explicit Controller(Player& player): player(player) {} + virtual void update() = 0; + }; + + class CameraController : public Controller { + private: + blt::mat4x4 generateViewMatrix(); + public: + explicit CameraController(Player& player): Controller(player) { + player.pos; + } + void update() final; + }; + + class NetworkedController : public Controller { + private: + + public: + explicit NetworkedController(Player& player): Controller(player) { + player.pos; + } + }; + +} + +#endif //PARKSNREC_PLAYER_H diff --git a/include/parks/shader/basic_shader.vert b/include/parks/shader/basic_shader.vert index 98d14e1..796e1ed 100644 --- a/include/parks/shader/basic_shader.vert +++ b/include/parks/shader/basic_shader.vert @@ -10,9 +10,16 @@ layout (location = 2) in vec2 uv; out vec3 colors; out vec2 uvs; +layout (std140) uniform Matrices +{ + mat4 perspective; + mat4 view; + mat4 pvm; +}; + void main() { - gl_Position = vec4(position.x, position.y, position.z, 1.0); + gl_Position = pvm * vec4(position.x, position.y, position.z, 1.0); colors = color; uvs = uv; } diff --git a/include/parks/status.h b/include/parks/status.h index ebfc638..89e92aa 100644 --- a/include/parks/status.h +++ b/include/parks/status.h @@ -10,6 +10,7 @@ namespace parks { static int GLFW_ERROR = 1; static int GL_ERROR = 2; static int TYPE_FAILURE = 3; + static int LOADER_ERROR = 4; } #endif //PARKSNREC_STATUS_H diff --git a/include/parks/window.h b/include/parks/window.h index 0833a10..00ed342 100644 --- a/include/parks/window.h +++ b/include/parks/window.h @@ -4,8 +4,14 @@ #include #include +#include namespace parks::Window { + + struct WindowSize { + int width, height; + }; + void create(const Settings &settings); void setupGLAD(); void setupDearImGUI(); @@ -14,6 +20,21 @@ namespace parks::Window { void postUpdate(); bool isCloseRequested(); void setCloseRequested(bool shouldClose); - - GLFWwindow *getWindow(); + void updateViewMatrix(const blt::mat4x4& view); + void updatePerspectiveMatrix(const blt::mat4x4& perspective); + const blt::mat4x4& getViewMatrix(); + const blt::mat4x4& getPerspectiveMatrix(); + const WindowSize& getWindowSize(); + double getFrameDeltaSeconds(); + bool isKeyDown(int key); + bool isMouseDown(int mouse); + bool isMouseVisible(); + void setMouseVisible(bool state); + double getMouseX(); + double getMouseDX(); + double getMouseY(); + double getMouseDY(); + bool mousePressedLastFrame(); + bool mouseMovedLastFrame(); + bool keyPressedLastFrame(int key); } \ No newline at end of file diff --git a/src/parks/main.cpp b/src/parks/main.cpp index bb16002..e4f9a9a 100644 --- a/src/parks/main.cpp +++ b/src/parks/main.cpp @@ -20,8 +20,7 @@ int main(){ resources::loadTexture("/home/brett/git/parksandrec/resources/textures/test.png", "test.png"); Window::create(settings); - Window::setupGLAD(); - Window::setupDearImGUI(); + Window::setMouseVisible(false); resources::beginLoading(); diff --git a/src/parks/renderer/OpenGL.cpp b/src/parks/renderer/OpenGL.cpp index a002fa4..ba437fd 100644 --- a/src/parks/renderer/OpenGL.cpp +++ b/src/parks/renderer/OpenGL.cpp @@ -113,7 +113,7 @@ namespace parks { glValidateProgram(programID); bind(); - setUniformBlockLocation("StandardMatrices", 0); + setUniformBlockLocation("Matrices", 0); glUseProgram(0); } diff --git a/src/parks/renderer/engine.cpp b/src/parks/renderer/engine.cpp index 7a0396e..4eb8bad 100644 --- a/src/parks/renderer/engine.cpp +++ b/src/parks/renderer/engine.cpp @@ -21,13 +21,17 @@ namespace parks { Window::preUpdate(); glClearColor(0, 0.5, 0.0, 1.0); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); + + basicCameraController.update(); #ifdef BUILD_DEV_TOOLS - auto renderMode = settings.getProperty( + auto renderMode = settings.getProperty( Properties::RENDER_MODE - )->as>(); + ); if (renderMode) glPolygonMode(GL_FRONT_AND_BACK, renderMode->getValue()); + if (Window::keyPressedLastFrame(GLFW_KEY_ESCAPE)) + Window::setMouseVisible(!Window::isMouseVisible()); #endif testShader.bind(); diff --git a/src/parks/renderer/player.cpp b/src/parks/renderer/player.cpp new file mode 100644 index 0000000..bac86b0 --- /dev/null +++ b/src/parks/renderer/player.cpp @@ -0,0 +1,100 @@ +// +// Created by brett on 6/14/23. +// +#include +#include +#include +#include + +namespace parks { + + blt::mat4x4 CameraController::generateViewMatrix() { + blt::mat4x4 view; + view.rotateX((float)degreeToRad(player.rot.x())); + view.rotateY((float)degreeToRad(player.rot.y())); + //view.rotateZ((float)player.rot.z()); + view.translate((float)player.pos.x(), (float)player.pos.y(), (float)player.pos.z()); + return view; + } + + void CameraController::update() { + blt::vec3d move; + if (Window::isKeyDown(GLFW_KEY_W)){ + move[2] = player.baseMovementSpeed; + } else if (Window::isKeyDown(GLFW_KEY_S)) + move[2] = -player.baseMovementSpeed; + else + move[2] = 0; + + if (Window::isKeyDown(GLFW_KEY_E)){ + move[1] = -player.baseMovementSpeed; + } else if (Window::isKeyDown(GLFW_KEY_Q)) + move[1] = player.baseMovementSpeed; + else + move[1] = 0; + + if (Window::isKeyDown(GLFW_KEY_A)){ + move[0] = -player.baseMovementSpeed; + } else if (Window::isKeyDown(GLFW_KEY_D)) + move[0] = player.baseMovementSpeed; + else + move[0] = 0; + + auto yawRads = degreeToRad(player.rot.y()); + + blt::vec3d dir; + dir[0] = -move.z() * std::sin(yawRads) + -move.x() * std::cos(yawRads); + dir[1] = move.y(); + dir[2] = move.z() * std::cos(yawRads) + -move.x() * std::sin(yawRads); + + player.pos = player.pos + dir * Window::getFrameDeltaSeconds(); + + if (Window::mouseMovedLastFrame() && !Window::isMouseVisible()) { + auto dYaw = Window::getMouseDX() * player.sensitivity * Window::getFrameDeltaSeconds(); + auto dPitch = Window::getMouseDY() * player.sensitivity * Window::getFrameDeltaSeconds(); + + player.rot[1] += dYaw; + player.rot[0] += dPitch; + } + + const float sSpeed = 100; + const float vertFact = 0.75; + if (Window::isKeyDown(GLFW_KEY_RIGHT)) + player.rot[1] += sSpeed * Window::getFrameDeltaSeconds(); + if (Window::isKeyDown(GLFW_KEY_LEFT)) + player.rot[1] -= sSpeed * Window::getFrameDeltaSeconds(); + if (Window::isKeyDown(GLFW_KEY_UP)) + player.rot[0] -= sSpeed * Window::getFrameDeltaSeconds() * vertFact; + if (Window::isKeyDown(GLFW_KEY_DOWN)) + player.rot[0] += sSpeed * Window::getFrameDeltaSeconds() * vertFact; + + if(player.rot[0] > 89.0f) + player.rot[0] = 89.0f; + if(player.rot[0] < -89.0f) + player.rot[0] = -89.0f; + + if (player.rot[1] < 0) + player.rot[1] = 360; + if (player.rot[1] > 360) + player.rot[1] = 0; + +#ifdef BUILD_DEV_TOOLS + ImGui::Begin("Player Stats"); + if (ImGui::CollapsingHeader("Player Stats", ImGuiTreeNodeFlags_DefaultOpen)) { + ImGui::Text( + "Player Pos (X/Y/Z): %f / %f / %f", player.pos.x(), player.pos.y(), + player.pos.z()); + ImGui::Text( + "Player Rot (Pitch/Yaw/Roll): %f / %f / %f", player.rot.x(), player.rot.y(), + player.rot.z()); + } + if (ImGui::CollapsingHeader("Debug Info")) { + ImGui::Text("(DEBUG) Dir (X/Y/Z): %f / %f / %f", dir.x(), dir.y(), dir.z()); + ImGui::Text("(DEBUG) Move (X/Y/Z): %f / %f / %f", move.x(), move.y(), move.z()); + } + ImGui::End(); +#endif + + Window::updateViewMatrix(generateViewMatrix()); + } +} \ No newline at end of file diff --git a/src/parks/renderer/resources.cpp b/src/parks/renderer/resources.cpp index 7afe82a..11b1fde 100644 --- a/src/parks/renderer/resources.cpp +++ b/src/parks/renderer/resources.cpp @@ -7,6 +7,8 @@ #include #include #include +#include +#include "parks/status.h" namespace parks { @@ -40,7 +42,12 @@ namespace parks { } GLTexture2D* resources::getTexture(const std::string& texture_name) { - return TextureLoader.gl2DTextures[texture_name]; + try { + return TextureLoader.gl2DTextures[texture_name]; + } catch (const std::exception& e){ + BLT_ERROR("Unable to retrieve texture! Exception caught."); + blt::logging::printErrorLog(e.what()); + } } void resources::beginLoading() { @@ -49,54 +56,77 @@ namespace parks { for (int i = 0; i < TextureLoader.numThreads; i++) { TextureLoader.threads[i] = new std::thread( []() -> void { - stbi_set_flip_vertically_on_load_thread(true); - while (!TextureLoader.texturesToLoad.empty()) { - LoadableTexture texture; - { - std::scoped_lock textureQueueLock{ - TextureLoader.textureQueueMutex}; - texture = TextureLoader.texturesToLoad.front(); - TextureLoader.texturesToLoad.pop(); + try { + stbi_set_flip_vertically_on_load_thread(true); + while (!TextureLoader.texturesToLoad.empty()) { + LoadableTexture texture; + { + std::scoped_lock textureQueueLock{ + TextureLoader.textureQueueMutex}; + texture = TextureLoader.texturesToLoad.front(); + TextureLoader.texturesToLoad.pop(); + } + LoadedTexture loadedTexture; + loadedTexture.data = stbi_load( + texture.path.c_str(), &loadedTexture.width, + &loadedTexture.height, &loadedTexture.channels, 4 + ); + loadedTexture.channels = 4; + loadedTexture.textureName = texture.name; + { + std::scoped_lock loadQueueLock{ + TextureLoader.glLoadQueueMutex}; + TextureLoader.loadedTextures.push(loadedTexture); + } } - LoadedTexture loadedTexture; - loadedTexture.data = stbi_load(texture.path.c_str(), &loadedTexture.width, &loadedTexture.height, &loadedTexture.channels, 4); - loadedTexture.channels = 4; - loadedTexture.textureName = texture.name; { - std::scoped_lock loadQueueLock{TextureLoader.glLoadQueueMutex}; - TextureLoader.loadedTextures.push(loadedTexture); + std::scoped_lock threadSyncLock( + TextureLoader.threadSyncMutex + ); + TextureLoader.finishedThreads++; } - } - { - std::scoped_lock threadSyncLock( - TextureLoader.threadSyncMutex - ); - TextureLoader.finishedThreads++; + } catch (const std::exception& e) { + BLT_ERROR("An error has been detected in the loader thread loop!"); + blt::logging::printErrorLog(e.what()); + std::exit(LOADER_ERROR); } } ); } - - while (TextureLoader.finishedThreads < TextureLoader.numThreads || !TextureLoader.loadedTextures.empty()) { - LoadedTexture texture; - { - if (TextureLoader.loadedTextures.empty()) - continue; - std::scoped_lock loadQueueLock{TextureLoader.glLoadQueueMutex}; - texture = TextureLoader.loadedTextures.front(); - TextureLoader.loadedTextures.pop(); + try { + while (TextureLoader.finishedThreads < TextureLoader.numThreads || + !TextureLoader.loadedTextures.empty()) { + LoadedTexture texture; + { + if (TextureLoader.loadedTextures.empty()) + continue; + std::scoped_lock loadQueueLock{TextureLoader.glLoadQueueMutex}; + texture = TextureLoader.loadedTextures.front(); + TextureLoader.loadedTextures.pop(); + } + auto* texture2D = new GLTexture2D; + texture2D->upload( + texture.data, GL_UNSIGNED_BYTE, texture.width, texture.height, + texture.channels + ); + glGenerateMipmap(GL_TEXTURE_2D); + TextureLoader.gl2DTextures[texture.textureName] = texture2D; + stbi_image_free(texture.data); } - auto* texture2D = new GLTexture2D; - texture2D->upload(texture.data, GL_UNSIGNED_BYTE, texture.width, texture.height, texture.channels); - glGenerateMipmap(GL_TEXTURE_2D); - TextureLoader.gl2DTextures[texture.textureName] = texture2D; - stbi_image_free(texture.data); + } catch (const std::exception& e){ + BLT_ERROR("Exception was caught in texture -> gl load loop!"); + blt::logging::printErrorLog(e.what()); } - for (int i = 0; i < TextureLoader.numThreads; i++) { - if (TextureLoader.threads[i]->joinable()) - TextureLoader.threads[i]->join(); - delete TextureLoader.threads[i]; + try { + for (int i = 0; i < TextureLoader.numThreads; i++) { + if (TextureLoader.threads[i]->joinable()) + TextureLoader.threads[i]->join(); + delete TextureLoader.threads[i]; + } + } catch (const std::exception& e){ + BLT_ERROR("Error occurred while trying to cleanup threads!"); + blt::logging::printErrorLog(e.what()); } delete[] TextureLoader.threads; BLT_INFO("All resources have been loaded. A total of %d textures!", TextureLoader.gl2DTextures.size()); diff --git a/src/parks/window.cpp b/src/parks/window.cpp index 4e023e8..6f285b3 100644 --- a/src/parks/window.cpp +++ b/src/parks/window.cpp @@ -5,10 +5,11 @@ #include "imgui.h" #include "imgui_impl_glfw.h" #include "imgui_impl_opengl3.h" +#include namespace parks { - - std::string decodeGLFWError(int code){ + + std::string decodeGLFWError(int code) { switch (code) { case GLFW_NO_ERROR: return "NO ERROR"; @@ -36,28 +37,47 @@ namespace parks { return "Unable To decode error!"; } } + GLFWwindow* window; - - GLFWwindow *Window::getWindow() { - return window; - } - + Window::WindowSize windowSize; + double delta; + int64_t lastTime; + + struct { + bool mouseState[128]; + bool keyState[512]; + bool keyStateLastFrame[512]; + double dx, dy; + double lx, ly; + bool pressedLastFrame = false; + bool movedLastFrame = false; + } Input; + + struct { + blt::mat4x4 viewMatrix; + blt::mat4x4 perspectiveMatrix; + blt::mat4x4 pvMatrix; + GLuint uboID = 0; + } Matrices; + void initGLFW() { - glfwSetErrorCallback([](int code, const char* desc) -> void { - BLT_ERROR("%d (%s)", code, desc); - }); - + glfwSetErrorCallback( + [](int code, const char* desc) -> void { + BLT_ERROR("%d (%s)", code, desc); + } + ); + BLT_TRACE("Complied with GLFW %i.%i.%i", GLFW_VERSION_MAJOR, GLFW_VERSION_MINOR, GLFW_VERSION_REVISION); - + int major, minor, revision; glfwGetVersion(&major, &minor, &revision); - + BLT_DEBUG("Using GLFW %i.%i.%i", major, minor, revision); - - if (!glfwInit()){ + + if (!glfwInit()) { const char* desc; int code = glfwGetError(&desc); BLT_FATAL("Unable to create GLFW window! (%s)", decodeGLFWError(code).c_str()); @@ -65,8 +85,8 @@ namespace parks { std::exit(GLFW_ERROR); } } - - void createWindow(const Settings& settings){ + + void createWindow(const Settings& settings) { // if (properties.windowMode != WINDOWED){ // const GLFWvidmode* mode = glfwGetVideoMode((GLFWmonitor*) properties.monitor); // @@ -75,59 +95,94 @@ namespace parks { // glfwWindowHint(GLFW_BLUE_BITS, mode->blueBits); // glfwWindowHint(GLFW_REFRESH_RATE, mode->refreshRate); // } - + glfwWindowHint(GLFW_DOUBLEBUFFER, GLFW_TRUE); glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GLFW_TRUE); glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); - + glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 4); glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 6); - + // TODO: glfwWindowHint(GLFW_RESIZABLE, GLFW_TRUE); glfwWindowHint(GLFW_SAMPLES, 4); - - window = glfwCreateWindow(settings.getProperty(Properties::WINDOW_WIDTH)->as>()->getValue(), - settings.getProperty(Properties::WINDOW_HEIGHT)->as>()->getValue(), - settings.getProperty(Properties::WINDOW_TITLE)->as>()->getValue().c_str(), - nullptr, nullptr); - - glfwSetFramebufferSizeCallback(window, [](GLFWwindow* _, int width, int height) -> void { - glViewport(0, 0, width, height); - }); - + + window = glfwCreateWindow( + settings.getProperty(Properties::WINDOW_WIDTH)->getValue(), + settings.getProperty(Properties::WINDOW_HEIGHT)->getValue(), + settings.getProperty(Properties::WINDOW_TITLE)->getValue().c_str(), + nullptr, nullptr + ); + + glfwSetFramebufferSizeCallback( + window, [](GLFWwindow* _, int width, int height) -> void { + windowSize.width = width; + windowSize.height = height; + glViewport(0, 0, width, height); + auto pers = blt::perspective(90, (float) width / (float) height, 0.1f, 500.0f); + Window::updatePerspectiveMatrix(pers); + } + ); + + glfwSetKeyCallback( + window, [](GLFWwindow* _, int key, int scancode, int action, int mods) -> void { + Input.keyStateLastFrame[key] = action == GLFW_PRESS; + Input.keyState[key] = action == GLFW_PRESS || action == GLFW_REPEAT; + } + ); + + glfwSetMouseButtonCallback( + window, [](GLFWwindow* _, int button, int action, int mods) -> void { + Input.mouseState[button] = action == GLFW_PRESS || action == GLFW_REPEAT; + Input.pressedLastFrame = true; + } + ); + + glfwSetCursorPosCallback( + window, [](GLFWwindow* _, double x, double y) -> void { + Input.dx = x - Input.lx; + Input.dy = y - Input.ly; + Input.lx = x; + Input.ly = y; + Input.movedLastFrame = true; + } + ); + glfwMakeContextCurrent(window); + glfwGetWindowSize(window, &windowSize.width, &windowSize.height); } - - void Window::create(const Settings &settings) { + + void setupSharedWindowMatrices() { + glGenBuffers(1, &Matrices.uboID); + glBindBuffer(GL_UNIFORM_BUFFER, Matrices.uboID); + glBufferData(GL_UNIFORM_BUFFER, sizeof(blt::mat4x4) * 3, nullptr, GL_STATIC_DRAW); + glBindBufferBase(GL_UNIFORM_BUFFER, 0, Matrices.uboID); + glBindBuffer(GL_UNIFORM_BUFFER, 0); + } + + void Window::create(const Settings& settings) { initGLFW(); createWindow(settings); - + Window::setupGLAD(); + Window::setupDearImGUI(); + setupSharedWindowMatrices(); + glfwSwapInterval(1); } - + void Window::destroy() { glfwDestroyWindow(window); glfwTerminate(); } - - void Window::postUpdate() { - ImGui::ShowDemoWindow(); - - ImGui::Render(); - ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData()); - - glfwSwapBuffers(window); - } - + bool Window::isCloseRequested() { return glfwWindowShouldClose(window); } - + void Window::setCloseRequested(bool shouldClose) { glfwSetWindowShouldClose(window, shouldClose); } - + void Window::setupGLAD() { int version = gladLoadGL(glfwGetProcAddress); if (version == 0) { @@ -136,30 +191,133 @@ namespace parks { } BLT_INFO("Loaded OpenGL %d.%d", GLAD_VERSION_MAJOR(version), GLAD_VERSION_MINOR(version)); } - + void Window::setupDearImGUI() { IMGUI_CHECKVERSION(); ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; + ImGuiIO& io = ImGui::GetIO(); + (void) io; io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - + // Setup Dear ImGui style ImGui::StyleColorsDark(); //ImGui::StyleColorsLight(); - + // Setup Platform/Renderer backends ImGui_ImplGlfw_InitForOpenGL(window, true); ImGui_ImplOpenGL3_Init("#version 150"); } - + void Window::preUpdate() { glfwPollEvents(); - + // Start the Dear ImGui frame ImGui_ImplOpenGL3_NewFrame(); ImGui_ImplGlfw_NewFrame(); ImGui::NewFrame(); } - + + void Window::postUpdate() { + ImGui::ShowDemoWindow(); + + ImGui::Render(); + ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData()); + + glfwSwapBuffers(window); + auto currentTime = blt::system::getCurrentTimeNanoseconds(); + delta = (double) (currentTime - lastTime) / 1000000000.0; + lastTime = currentTime; + Input.pressedLastFrame = false; + Input.movedLastFrame = false; + for (int i = 0; i < 512; i++) + Input.keyStateLastFrame[i] = false; + } + + void Window::updateViewMatrix(const blt::mat4x4& view) { + Matrices.viewMatrix = view; + Matrices.pvMatrix = Matrices.perspectiveMatrix * Matrices.viewMatrix; + glBindBuffer(GL_UNIFORM_BUFFER, Matrices.uboID); + glBufferSubData( + GL_UNIFORM_BUFFER, sizeof(blt::mat4x4), sizeof(blt::mat4x4), + Matrices.viewMatrix.ptr()); + glBufferSubData( + GL_UNIFORM_BUFFER, sizeof(blt::mat4x4) * 2, sizeof(blt::mat4x4), + Matrices.pvMatrix.ptr()); + glBindBuffer(GL_UNIFORM_BUFFER, 0); + } + + void Window::updatePerspectiveMatrix(const blt::mat4x4& perspective) { + Matrices.perspectiveMatrix = perspective; + Matrices.pvMatrix = Matrices.perspectiveMatrix * Matrices.viewMatrix; + glBindBuffer(GL_UNIFORM_BUFFER, Matrices.uboID); + glBufferSubData( + GL_UNIFORM_BUFFER, 0, sizeof(blt::mat4x4), Matrices.perspectiveMatrix.ptr()); + glBufferSubData( + GL_UNIFORM_BUFFER, sizeof(blt::mat4x4) * 2, sizeof(blt::mat4x4), + Matrices.pvMatrix.ptr()); + glBindBuffer(GL_UNIFORM_BUFFER, 0); + } + + const blt::mat4x4& Window::getViewMatrix() { + return Matrices.viewMatrix; + } + + const blt::mat4x4& Window::getPerspectiveMatrix() { + return Matrices.perspectiveMatrix; + } + + const Window::WindowSize& Window::getWindowSize() { + return windowSize; + } + + double Window::getFrameDeltaSeconds() { + return delta; + } + + bool Window::isKeyDown(int key) { + return Input.keyState[key]; + } + + bool Window::isMouseDown(int mouse) { + return Input.mouseState[mouse]; + } + + bool Window::isMouseVisible() { + return glfwGetInputMode(window, GLFW_CURSOR) == GLFW_CURSOR_NORMAL; + } + + void Window::setMouseVisible(bool state) { + glfwSetInputMode(window, GLFW_CURSOR, state ? GLFW_CURSOR_NORMAL : GLFW_CURSOR_DISABLED); + } + + double Window::getMouseX() { + return Input.lx; + } + + double Window::getMouseY() { + return Input.ly; + } + + double Window::getMouseDX() { + return Input.dx; + } + + double Window::getMouseDY() { + return Input.dy; + } + + bool Window::mousePressedLastFrame() { + return Input.pressedLastFrame; + } + + bool Window::mouseMovedLastFrame() { + return Input.movedLastFrame; + } + + bool Window::keyPressedLastFrame(int key) { + return Input.keyStateLastFrame[key]; + } + + } \ No newline at end of file