setup basic build
parent
7d6eb52f7a
commit
29d69deb01
|
@ -1 +1 @@
|
|||
Subproject commit 18bf49b61078fd9907c56d6d486471d70f4521ee
|
||||
Subproject commit 8f02d4cc8abcae512f299a8e1a4a5e3b9e61679e
|
|
@ -0,0 +1,17 @@
|
|||
cmake_minimum_required(VERSION 3.5)
|
||||
project(BLT_TESTS 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 20)
|
||||
|
||||
add_subdirectory(BLT-Graphics)
|
||||
|
||||
include_directories(include/)
|
||||
file(GLOB_RECURSE source_files src/*.cpp)
|
||||
|
||||
add_executable(BLT_TESTS ${source_files})
|
||||
|
||||
target_link_libraries(BLT_TESTS BLT_GRAPHICS)
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,476 @@
|
|||
{
|
||||
"inputs" :
|
||||
[
|
||||
{
|
||||
"path" : "CMakeLists.txt"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-debug/CMakeFiles/3.27.0/CMakeSystem.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-debug/CMakeFiles/3.27.0/CMakeCCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-debug/CMakeFiles/3.27.0/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"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/CMakeLists.txt"
|
||||
},
|
||||
{
|
||||
"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" : "BLT-Graphics/libraries/BLT/CMakeLists.txt"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/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" : "BLT-Graphics/libraries/glfw/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/CMakePackageConfigHelpers.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/glfw/CMake/glfw3Config.cmake.in"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/glfw/CMake/cmake_uninstall.cmake.in"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/CMakeLists.txt"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/glfw/CMake/glfw3.pc.in"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/assimp/CMakeLists.txt"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/assimp/cmake-modules/FindPkgMacros.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/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" : "BLT-Graphics/libraries/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" : "BLT-Graphics/libraries/assimp/assimp.pc.in"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/assimp/revision.h.in"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/assimp/include/assimp/config.h.in"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/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" : "BLT-Graphics/libraries/assimp/contrib/zlib/zlib.pc.cmakein"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/zconf.h.cmakein"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/assimp/code/CMakeLists.txt"
|
||||
},
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/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/BLT-Dev/cmake-build-debug",
|
||||
"source" : "/home/brett/git/BLT-Dev"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
|
@ -0,0 +1,315 @@
|
|||
{
|
||||
"configurations" :
|
||||
[
|
||||
{
|
||||
"directories" :
|
||||
[
|
||||
{
|
||||
"build" : ".",
|
||||
"childIndexes" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"hasInstallRule" : true,
|
||||
"jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.5"
|
||||
},
|
||||
"projectIndex" : 0,
|
||||
"source" : ".",
|
||||
"targetIndexes" :
|
||||
[
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"build" : "BLT-Graphics",
|
||||
"childIndexes" :
|
||||
[
|
||||
2,
|
||||
3,
|
||||
5
|
||||
],
|
||||
"hasInstallRule" : true,
|
||||
"jsonFile" : "directory-BLT-Graphics-Debug-a5c46555d25351870025.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.5"
|
||||
},
|
||||
"parentIndex" : 0,
|
||||
"projectIndex" : 1,
|
||||
"source" : "BLT-Graphics",
|
||||
"targetIndexes" :
|
||||
[
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/BLT",
|
||||
"jsonFile" : "directory-BLT-Graphics.libraries.BLT-Debug-dfbb53b49781b381143a.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.5"
|
||||
},
|
||||
"parentIndex" : 1,
|
||||
"projectIndex" : 2,
|
||||
"source" : "BLT-Graphics/libraries/BLT",
|
||||
"targetIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/glfw",
|
||||
"childIndexes" :
|
||||
[
|
||||
4
|
||||
],
|
||||
"hasInstallRule" : true,
|
||||
"jsonFile" : "directory-BLT-Graphics.libraries.glfw-Debug-5758775450680ee1241a.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.4"
|
||||
},
|
||||
"parentIndex" : 1,
|
||||
"projectIndex" : 3,
|
||||
"source" : "BLT-Graphics/libraries/glfw",
|
||||
"targetIndexes" :
|
||||
[
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/glfw/src",
|
||||
"hasInstallRule" : true,
|
||||
"jsonFile" : "directory-BLT-Graphics.libraries.glfw.src-Debug-b177386b3c72e388c133.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.4"
|
||||
},
|
||||
"parentIndex" : 3,
|
||||
"projectIndex" : 3,
|
||||
"source" : "BLT-Graphics/libraries/glfw/src",
|
||||
"targetIndexes" :
|
||||
[
|
||||
4,
|
||||
6
|
||||
]
|
||||
},
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/assimp",
|
||||
"childIndexes" :
|
||||
[
|
||||
6,
|
||||
7
|
||||
],
|
||||
"hasInstallRule" : true,
|
||||
"jsonFile" : "directory-BLT-Graphics.libraries.assimp-Debug-8d3a8a7fce085aca556d.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.10"
|
||||
},
|
||||
"parentIndex" : 1,
|
||||
"projectIndex" : 4,
|
||||
"source" : "BLT-Graphics/libraries/assimp"
|
||||
},
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/assimp/contrib/zlib",
|
||||
"hasInstallRule" : true,
|
||||
"jsonFile" : "directory-BLT-Graphics.libraries.assimp.contrib.zlib-Debug-e8ff793c1d942053f693.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.10.0"
|
||||
},
|
||||
"parentIndex" : 5,
|
||||
"projectIndex" : 5,
|
||||
"source" : "BLT-Graphics/libraries/assimp/contrib/zlib",
|
||||
"targetIndexes" :
|
||||
[
|
||||
7
|
||||
]
|
||||
},
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/assimp/code",
|
||||
"hasInstallRule" : true,
|
||||
"jsonFile" : "directory-BLT-Graphics.libraries.assimp.code-Debug-5c7f62be0be2f9b2e78d.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.10"
|
||||
},
|
||||
"parentIndex" : 5,
|
||||
"projectIndex" : 4,
|
||||
"source" : "BLT-Graphics/libraries/assimp/code",
|
||||
"targetIndexes" :
|
||||
[
|
||||
3
|
||||
]
|
||||
}
|
||||
],
|
||||
"name" : "Debug",
|
||||
"projects" :
|
||||
[
|
||||
{
|
||||
"childIndexes" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"directoryIndexes" :
|
||||
[
|
||||
0
|
||||
],
|
||||
"name" : "BLT_TESTS",
|
||||
"targetIndexes" :
|
||||
[
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"childIndexes" :
|
||||
[
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"directoryIndexes" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"name" : "BLT_GRAPHICS",
|
||||
"parentIndex" : 0,
|
||||
"targetIndexes" :
|
||||
[
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"directoryIndexes" :
|
||||
[
|
||||
2
|
||||
],
|
||||
"name" : "BLT",
|
||||
"parentIndex" : 1,
|
||||
"targetIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"directoryIndexes" :
|
||||
[
|
||||
3,
|
||||
4
|
||||
],
|
||||
"name" : "GLFW",
|
||||
"parentIndex" : 1,
|
||||
"targetIndexes" :
|
||||
[
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
},
|
||||
{
|
||||
"childIndexes" :
|
||||
[
|
||||
5
|
||||
],
|
||||
"directoryIndexes" :
|
||||
[
|
||||
5,
|
||||
7
|
||||
],
|
||||
"name" : "Assimp",
|
||||
"parentIndex" : 1,
|
||||
"targetIndexes" :
|
||||
[
|
||||
3
|
||||
]
|
||||
},
|
||||
{
|
||||
"directoryIndexes" :
|
||||
[
|
||||
6
|
||||
],
|
||||
"name" : "zlib",
|
||||
"parentIndex" : 4,
|
||||
"targetIndexes" :
|
||||
[
|
||||
7
|
||||
]
|
||||
}
|
||||
],
|
||||
"targets" :
|
||||
[
|
||||
{
|
||||
"directoryIndex" : 2,
|
||||
"id" : "BLT::@6ff1d97b2deef8df8cf0",
|
||||
"jsonFile" : "target-BLT-Debug-121d0b20db91c30b4aa2.json",
|
||||
"name" : "BLT",
|
||||
"projectIndex" : 2
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 1,
|
||||
"id" : "BLT_GRAPHICS::@fabae21fcb7fd453a3d1",
|
||||
"jsonFile" : "target-BLT_GRAPHICS-Debug-5a356b240591628ec312.json",
|
||||
"name" : "BLT_GRAPHICS",
|
||||
"projectIndex" : 1
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 0,
|
||||
"id" : "BLT_TESTS::@6890427a1f51a3e7e1df",
|
||||
"jsonFile" : "target-BLT_TESTS-Debug-5e93967dbbe3beec86a7.json",
|
||||
"name" : "BLT_TESTS",
|
||||
"projectIndex" : 0
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 7,
|
||||
"id" : "assimp::@4d754e1eb4f0cce61b11",
|
||||
"jsonFile" : "target-assimp-Debug-a4ddd614cb7f640cffe6.json",
|
||||
"name" : "assimp",
|
||||
"projectIndex" : 4
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 4,
|
||||
"id" : "glfw::@28757ab40fca887f90a8",
|
||||
"jsonFile" : "target-glfw-Debug-50ffbecbcdf5a688c100.json",
|
||||
"name" : "glfw",
|
||||
"projectIndex" : 3
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 3,
|
||||
"id" : "uninstall::@b96776c6ded8ec53e693",
|
||||
"jsonFile" : "target-uninstall-Debug-74180dbfc79a34ffb995.json",
|
||||
"name" : "uninstall",
|
||||
"projectIndex" : 3
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 4,
|
||||
"id" : "update_mappings::@28757ab40fca887f90a8",
|
||||
"jsonFile" : "target-update_mappings-Debug-2f4fe96a6b53c7017eb8.json",
|
||||
"name" : "update_mappings",
|
||||
"projectIndex" : 3
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 6,
|
||||
"id" : "zlibstatic::@4d4ed67fda18ceef38a1",
|
||||
"jsonFile" : "target-zlibstatic-Debug-87b23fda55467701ea4c.json",
|
||||
"name" : "zlibstatic",
|
||||
"projectIndex" : 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"kind" : "codemodel",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "/home/brett/git/BLT-Dev/cmake-build-debug",
|
||||
"source" : "/home/brett/git/BLT-Dev"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" : [],
|
||||
"files" : [],
|
||||
"nodes" : []
|
||||
},
|
||||
"installers" : [],
|
||||
"paths" :
|
||||
{
|
||||
"build" : ".",
|
||||
"source" : "."
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" : [],
|
||||
"files" : [],
|
||||
"nodes" : []
|
||||
},
|
||||
"installers" : [],
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics",
|
||||
"source" : "BLT-Graphics"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" : [],
|
||||
"files" : [],
|
||||
"nodes" : []
|
||||
},
|
||||
"installers" : [],
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/BLT",
|
||||
"source" : "BLT-Graphics/libraries/BLT"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"install"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"BLT-Graphics/libraries/assimp/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 460,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 466,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"installers" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"component" : "libassimp5.2.5-dev",
|
||||
"destination" : "lib/cmake/assimp-5.2",
|
||||
"paths" :
|
||||
[
|
||||
"cmake-build-debug/BLT-Graphics/libraries/assimp/generated/assimpConfig.cmake",
|
||||
"cmake-build-debug/BLT-Graphics/libraries/assimp/generated/assimpConfigVersion.cmake"
|
||||
],
|
||||
"type" : "file"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"component" : "libassimp5.2.5-dev",
|
||||
"destination" : "lib/cmake/assimp-5.2",
|
||||
"exportName" : "assimpTargets",
|
||||
"exportTargets" :
|
||||
[
|
||||
{
|
||||
"id" : "zlibstatic::@4d4ed67fda18ceef38a1",
|
||||
"index" : 7
|
||||
},
|
||||
{
|
||||
"id" : "assimp::@4d754e1eb4f0cce61b11",
|
||||
"index" : 3
|
||||
}
|
||||
],
|
||||
"paths" :
|
||||
[
|
||||
"BLT-Graphics/libraries/assimp/CMakeFiles/Export/f1f86f75407ff2a2c6a2eadbb93d9f6f/assimpTargets.cmake"
|
||||
],
|
||||
"type" : "export"
|
||||
}
|
||||
],
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/assimp",
|
||||
"source" : "BLT-Graphics/libraries/assimp"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,164 @@
|
|||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"INSTALL"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"BLT-Graphics/libraries/assimp/code/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 1395,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 1403,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 1404,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"installers" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"component" : "libassimp5.2.5-dev",
|
||||
"destination" : "lib",
|
||||
"paths" :
|
||||
[
|
||||
"BLT-Graphics/libraries/assimp/lib/libassimp.a"
|
||||
],
|
||||
"targetId" : "assimp::@4d754e1eb4f0cce61b11",
|
||||
"targetIndex" : 3,
|
||||
"type" : "target"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"component" : "assimp-dev",
|
||||
"destination" : "include/assimp",
|
||||
"paths" :
|
||||
[
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/anim.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/aabb.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/ai_assert.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/camera.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/color4.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/color4.inl",
|
||||
"cmake-build-debug/BLT-Graphics/libraries/assimp/code/../include/assimp/config.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/ColladaMetaData.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/commonMetaData.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/defs.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/cfileio.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/light.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/material.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/material.inl",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/matrix3x3.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/matrix3x3.inl",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/matrix4x4.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/matrix4x4.inl",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/mesh.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/ObjMaterial.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/pbrmaterial.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/GltfMaterial.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/postprocess.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/quaternion.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/quaternion.inl",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/scene.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/metadata.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/texture.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/types.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/vector2.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/vector2.inl",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/vector3.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/vector3.inl",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/version.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/cimport.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/AssertHandler.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/importerdesc.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Importer.hpp",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/DefaultLogger.hpp",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/ProgressHandler.hpp",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/IOStream.hpp",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/IOSystem.hpp",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Logger.hpp",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/LogStream.hpp",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/NullLogger.hpp",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/cexport.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Exporter.hpp",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/DefaultIOStream.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/DefaultIOSystem.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/ZipArchiveIOSystem.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/SceneCombiner.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/fast_atof.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/qnan.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/BaseImporter.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Hash.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/MemoryIOWrapper.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/ParsingUtils.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/StreamReader.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/StreamWriter.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/StringComparison.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/StringUtils.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/SGSpatialSort.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/GenericProperty.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/SpatialSort.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/SkeletonMeshBuilder.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/SmallVector.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/SmoothingGroups.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/SmoothingGroups.inl",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/StandardShapes.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/RemoveComments.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Subdivision.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Vertex.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/LineSplitter.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/TinyFormatter.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Profiler.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/LogAux.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Bitmap.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/XMLTools.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/IOStreamBuffer.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/CreateAnimMesh.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/XmlParser.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/BlobIOSystem.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/MathFunctions.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Exceptional.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/ByteSwapper.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Base64.hpp"
|
||||
],
|
||||
"type" : "file"
|
||||
},
|
||||
{
|
||||
"backtrace" : 3,
|
||||
"component" : "assimp-dev",
|
||||
"destination" : "include/assimp/Compiler",
|
||||
"paths" :
|
||||
[
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Compiler/pushpack1.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Compiler/poppack1.h",
|
||||
"BLT-Graphics/libraries/assimp/code/../include/assimp/Compiler/pstdint.h"
|
||||
],
|
||||
"type" : "file"
|
||||
}
|
||||
],
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/assimp/code",
|
||||
"source" : "BLT-Graphics/libraries/assimp/code"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"INSTALL"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"BLT-Graphics/libraries/assimp/contrib/zlib/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 201,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"installers" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"component" : "Unspecified",
|
||||
"destination" : "lib",
|
||||
"paths" :
|
||||
[
|
||||
"BLT-Graphics/libraries/assimp/contrib/zlib/libzlibstatic.a"
|
||||
],
|
||||
"targetId" : "zlibstatic::@4d4ed67fda18ceef38a1",
|
||||
"targetIndex" : 7,
|
||||
"type" : "target"
|
||||
}
|
||||
],
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/assimp/contrib/zlib",
|
||||
"source" : "BLT-Graphics/libraries/assimp/contrib/zlib"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,100 @@
|
|||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"install"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"BLT-Graphics/libraries/glfw/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 142,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 145,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 149,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 152,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"installers" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"component" : "Unspecified",
|
||||
"destination" : "include",
|
||||
"paths" :
|
||||
[
|
||||
"BLT-Graphics/libraries/glfw/include/GLFW"
|
||||
],
|
||||
"type" : "directory"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"component" : "Unspecified",
|
||||
"destination" : "lib/cmake/glfw3",
|
||||
"paths" :
|
||||
[
|
||||
"cmake-build-debug/BLT-Graphics/libraries/glfw/src/glfw3Config.cmake",
|
||||
"cmake-build-debug/BLT-Graphics/libraries/glfw/src/glfw3ConfigVersion.cmake"
|
||||
],
|
||||
"type" : "file"
|
||||
},
|
||||
{
|
||||
"backtrace" : 3,
|
||||
"component" : "Unspecified",
|
||||
"destination" : "lib/cmake/glfw3",
|
||||
"exportName" : "glfwTargets",
|
||||
"exportTargets" :
|
||||
[
|
||||
{
|
||||
"id" : "glfw::@28757ab40fca887f90a8",
|
||||
"index" : 4
|
||||
}
|
||||
],
|
||||
"paths" :
|
||||
[
|
||||
"BLT-Graphics/libraries/glfw/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake"
|
||||
],
|
||||
"type" : "export"
|
||||
},
|
||||
{
|
||||
"backtrace" : 4,
|
||||
"component" : "Unspecified",
|
||||
"destination" : "lib/pkgconfig",
|
||||
"paths" :
|
||||
[
|
||||
"cmake-build-debug/BLT-Graphics/libraries/glfw/src/glfw3.pc"
|
||||
],
|
||||
"type" : "file"
|
||||
}
|
||||
],
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/glfw",
|
||||
"source" : "BLT-Graphics/libraries/glfw"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"install"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"BLT-Graphics/libraries/glfw/src/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 394,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"installers" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"component" : "Unspecified",
|
||||
"destination" : "lib",
|
||||
"paths" :
|
||||
[
|
||||
"BLT-Graphics/libraries/glfw/src/libglfw3.a"
|
||||
],
|
||||
"targetId" : "glfw::@28757ab40fca887f90a8",
|
||||
"targetIndex" : 4,
|
||||
"type" : "target"
|
||||
}
|
||||
],
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/glfw/src",
|
||||
"source" : "BLT-Graphics/libraries/glfw/src"
|
||||
}
|
||||
}
|
|
@ -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" : 27,
|
||||
"patch" : 0,
|
||||
"string" : "3.27.0",
|
||||
"suffix" : ""
|
||||
}
|
||||
},
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-8fb3935f126ed61e6021.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"jsonFile" : "cache-v2-0eddc80cfe379b2f00cf.json",
|
||||
"kind" : "cache",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"jsonFile" : "cmakeFiles-v1-f5491424dcb190941c47.json",
|
||||
"kind" : "cmakeFiles",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"jsonFile" : "toolchains-v1-33302e7d86bc069fdf5c.json",
|
||||
"kind" : "toolchains",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"reply" :
|
||||
{
|
||||
"cache-v2" :
|
||||
{
|
||||
"jsonFile" : "cache-v2-0eddc80cfe379b2f00cf.json",
|
||||
"kind" : "cache",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
"cmakeFiles-v1" :
|
||||
{
|
||||
"jsonFile" : "cmakeFiles-v1-f5491424dcb190941c47.json",
|
||||
"kind" : "cmakeFiles",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
"codemodel-v2" :
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-8fb3935f126ed61e6021.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 6
|
||||
}
|
||||
},
|
||||
"toolchains-v1" :
|
||||
{
|
||||
"jsonFile" : "toolchains-v1-33302e7d86bc069fdf5c.json",
|
||||
"kind" : "toolchains",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,210 @@
|
|||
{
|
||||
"archive" : {},
|
||||
"artifacts" :
|
||||
[
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/BLT/libBLT.a"
|
||||
}
|
||||
],
|
||||
"backtrace" : 1,
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_library",
|
||||
"target_compile_options",
|
||||
"include_directories"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"BLT-Graphics/libraries/BLT/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 70,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 86,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 50,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 62,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 63,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"compileGroups" :
|
||||
[
|
||||
{
|
||||
"compileCommandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-g -std=gnu++20 -fdiagnostics-color=always"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"fragment" : "-Wall"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"fragment" : "-Wextra"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"fragment" : "-Wpedantic"
|
||||
}
|
||||
],
|
||||
"includes" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 3,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/BLT/libraries/parallel-hashmap"
|
||||
},
|
||||
{
|
||||
"backtrace" : 4,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/BLT/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 5,
|
||||
"path" : "/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/BLT/config"
|
||||
}
|
||||
],
|
||||
"language" : "CXX",
|
||||
"languageStandard" :
|
||||
{
|
||||
"backtraces" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"standard" : "20"
|
||||
},
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9
|
||||
]
|
||||
}
|
||||
],
|
||||
"id" : "BLT::@6ff1d97b2deef8df8cf0",
|
||||
"name" : "BLT",
|
||||
"nameOnDisk" : "libBLT.a",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/BLT",
|
||||
"source" : "BLT-Graphics/libraries/BLT"
|
||||
},
|
||||
"sourceGroups" :
|
||||
[
|
||||
{
|
||||
"name" : "Source Files",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9
|
||||
]
|
||||
}
|
||||
],
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/BLT/src/blt/std/filesystem.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/BLT/src/blt/std/format.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/BLT/src/blt/std/loader.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/BLT/src/blt/std/logging.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/BLT/src/blt/std/string.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/BLT/src/blt/std/system.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/BLT/src/blt/profiling/profiler.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/BLT/src/blt/nbt/nbt.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/BLT/src/blt/nbt/nbt_block.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/BLT/src/blt/parse/argparse.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
}
|
||||
],
|
||||
"type" : "STATIC_LIBRARY"
|
||||
}
|
|
@ -0,0 +1,308 @@
|
|||
{
|
||||
"archive" : {},
|
||||
"artifacts" :
|
||||
[
|
||||
{
|
||||
"path" : "BLT-Graphics/libBLT_GRAPHICS.a"
|
||||
}
|
||||
],
|
||||
"backtrace" : 1,
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_library",
|
||||
"target_link_libraries",
|
||||
"target_compile_options",
|
||||
"include_directories"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"BLT-Graphics/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 29,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 32,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 31,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 34,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 36,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 3,
|
||||
"file" : 0,
|
||||
"line" : 25,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"compileGroups" :
|
||||
[
|
||||
{
|
||||
"compileCommandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-g -std=gnu++20 -fdiagnostics-color=always"
|
||||
},
|
||||
{
|
||||
"backtrace" : 5,
|
||||
"fragment" : "-Wall"
|
||||
},
|
||||
{
|
||||
"backtrace" : 5,
|
||||
"fragment" : "-Wextra"
|
||||
},
|
||||
{
|
||||
"backtrace" : 5,
|
||||
"fragment" : "-Wpedantic"
|
||||
}
|
||||
],
|
||||
"includes" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 6,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 3,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/glfw/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/BLT/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/BLT/config"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/BLT/libraries/parallel-hashmap"
|
||||
},
|
||||
{
|
||||
"backtrace" : 4,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/assimp/code/../include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 4,
|
||||
"path" : "/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/assimp/code/../include"
|
||||
}
|
||||
],
|
||||
"language" : "CXX",
|
||||
"languageStandard" :
|
||||
{
|
||||
"backtraces" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"standard" : "20"
|
||||
},
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
16
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "BLT::@6ff1d97b2deef8df8cf0"
|
||||
},
|
||||
{
|
||||
"backtrace" : 3,
|
||||
"id" : "glfw::@28757ab40fca887f90a8"
|
||||
},
|
||||
{
|
||||
"backtrace" : 4,
|
||||
"id" : "zlibstatic::@4d4ed67fda18ceef38a1"
|
||||
},
|
||||
{
|
||||
"backtrace" : 4,
|
||||
"id" : "assimp::@4d754e1eb4f0cce61b11"
|
||||
}
|
||||
],
|
||||
"id" : "BLT_GRAPHICS::@fabae21fcb7fd453a3d1",
|
||||
"name" : "BLT_GRAPHICS",
|
||||
"nameOnDisk" : "libBLT_GRAPHICS.a",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics",
|
||||
"source" : "BLT-Graphics"
|
||||
},
|
||||
"sourceGroups" :
|
||||
[
|
||||
{
|
||||
"name" : "Source Files",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
16
|
||||
]
|
||||
}
|
||||
],
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/imgui/ImNodes.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/imgui/ImNodesEz.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/imgui/imgui.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/imgui/imgui_demo.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/imgui/imgui_draw.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/imgui/imgui_impl_glfw.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/imgui/imgui_impl_opengl3.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/imgui/imgui_spectrum.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/imgui/imgui_tables.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/imgui/imgui_widgets.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/parks/app.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/parks/renderer/OpenGL.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/parks/renderer/engine.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/parks/renderer/player.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/parks/renderer/resources.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/parks/window.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/src/perlin.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
}
|
||||
],
|
||||
"type" : "STATIC_LIBRARY"
|
||||
}
|
|
@ -0,0 +1,296 @@
|
|||
{
|
||||
"artifacts" :
|
||||
[
|
||||
{
|
||||
"path" : "BLT_TESTS"
|
||||
}
|
||||
],
|
||||
"backtrace" : 1,
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_executable",
|
||||
"target_link_libraries",
|
||||
"TARGET_LINK_LIBRARIES",
|
||||
"include_directories"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"CMakeLists.txt",
|
||||
"BLT-Graphics/CMakeLists.txt",
|
||||
"BLT-Graphics/libraries/glfw/src/CMakeLists.txt",
|
||||
"BLT-Graphics/libraries/BLT/CMakeLists.txt",
|
||||
"BLT-Graphics/libraries/assimp/code/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 15,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 17,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"file" : 1
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 1,
|
||||
"line" : 31,
|
||||
"parent" : 3
|
||||
},
|
||||
{
|
||||
"file" : 2
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 2,
|
||||
"line" : 231,
|
||||
"parent" : 5
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 2,
|
||||
"line" : 243,
|
||||
"parent" : 5
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 1,
|
||||
"line" : 32,
|
||||
"parent" : 3
|
||||
},
|
||||
{
|
||||
"file" : 3
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 3,
|
||||
"line" : 75,
|
||||
"parent" : 9
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 1,
|
||||
"line" : 33,
|
||||
"parent" : 3
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 1,
|
||||
"line" : 34,
|
||||
"parent" : 3
|
||||
},
|
||||
{
|
||||
"file" : 4
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 4,
|
||||
"line" : 1288,
|
||||
"parent" : 13
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 4,
|
||||
"line" : 1391,
|
||||
"parent" : 13
|
||||
},
|
||||
{
|
||||
"command" : 3,
|
||||
"file" : 0,
|
||||
"line" : 12,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"compileGroups" :
|
||||
[
|
||||
{
|
||||
"compileCommandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-g -std=gnu++20 -fdiagnostics-color=always"
|
||||
}
|
||||
],
|
||||
"includes" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 16,
|
||||
"path" : "/home/brett/git/BLT-Dev/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/glfw/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/BLT/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/BLT/config"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/BLT/libraries/parallel-hashmap"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/assimp/code/../include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/assimp/code/../include"
|
||||
}
|
||||
],
|
||||
"language" : "CXX",
|
||||
"languageStandard" :
|
||||
{
|
||||
"backtraces" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"standard" : "20"
|
||||
},
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "BLT_GRAPHICS::@fabae21fcb7fd453a3d1"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "BLT::@6ff1d97b2deef8df8cf0"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "glfw::@28757ab40fca887f90a8"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "zlibstatic::@4d4ed67fda18ceef38a1"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "assimp::@4d754e1eb4f0cce61b11"
|
||||
}
|
||||
],
|
||||
"id" : "BLT_TESTS::@6890427a1f51a3e7e1df",
|
||||
"link" :
|
||||
{
|
||||
"commandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-g",
|
||||
"role" : "flags"
|
||||
},
|
||||
{
|
||||
"fragment" : "",
|
||||
"role" : "flags"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"fragment" : "BLT-Graphics/libBLT_GRAPHICS.a",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"backtrace" : 4,
|
||||
"fragment" : "BLT-Graphics/libraries/glfw/src/libglfw3.a",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"backtrace" : 6,
|
||||
"fragment" : "/usr/lib/librt.a",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"fragment" : "-lm",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"backtrace" : 7,
|
||||
"fragment" : "-ldl",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"backtrace" : 8,
|
||||
"fragment" : "BLT-Graphics/libraries/BLT/libBLT.a",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"backtrace" : 10,
|
||||
"fragment" : "/usr/lib/libz.so",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"backtrace" : 11,
|
||||
"fragment" : "-lOpenGL",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"backtrace" : 12,
|
||||
"fragment" : "BLT-Graphics/libraries/assimp/lib/libassimp.a",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"backtrace" : 14,
|
||||
"fragment" : "BLT-Graphics/libraries/assimp/contrib/zlib/libzlibstatic.a",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"backtrace" : 15,
|
||||
"fragment" : "-lrt",
|
||||
"role" : "libraries"
|
||||
}
|
||||
],
|
||||
"language" : "CXX"
|
||||
},
|
||||
"name" : "BLT_TESTS",
|
||||
"nameOnDisk" : "BLT_TESTS",
|
||||
"paths" :
|
||||
{
|
||||
"build" : ".",
|
||||
"source" : "."
|
||||
},
|
||||
"sourceGroups" :
|
||||
[
|
||||
{
|
||||
"name" : "Source Files",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "src/main.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
}
|
||||
],
|
||||
"type" : "EXECUTABLE"
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,518 @@
|
|||
{
|
||||
"archive" : {},
|
||||
"artifacts" :
|
||||
[
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/libglfw3.a"
|
||||
}
|
||||
],
|
||||
"backtrace" : 1,
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_library",
|
||||
"install",
|
||||
"target_compile_options",
|
||||
"target_compile_definitions",
|
||||
"target_include_directories",
|
||||
"set_target_properties",
|
||||
"target_sources"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"BLT-Graphics/libraries/glfw/src/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 2,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 394,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 273,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 3,
|
||||
"file" : 0,
|
||||
"line" : 320,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 3,
|
||||
"file" : 0,
|
||||
"line" : 47,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 4,
|
||||
"file" : 0,
|
||||
"line" : 140,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 4,
|
||||
"file" : 0,
|
||||
"line" : 143,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 5,
|
||||
"file" : 0,
|
||||
"line" : 130,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 6,
|
||||
"file" : 0,
|
||||
"line" : 19,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 6,
|
||||
"file" : 0,
|
||||
"line" : 48,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 6,
|
||||
"file" : 0,
|
||||
"line" : 61,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 6,
|
||||
"file" : 0,
|
||||
"line" : 63,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"compileGroups" :
|
||||
[
|
||||
{
|
||||
"compileCommandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-g -std=c99 -fPIC -fdiagnostics-color=always"
|
||||
},
|
||||
{
|
||||
"backtrace" : 3,
|
||||
"fragment" : "-Wall"
|
||||
},
|
||||
{
|
||||
"fragment" : "-Wdeclaration-after-statement"
|
||||
}
|
||||
],
|
||||
"defines" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 4,
|
||||
"define" : "_DEFAULT_SOURCE"
|
||||
},
|
||||
{
|
||||
"backtrace" : 5,
|
||||
"define" : "_GLFW_X11"
|
||||
}
|
||||
],
|
||||
"includes" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 6,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/glfw/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 7,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/glfw/src"
|
||||
},
|
||||
{
|
||||
"backtrace" : 7,
|
||||
"path" : "/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/glfw/src"
|
||||
}
|
||||
],
|
||||
"language" : "C",
|
||||
"languageStandard" :
|
||||
{
|
||||
"backtraces" :
|
||||
[
|
||||
8
|
||||
],
|
||||
"standard" : "99"
|
||||
},
|
||||
"sourceIndexes" :
|
||||
[
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
16,
|
||||
17,
|
||||
18,
|
||||
19
|
||||
]
|
||||
},
|
||||
{
|
||||
"compileCommandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-g -std=c99 -fPIC -fdiagnostics-color=always"
|
||||
},
|
||||
{
|
||||
"backtrace" : 3,
|
||||
"fragment" : "-Wall"
|
||||
}
|
||||
],
|
||||
"defines" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 4,
|
||||
"define" : "_DEFAULT_SOURCE"
|
||||
},
|
||||
{
|
||||
"backtrace" : 5,
|
||||
"define" : "_GLFW_X11"
|
||||
}
|
||||
],
|
||||
"includes" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 6,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/glfw/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 7,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/glfw/src"
|
||||
},
|
||||
{
|
||||
"backtrace" : 7,
|
||||
"path" : "/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/glfw/src"
|
||||
}
|
||||
],
|
||||
"language" : "C",
|
||||
"languageStandard" :
|
||||
{
|
||||
"backtraces" :
|
||||
[
|
||||
8
|
||||
],
|
||||
"standard" : "99"
|
||||
},
|
||||
"sourceIndexes" :
|
||||
[
|
||||
22,
|
||||
23,
|
||||
24,
|
||||
27,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
33,
|
||||
35
|
||||
]
|
||||
}
|
||||
],
|
||||
"folder" :
|
||||
{
|
||||
"name" : "GLFW3"
|
||||
},
|
||||
"id" : "glfw::@28757ab40fca887f90a8",
|
||||
"install" :
|
||||
{
|
||||
"destinations" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "lib"
|
||||
}
|
||||
],
|
||||
"prefix" :
|
||||
{
|
||||
"path" : "/usr/local"
|
||||
}
|
||||
},
|
||||
"name" : "glfw",
|
||||
"nameOnDisk" : "libglfw3.a",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/glfw/src",
|
||||
"source" : "BLT-Graphics/libraries/glfw/src"
|
||||
},
|
||||
"sourceGroups" :
|
||||
[
|
||||
{
|
||||
"name" : "Header Files",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
14,
|
||||
15,
|
||||
20,
|
||||
21,
|
||||
25,
|
||||
26,
|
||||
32,
|
||||
34
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "Source Files",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
16,
|
||||
17,
|
||||
18,
|
||||
19,
|
||||
22,
|
||||
23,
|
||||
24,
|
||||
27,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
33,
|
||||
35
|
||||
]
|
||||
}
|
||||
],
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/include/GLFW/glfw3.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/include/GLFW/glfw3native.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/internal.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/platform.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/mappings.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/context.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/init.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/input.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/monitor.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/platform.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/vulkan.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/window.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/egl_context.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/osmesa_context.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/null_platform.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/null_joystick.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/null_init.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/null_monitor.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/null_window.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/null_joystick.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 9,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/posix_time.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 9,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/posix_thread.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 9,
|
||||
"compileGroupIndex" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/posix_module.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 9,
|
||||
"compileGroupIndex" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/posix_time.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 9,
|
||||
"compileGroupIndex" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/posix_thread.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 10,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/x11_platform.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 10,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/xkb_unicode.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 10,
|
||||
"compileGroupIndex" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/x11_init.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 10,
|
||||
"compileGroupIndex" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/x11_monitor.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 10,
|
||||
"compileGroupIndex" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/x11_window.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 10,
|
||||
"compileGroupIndex" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/xkb_unicode.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 10,
|
||||
"compileGroupIndex" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/glx_context.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 11,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/linux_joystick.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 11,
|
||||
"compileGroupIndex" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/linux_joystick.c",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 12,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/posix_poll.h",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 12,
|
||||
"compileGroupIndex" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/posix_poll.c",
|
||||
"sourceGroupIndex" : 1
|
||||
}
|
||||
],
|
||||
"type" : "STATIC_LIBRARY"
|
||||
}
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"backtrace" : 1,
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_custom_target"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"BLT-Graphics/libraries/glfw/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 165,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"folder" :
|
||||
{
|
||||
"name" : "GLFW3"
|
||||
},
|
||||
"id" : "uninstall::@b96776c6ded8ec53e693",
|
||||
"name" : "uninstall",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/glfw",
|
||||
"source" : "BLT-Graphics/libraries/glfw"
|
||||
},
|
||||
"sourceGroups" :
|
||||
[
|
||||
{
|
||||
"name" : "",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "CMake Rules",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
1
|
||||
]
|
||||
}
|
||||
],
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-debug/BLT-Graphics/libraries/glfw/CMakeFiles/uninstall",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 0,
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-debug/BLT-Graphics/libraries/glfw/CMakeFiles/uninstall.rule",
|
||||
"sourceGroupIndex" : 1
|
||||
}
|
||||
],
|
||||
"type" : "UTILITY"
|
||||
}
|
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"backtrace" : 1,
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_custom_target"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"BLT-Graphics/libraries/glfw/src/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 23,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"folder" :
|
||||
{
|
||||
"name" : "GLFW3"
|
||||
},
|
||||
"id" : "update_mappings::@28757ab40fca887f90a8",
|
||||
"name" : "update_mappings",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/glfw/src",
|
||||
"source" : "BLT-Graphics/libraries/glfw/src"
|
||||
},
|
||||
"sourceGroups" :
|
||||
[
|
||||
{
|
||||
"name" : "Header Files",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
1,
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "CMake Rules",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
3
|
||||
]
|
||||
}
|
||||
],
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/src/mappings.h.in",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/glfw/CMake/GenerateMappings.cmake",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-debug/BLT-Graphics/libraries/glfw/src/CMakeFiles/update_mappings",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 0,
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-debug/BLT-Graphics/libraries/glfw/src/CMakeFiles/update_mappings.rule",
|
||||
"sourceGroupIndex" : 2
|
||||
}
|
||||
],
|
||||
"type" : "UTILITY"
|
||||
}
|
|
@ -0,0 +1,374 @@
|
|||
{
|
||||
"archive" : {},
|
||||
"artifacts" :
|
||||
[
|
||||
{
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/libzlibstatic.a"
|
||||
}
|
||||
],
|
||||
"backtrace" : 1,
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_library",
|
||||
"INSTALL",
|
||||
"ADD_DEFINITIONS",
|
||||
"add_definitions",
|
||||
"INCLUDE_DIRECTORIES",
|
||||
"include_directories"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"BLT-Graphics/libraries/assimp/contrib/zlib/CMakeLists.txt",
|
||||
"BLT-Graphics/libraries/assimp/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 199,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 201,
|
||||
"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" : 99,
|
||||
"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/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/assimp/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 7,
|
||||
"path" : "/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/assimp"
|
||||
},
|
||||
{
|
||||
"backtrace" : 7,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/assimp/include"
|
||||
},
|
||||
{
|
||||
"backtrace" : 7,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/assimp/code"
|
||||
},
|
||||
{
|
||||
"backtrace" : 7,
|
||||
"path" : "/home/brett/git/BLT-Dev/BLT-Graphics/libraries/assimp/."
|
||||
},
|
||||
{
|
||||
"backtrace" : 8,
|
||||
"path" : "/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/assimp/contrib/zlib"
|
||||
},
|
||||
{
|
||||
"backtrace" : 8,
|
||||
"path" : "/home/brett/git/BLT-Dev"
|
||||
}
|
||||
],
|
||||
"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::@4d4ed67fda18ceef38a1",
|
||||
"install" :
|
||||
{
|
||||
"destinations" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "lib"
|
||||
}
|
||||
],
|
||||
"prefix" :
|
||||
{
|
||||
"path" : "/usr/local"
|
||||
}
|
||||
},
|
||||
"name" : "zlibstatic",
|
||||
"nameOnDisk" : "libzlibstatic.a",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "BLT-Graphics/libraries/assimp/contrib/zlib",
|
||||
"source" : "BLT-Graphics/libraries/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" : "BLT-Graphics/libraries/assimp/contrib/zlib/adler32.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/compress.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/crc32.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/deflate.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/gzclose.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/gzlib.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/gzread.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/gzwrite.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/inflate.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/infback.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/inftrees.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/inffast.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/trees.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/uncompr.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/zutil.c",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "cmake-build-debug/BLT-Graphics/libraries/assimp/contrib/zlib/zconf.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/zlib.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/crc32.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/deflate.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/gzguts.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/inffast.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/inffixed.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/inflate.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/inftrees.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/trees.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "BLT-Graphics/libraries/assimp/contrib/zlib/zutil.h",
|
||||
"sourceGroupIndex" : 1
|
||||
}
|
||||
],
|
||||
"type" : "STATIC_LIBRARY"
|
||||
}
|
|
@ -0,0 +1,106 @@
|
|||
{
|
||||
"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",
|
||||
"ccm",
|
||||
"cxxm",
|
||||
"c++m"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -0,0 +1,310 @@
|
|||
# ninja log v5
|
||||
7375 10855 1690666659209935359 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinLoader.cpp.o dbd5cc98dd371eaf
|
||||
12042 14495 1690666662836537898 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOBLoader.cpp.o 18fa4fd1f1763185
|
||||
1379 2847 1690666651203410313 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/CalcTangentsProcess.cpp.o 2aa019641001e400
|
||||
48099 51260 1690666699615888236 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFExporter.cpp.o ebae4887c89f3373
|
||||
6570 12111 1690666660466579803 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/AC/ACLoader.cpp.o 1cf670ff52d21db5
|
||||
16464 19444 1690666667799783488 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileMtlImporter.cpp.o 2e93fec4d2757b43
|
||||
53458 55089 1690666703445820655 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLExport.cpp.o 2e6723c283b14dcf
|
||||
1776 1925 1690666572164811886 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/x11_monitor.c.o b8cf173364892a03
|
||||
17340 23079 1690666671433052605 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreBinarySerializer.cpp.o 24038bf77948581d
|
||||
53420 53985 1690666702339173514 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLCommon.cpp.o 8ac55651933239ec
|
||||
42727 46357 1690666694712641441 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjExporter.cpp.o a333b6afc90cddaa
|
||||
4 1163 1690666649520106762 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/ScenePreprocessor.cpp.o 6c6e2b839e181f61
|
||||
1264 1398 1690666571634821306 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/vulkan.c.o 2eb9f47135b31ab
|
||||
3131 6521 1690666654876678665 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/JoinVerticesProcess.cpp.o f81c3e331db0558c
|
||||
1083 1264 1690666571501490343 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/init.c.o 746b72eef81299a
|
||||
3435 4516 1690666652873380769 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveVCProcess.cpp.o 7e9e7858b4d0ca94
|
||||
45749 54039 1690666702392505907 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaExporter.cpp.o c75398000e4c3e8a
|
||||
6637 12075 1690666660433247060 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASELoader.cpp.o cd0a9db9d509236b
|
||||
39920 42462 1690666690819376836 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Shape.cpp.o f1f51750aac67bab
|
||||
12290 17387 1690666665743153177 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWS/LWSLoader.cpp.o cc7d065f8a929faa
|
||||
13137 16451 1690666664803169794 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Loader.cpp.o b11ce288e397a83d
|
||||
1043 1688 1690666650043430836 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Geometry/GeometryUtils.cpp.o 74e57fd8419819eb
|
||||
24230 29353 1690666677709608366 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCMaterial.cpp.o a630a75daab9c043
|
||||
4 199 1690666596361048786 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.c.o 912594ff5f8f9c30
|
||||
48923 50902 1690666699255894589 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/mesh_splitter.cpp.o f65a5368015dd3c9
|
||||
6 1248 1690666871966191887 BLT-Graphics/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o e28ba30965c66258
|
||||
6 1781 1690666872499515877 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/parks/window.cpp.o c406f92be0b1eaec
|
||||
14787 20661 1690666669016428650 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/HL1MDLLoader.cpp.o 38b3f85e76e76172
|
||||
2538 3543 1690666651900064655 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DropFaceNormalsProcess.cpp.o 5888066f5fcd328
|
||||
24129 33840 1690666682196195778 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCGeometry.cpp.o f8f950b942d484b8
|
||||
819 1660 1690666650016764641 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/Exceptional.cpp.o 671e1e62b51442af
|
||||
13180 17340 1690666665696487335 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD5/MD5Parser.cpp.o f6b9cb0476e9d1ec
|
||||
29336 31173 1690666679529576214 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXTokenizer.cpp.o a628fa4d20f1c53c
|
||||
42463 46702 1690666695055968714 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDPmxParser.cpp.o 2543777a87ec73fa
|
||||
1010 1736 1690666650093429951 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/material.cpp.o cfe4f47942ab10a9
|
||||
5 2030 1690666872746178224 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/parks/renderer/resources.cpp.o 87dd47ebaede8423
|
||||
1091 1197 1690666571434824861 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/context.c.o 9fa119186c88300
|
||||
1008 1043 1690666649400108885 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/simd.cpp.o 4dad4a26f9a12868
|
||||
4 1313 1690666649670104109 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/SpatialSort.cpp.o 6d366bfd32a701d7
|
||||
919 997 1690666597157701314 BLT-Graphics/libraries/assimp/contrib/zlib/libzlibstatic.a 68728e833cbcfdb5
|
||||
22836 25795 1690666674149671265 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderCustomData.cpp.o bf9a17edf5f781de
|
||||
3 55 1690666596217717997 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.c.o 3a4d5f33d22b1fa6
|
||||
5344 6570 1690666654926677780 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ScaleProcess.cpp.o f25efaa633139937
|
||||
33840 35523 1690666683879499381 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileParser.cpp.o 1a8ead54cb8af39
|
||||
35012 40281 1690666688629415502 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/SMD/SMDLoader.cpp.o f326475432f582e6
|
||||
12076 19044 1690666667399790558 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOLoader.cpp.o b1259c92eb33c469
|
||||
5769 7987 1690666656343319390 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Material/MaterialSystem.cpp.o 278c2af5b47bdef6
|
||||
339 1609 1690666597771023763 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/BaseProcess.cpp.o fbbb2ad7aaa0f766
|
||||
10972 16686 1690666665039832277 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRLoader.cpp.o a39c0342af4881eb
|
||||
46357 48747 1690666697102599257 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportProperty.cpp.o 50ac87c057a45c20
|
||||
12607 14787 1690666663143199143 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD2/MD2Loader.cpp.o a04ed06e7f891c23
|
||||
1197 1498 1690666571734819529 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/input.c.o 9d2e1e1f2b766049
|
||||
1163 2352 1690666650706752433 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/Base64.cpp.o 8dbb0ad67ec6935
|
||||
1650 1776 1690666572014814552 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/null_monitor.c.o d3c5078bfa877687
|
||||
882 1407 1690666597571027312 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOStream.cpp.o d55a8bcddfb9e766
|
||||
18037 22538 1690666670893062148 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXImporter.cpp.o 460bf5367bf80992
|
||||
39013 41430 1690666689786061747 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Networking.cpp.o 7aebde0e111e5e5a
|
||||
8389 21519 1690666669873080175 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaParser.cpp.o 81d44aff76e49280
|
||||
52785 55257 1690666703612484380 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLParser.cpp.o 9e4880f97140bd8
|
||||
3 1010 1690666649366776142 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/SGSpatialSort.cpp.o 51805c35be6a86c
|
||||
16824 22837 1690666671193056847 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreStructs.cpp.o a40f5e61384e7fdb
|
||||
24886 29656 1690666678012936340 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCCurve.cpp.o 942bc97261530d13
|
||||
53345 54265 1690666702622501848 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/DDLNode.cpp.o 1a0e2d90f36f13a6
|
||||
35528 37505 1690666685859464415 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Terragen/TerragenLoader.cpp.o 1ade90ee7c968a34
|
||||
4 2005 1690666650363425174 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/StandardShapes.cpp.o 2499d4c27099feb3
|
||||
17883 24230 1690666672586365557 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreMaterial.cpp.o c6f7858cf572f73b
|
||||
997 2267 1690666598431012050 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o 96c0f94dd780b6c3
|
||||
7401 12041 1690666660396581041 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/B3D/B3DImporter.cpp.o d6f2c7c20d590702
|
||||
6781 12290 1690666660646576620 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/ASE/ASEParser.cpp.o f632f310f592a7
|
||||
730 1447 1690666649803435082 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/Bitmap.cpp.o de2a7162e3abd523
|
||||
25798 28742 1690666677099619143 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXImporter.cpp.o 8b27a76d9ac78198
|
||||
36433 42282 1690666690636046739 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileParser.cpp.o 86c7fc3a54098203
|
||||
35828 39594 1690666687949427509 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileImporter.cpp.o 8f77d43f75b87cb4
|
||||
12937 18037 1690666666393141686 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MD3/MD3Loader.cpp.o b3a20af28f35e39d
|
||||
6 755 1690666871472867195 BLT-Graphics/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o b9f56e63a2870dc4
|
||||
28743 35012 1690666683366175114 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXParser.cpp.o a53d48fb53472099
|
||||
50999 51183 1690666699539222922 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/ioapi.c.o e752124cc6bda4e5
|
||||
6182 8302 1690666656659980456 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Material.cpp.o 453cd49bb2529f8c
|
||||
3 5387 1690666653743365379 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/Importer.cpp.o 38627ed928113ea9
|
||||
16686 20967 1690666669323089896 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreImporter.cpp.o da8c876290acef3a
|
||||
1957 2104 1690666572344808686 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.c.o 3adb1c0e98b33433
|
||||
40161 42726 1690666691082705521 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Texturing.cpp.o 1026c9e9f8dddc73
|
||||
39594 43024 1690666691379366950 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Postprocess.cpp.o 383e6ac9c29d1aa
|
||||
54815 57300 1690666705655781665 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/zip/src/zip.c.o af3382a0a9d66d85
|
||||
1661 2563 1690666650920081992 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ConvertToLHProcess.cpp.o b19e14b1183c275d
|
||||
3614 5908 1690666654263356181 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitLargeMeshes.cpp.o b5e1a76d5da80c38
|
||||
5 749 1690666649106780742 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/RemoveComments.cpp.o 8c9b1a4040c257da
|
||||
4619 6781 1690666655136674066 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/DeboneProcess.cpp.o f8e5ed0e3dee2729
|
||||
5387 7375 1690666655729996905 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ArmaturePopulate.cpp.o f9922d86faa82c35
|
||||
33228 35740 1690666684096162221 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXAnimation.cpp.o 63d5d9d5a344a2ad
|
||||
4 3978 1690666652333390322 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/SceneCombiner.cpp.o e9cdcd1ac559eccb
|
||||
21785 24344 1690666672699696887 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderModifier.cpp.o 87206863983a52bd
|
||||
3306 5065 1690666653420037765 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/RemoveRedundantMaterials.cpp.o 99953909db06ef89
|
||||
44754 46306 1690666694662642324 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlExporter.cpp.o 32a6573b77e19ce1
|
||||
5 818 1690666649173446229 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/CreateAnimMesh.cpp.o 7ea130f515fff023
|
||||
48896 54614 1690666702969162398 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/json_exporter.cpp.o 190b440eb1639368
|
||||
1448 2591 1690666650946748187 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/CApi/AssimpCExport.cpp.o 8d18f8b79a8749c
|
||||
1369 1553 1690666571791485188 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/monitor.c.o 124d0c3ae2806484
|
||||
18889 22836 1690666671193056847 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyParser.cpp.o 5ae75d6d649bf0e5
|
||||
15744 18876 1690666667233126838 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/NDO/NDOLoader.cpp.o 5b4b09345a337ee0
|
||||
1810 1894 1690666572131479145 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/xkb_unicode.c.o cd5a7859f3cccc4a
|
||||
49791 53821 1690666702175843063 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Step/StepExporter.cpp.o afa9315ebabb9c76
|
||||
1925 2050 1690666572288143027 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.c.o 80161e43fe7842eb
|
||||
4 1949 1690666598111017728 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileImporter.cpp.o d7cdad4ac14e0a87
|
||||
3 882 1690666597044369992 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.c.o 7be14023bebd6fc1
|
||||
43744 47946 1690666696302613377 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSExporter.cpp.o 38ba9c959677c0eb
|
||||
2564 3306 1690666651663402175 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenFaceNormalsProcess.cpp.o c706ecf635f90ffe
|
||||
2286 3970 1690666652326723773 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInvalidDataProcess.cpp.o 77b1faeca9b509af
|
||||
3 112 1690666596271050383 BLT-Graphics/libraries/glfw/src/libglfw3.a 924cae18c5dc9a0e
|
||||
5 479 1690666648836785519 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/AssertHandler.cpp.o 1badf9d3eff2d7f4
|
||||
4 1620 1690666649976765349 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/SkeletonMeshBuilder.cpp.o 89ab9ebd7d9fe4a4
|
||||
22837 33371 1690666681726204079 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCLoader.cpp.o 12224040add0fac6
|
||||
43298 45728 1690666694082652562 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyExporter.cpp.o 8cebf11eb3524bf1
|
||||
2668 2733 1690666873449499237 BLT-Graphics/libraries/BLT/libBLT.a b51125cfe104a77f
|
||||
37383 40226 1690666688582749660 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry2D.cpp.o e777298962c3d0c7
|
||||
4516 6165 1690666654520018308 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeMeshes.cpp.o 8bae76ed9f952ba
|
||||
25795 33269 1690666681622872571 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/XGL/XGLLoader.cpp.o 46c8238e264ea943
|
||||
6521 12549 1690666660906572023 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSLoader.cpp.o b9aabb357093829
|
||||
1398 1549 1690666571788151915 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/platform.c.o 4bb3d152908e422d
|
||||
38133 41562 1690666689916059451 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Metadata.cpp.o 81139f73fe88413
|
||||
6 1077 1690666871792861590 BLT-Graphics/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o 1a62efacde59d8ff
|
||||
54636 55479 1690666703835813774 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTriangleFans.cpp.o 79eddd26055d4743
|
||||
1692 1799 1690666572038147471 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/posix_module.c.o 65263bae1101c6d7
|
||||
2005 3435 1690666651790066601 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindInstancesProcess.cpp.o 12e30e822b0d831
|
||||
24344 29936 1690666678292931394 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCProfile.cpp.o 1f88ce9113921d5f
|
||||
29657 30981 1690666679336246297 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXUtil.cpp.o 72d8ff6dad209101
|
||||
46852 52454 1690666700809200511 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DExporter.cpp.o 6ce8167be00dd4dd
|
||||
48747 53420 1690666701775850121 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Pbrt/PbrtExporter.cpp.o 2da1a50a6ff3cc7a
|
||||
39907 44754 1690666693109336409 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Rendering.cpp.o 3c0b43505d0c569d
|
||||
40302 42201 1690666690556048152 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFCommon.cpp.o 6cb32562abbd7ca0
|
||||
3978 5908 1690666654263356181 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ValidateDataStructure.cpp.o 81efcf6c3e9f992f
|
||||
33371 36433 1690666684789483311 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDeformer.cpp.o 1445796e243f448c
|
||||
22539 24886 1690666673243020620 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderTessellator.cpp.o 6172ac6cd39e277e
|
||||
46307 50999 1690666699355892824 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExportNode.cpp.o db2276531ff1127a
|
||||
35741 40161 1690666688516084170 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Unreal/UnrealLoader.cpp.o ab37e5b88b878165
|
||||
1498 1692 1690666571931482700 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/window.c.o 947d731c32f64aef
|
||||
4 3373 1690666599534325804 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRMeshLoader.cpp.o 4df4bd1b6f874ce5
|
||||
47070 61419 1690666709772375716 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFExporter.cpp.o 88f1815dfefdb7ea
|
||||
5615 8389 1690666656746645590 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SplitByBoneCountProcess.cpp.o 44bb7a27313c465a
|
||||
4 215 1690666596377715158 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.c.o d8f33b4be1cf5245
|
||||
4188 6285 1690666654640016184 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/OptimizeGraph.cpp.o 45386aff8f5052a5
|
||||
2591 3919 1690666652276724657 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenVertexNormalsProcess.cpp.o b99c57118c0c8962
|
||||
21519 33488 1690666681839535411 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderScene.cpp.o 50466fb4caee4dd5
|
||||
48777 48895 1690666697252596610 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assjson/cencode.c.o 40286d6220467591
|
||||
216 2881 1690666599044334499 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/BaseImporter.cpp.o 973077b970abf681
|
||||
1102 2138 1690666598301014357 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/DefaultIOSystem.cpp.o f49ce604cb1d962e
|
||||
40226 44165 1690666692519346824 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DGeoHelper.cpp.o 314571d612101e41
|
||||
1944 1985 1690666572224810819 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/compress.c.o 36ce75e55760e014
|
||||
51183 51970 1690666700325875707 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/unzip/unzip.c.o bf1fc4b0e05283e8
|
||||
53821 54815 1690666703172492144 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/Value.cpp.o ae952f87d106fdf7
|
||||
5 904 1690666871619531292 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/parks/app.cpp.o e18b13dd41b1689d
|
||||
54614 54636 1690666702992495320 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcTools.cpp.o 62ef779e9f5798db
|
||||
31252 33400 1690666681756203550 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXModel.cpp.o 761d31c196762bc7
|
||||
1681 1775 1690666572014814552 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/null_joystick.c.o 2b7586684d3475f0
|
||||
190 1295 1690666597457695990 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/Compression.cpp.o 4788207674c3cb33
|
||||
5 2772 1690666873486165263 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/parks/renderer/engine.cpp.o 493ee2c57db5ccfc
|
||||
29353 43298 1690666691652695458 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXConverter.cpp.o 78148956e9e22e81
|
||||
3 149 1690666596311049674 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.c.o b498228fdcada325
|
||||
20661 29335 1690666677689608719 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderLoader.cpp.o 164833951efb2fa2
|
||||
45728 45765 1690666694119318581 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DExporter.cpp.o ad3b8e38c1f37496
|
||||
3970 5344 1690666653700032812 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TriangulateProcess.cpp.o dd244f7a163cf319
|
||||
51261 52115 1690666700469206511 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/advancing_front.cc.o d8e895df49f68c22
|
||||
51970 53345 1690666701699184807 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep.cc.o 815fba4627fbdc87
|
||||
1678 1810 1690666572048147293 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/null_window.c.o 847f09ec41519e8d
|
||||
2352 3614 1690666651970063416 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FixNormalsStep.cpp.o fe00237332343f36
|
||||
149 210 1690666596374381883 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.c.o f7e8c0b1c62ea6f9
|
||||
6292 9221 1690666657576630910 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/3DS/3DSConverter.cpp.o c042904b8d3230f
|
||||
54600 55384 1690666703739148813 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp.o e0a8ab2659fd75f8
|
||||
43024 43743 1690666692096020965 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/OpenGEX/OpenGEXExporter.cpp.o 93ba63bd54bf8251
|
||||
46702 49791 1690666698145914178 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X/XFileExporter.cpp.o 309cafb29cced41b
|
||||
1313 2538 1690666650893415797 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/DefaultLogger.cpp.o ee400e1aed1b9a34
|
||||
4 2081 1690666598244348696 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/HMP/HMPLoader.cpp.o 7dac1671d9d64fc2
|
||||
16508 22176 1690666670533068511 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Obj/ObjFileParser.cpp.o 39576d9cde20e69f
|
||||
1530 1719 1690666571958148893 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/egl_context.c.o e54b491cf5aef0aa
|
||||
6165 8263 1690666656619981163 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Geometry.cpp.o 6db133d434626dcb
|
||||
1736 3269 1690666651626736157 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/FindDegenerates.cpp.o 200ac510b79d318e
|
||||
6132 10972 1690666659326599962 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter.cpp.o fb626a39ab69372a
|
||||
30982 36821 1690666685176143148 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMeshGeometry.cpp.o 74b18a482feab303
|
||||
53985 54599 1690666702955829300 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/openddlparser/code/OpenDDLStream.cpp.o 91b92036ebe5fe46
|
||||
5065 6182 1690666654540017954 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/MakeVerboseFormat.cpp.o 5b10570e56632ad7
|
||||
18876 21785 1690666670139742129 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ply/PlyLoader.cpp.o d040862b3119b08f
|
||||
755 2439 1690666873156171041 BLT-Graphics/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o a453fd47951ee0e8
|
||||
199 1102 1690666597264366087 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/CApi/CInterfaceIOWrapper.cpp.o bf7aa907a0788dd
|
||||
15376 22961 1690666671316388000 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/NFF/NFFLoader.cpp.o 30063243b9145120
|
||||
7 1059 1690666871776195215 BLT-Graphics/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o a4f2f0ee4cea4dac
|
||||
30339 33678 1690666682032865329 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXProperties.cpp.o 2dc2da0cedf79224
|
||||
54039 54826 1690666703182491968 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcArithmeticCodec.cpp.o 79a4e157c554d6e1
|
||||
904 1537 1690666872256186807 BLT-Graphics/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o 1b9f368352924632
|
||||
113 597 1690666596761041687 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/trees.c.o beb8909b197e9805
|
||||
22176 25798 1690666674153004539 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderBMesh.cpp.o 6216ba0bb20d0361
|
||||
4 153 1690666596314382948 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.c.o ac1b4a5bb24ae34f
|
||||
45574 48099 1690666696455944004 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assxml/AssxmlFileWriter.cpp.o c2cbce5e9ba5cd9d
|
||||
5 4188 1690666652543386607 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/Subdivision.cpp.o d1e6bf9cbb7195bc
|
||||
3 729 1690666649086781096 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/VertexTriangleAdjacency.cpp.o 76c877c0857e1b65
|
||||
42155 46852 1690666695205966067 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/XmlSerializer.cpp.o 322b9c562568ee5
|
||||
37425 42155 1690666690509382309 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Geometry3D.cpp.o 97afc81a94a5ce32
|
||||
8302 16404 1690666664759837228 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaLoader.cpp.o 30564b17c1d2e12d
|
||||
1295 2042 1690666598204349406 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/IOSystem.cpp.o 8215b4dc952c2756
|
||||
15018 16824 1690666665179829802 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/HalfLife/UniqueNameGenerator.cpp.o 9f2283b74ff7b7ee
|
||||
44488 48923 1690666697279262806 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinFileWriter.cpp.o dadf6030ca1bffb9
|
||||
41562 61116 1690666709469047732 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Importer.cpp.o 2a3fda4fa27389bd
|
||||
55 339 1690666596501046302 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.c.o 842121faf131614d
|
||||
44165 45574 1690666693929321934 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Assbin/AssbinExporter.cpp.o 62a924da219c6253
|
||||
33678 37439 1690666685782799101 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3D/Q3DLoader.cpp.o febe783f15703070
|
||||
54266 54996 1690666703352488968 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp.o 77f7a0e43ea65ad4
|
||||
14495 16508 1690666664863168734 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLMaterialLoader.cpp.o bd3bd5159c9fd4ae
|
||||
11637 13467 1690666661823222481 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOAnimation.cpp.o 511635eece300601
|
||||
13467 17882 1690666666239811063 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDL/MDLLoader.cpp.o 83d7cf54db09e8e0
|
||||
12549 12588 1690666660943238041 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DImporter.cpp.o 866bce4050fedbe1
|
||||
1059 2187 1690666872902842145 BLT-Graphics/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o be52ef7c41b12dff
|
||||
22965 31252 1690666679606241527 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen2_2x3.cpp.o ea9e2add9569f3b6
|
||||
33269 34937 1690666683292843076 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXNodeAttribute.cpp.o 9196444be6de960f
|
||||
4 421 1690666596584378157 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/infback.c.o bf0b127af9ed79bb
|
||||
25110 33228 1690666681582873278 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCBoolean.cpp.o 5efdbe6be9ec846a
|
||||
1799 2023 1690666572261476834 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/x11_window.c.o 5064b48b229a5ad5
|
||||
153 190 1690666596354382238 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.c.o bfe1ab9a99f0136d
|
||||
479 1378 1690666649733436320 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/scene.cpp.o a431357e0bab5a83
|
||||
22961 64844 1690666713188982127 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCReaderGen1_2x3.cpp.o 1be697df8e948003
|
||||
5 1008 1690666649363442867 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/TargetAnimation.cpp.o bf60614c0e7aa091
|
||||
6285 9701 1690666658056622421 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/AMF/AMFImporter_Postprocess.cpp.o 85e035f66aed91fd
|
||||
1719 1812 1690666572051480566 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/posix_thread.c.o 51cd1828a53afa48
|
||||
42201 45749 1690666694105985483 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFImporter.cpp.o fba7435d08f17540
|
||||
5511 6132 1690666654490018838 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/GenBoundingBoxesProcess.cpp.o ffd0b4b065c41d7e
|
||||
29937 34431 1690666682786185357 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocument.cpp.o 387113a487d2047b
|
||||
25756 37425 1690666685779465827 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCOpenings.cpp.o 5318f5fb5d57465d
|
||||
7987 13180 1690666661536560883 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/BVH/BVHLoader.cpp.o 6f02dae8960b8d1f
|
||||
3269 4618 1690666652973379000 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/LimitBoneWeightsProcess.cpp.o b23e965a9f27ad8
|
||||
1812 1968 1690666572208144448 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/glx_context.c.o 1189e798b288514e
|
||||
5908 11637 1690666659993254839 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileReader.cpp.o 478152cc5a03f5a
|
||||
5 2597 1690666873312834964 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/parks/renderer/OpenGL.cpp.o 78828d0b69ee1ae0
|
||||
1894 1981 1690666572221477545 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/posix_poll.c.o f3a94f277fa89451
|
||||
4654 6292 1690666654646682733 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ProcessHelper.cpp.o 12827430185fe91c
|
||||
50902 51924 1690666700279209864 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/common/shapes.cc.o 46c963f827e70cd6
|
||||
1633 3130 1690666651486738633 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ComputeUVMappingProcess.cpp.o 4e4e69685d47616b
|
||||
10087 13137 1690666661493228316 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Irr/IRRShared.cpp.o 3d33b3ad4d9d780c
|
||||
6 2655 1690666873369500638 BLT-Graphics/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o d3ce6d2e554c231c
|
||||
1776 1944 1690666572181478256 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/x11_init.c.o 7e9589193b752667
|
||||
2848 5615 1690666653970028036 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/PretransformVertices.cpp.o fef2880f4cf551fe
|
||||
10855 13234 1690666661589893274 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/IQM/IQMImporter.cpp.o 4683f4186af1e9fc
|
||||
33488 35828 1690666684182827357 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXDocumentUtil.cpp.o d4bd9d7df42eb892
|
||||
41430 56283 1690666704635799660 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF/glTFImporter.cpp.o 9ac7bf3a47c7c81b
|
||||
34432 38133 1690666686489453289 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Raw/RawLoader.cpp.o ae4f3b1d4739caef
|
||||
1553 1681 1690666571918149603 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/null_init.c.o 1f10c11a98d6585c
|
||||
9221 15018 1690666663373195076 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/DXF/DXFLoader.cpp.o 5c0f8092af54da71
|
||||
20967 25756 1690666674113005247 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Blender/BlenderDNA.cpp.o 931586a393b48dd3
|
||||
3919 6637 1690666654993343268 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/TextureTransform.cpp.o d00dc437334363b0
|
||||
16404 18889 1690666667246459935 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/OFF/OFFLoader.cpp.o bce4ae631853853a
|
||||
5 1328 1690666872046190485 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/parks/renderer/player.cpp.o d5850d174e881194
|
||||
421 1700 1690666597864355439 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/PostStepRegistry.cpp.o c85576ba08729d14
|
||||
34332 37383 1690666685739466533 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Q3BSP/Q3BSPFileImporter.cpp.o 603e47c3fad7319d
|
||||
40281 44488 1690666692842674450 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DXmlHelper.cpp.o 52762f76a9bbcfe3
|
||||
23079 30339 1690666678692924328 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/IFC/IFCUtil.cpp.o 6005e4d333ce95be
|
||||
37505 40302 1690666688656081698 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Light.cpp.o 90234e2ff9446b68
|
||||
5908 7401 1690666655756663100 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/STEPParser/STEPFileEncoding.cpp.o 7a5cb85e1a214282
|
||||
52454 57003 1690666705359120232 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/clipper/clipper.cpp.o 5dfdb5357766fd22
|
||||
1828 1957 1690666572194811353 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/linux_joystick.c.o eecc45bdc3f95369
|
||||
35523 39013 1690666687369437750 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLLoader.cpp.o ad043723be9f06fc
|
||||
12112 15744 1690666664099848895 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/LWO/LWOMaterial.cpp.o df8b684ce4f5252d
|
||||
13234 15376 1690666663733188711 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MDC/MDCLoader.cpp.o 4dd501c3b76b43bd
|
||||
210 4280 1690666600440976384 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/Assimp.cpp.o 26ea2c655bc67377
|
||||
33400 35528 1690666683882832656 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXBinaryTokenizer.cpp.o 6e1f4784becc1bc3
|
||||
1549 1705 1690666571944815796 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/osmesa_context.c.o 2fcfa8cbfa01744a
|
||||
1620 5511 1690666653866696531 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/Exporter.cpp.o 19035f780e4f57f3
|
||||
19445 25110 1690666673466350007 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/COB/COBLoader.cpp.o 7ce88e14d36d2316
|
||||
9701 12936 1690666661293231852 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/CSM/CSMLoader.cpp.o 5edbdf8e6b101c99
|
||||
31173 34332 1690666682686187123 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXMaterial.cpp.o 17ca2f0ef3976a4c
|
||||
12588 12607 1690666660963237687 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/M3D/M3DWrapper.cpp.o e1373f84090d24c
|
||||
46565 48777 1690666697132598728 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/STL/STLExporter.cpp.o ad83175e0a4b6bbb
|
||||
17387 24129 1690666672483034049 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Ogre/OgreXmlSerializer.cpp.o 894162fab9bf9cb3
|
||||
4 919 1690666597081036008 BLT-Graphics/libraries/assimp/contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.c.o a7e4f2f71d29e13b
|
||||
3544 5769 1690666654126691931 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/SortByPTypeProcess.cpp.o 5f4e8193dee8cc30
|
||||
749 1633 1690666649990098447 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/Version.cpp.o 3d783ee704dde823
|
||||
4 1658 1690666872376184704 CMakeFiles/BLT_TESTS.dir/src/main.cpp.o 84b117b03bf43105
|
||||
36821 42394 1690666690749378072 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter.cpp.o 7a2a60555c26e46a
|
||||
42283 47070 1690666695425962184 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/3MF/D3MFOpcPackage.cpp.o 150ce0cb8fab72a4
|
||||
19044 22965 1690666671319721275 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MS3D/MS3DLoader.cpp.o d2f31288b4826fa7
|
||||
64844 65151 1690666713482310288 BLT-Graphics/libraries/assimp/lib/libassimp.a 73a67bde6d1e5a6
|
||||
51924 52784 1690666701139194688 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/cdt.cc.o e55fa159ef17416f
|
||||
598 4060 1690666600220980286 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/Common/ImporterRegistry.cpp.o 5edf29ed11b15dae
|
||||
37439 39920 1690666688276088408 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/X3D/X3DImporter_Group.cpp.o 95c09d9bca14b2cc
|
||||
42395 46565 1690666694919304460 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/MMD/MMDImporter.cpp.o d064a023e51a5718
|
||||
45765 59432 1690666707785744091 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/FBX/FBXExporter.cpp.o 57c01bb2c338e8b5
|
||||
8263 10087 1690666658443282250 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/Collada/ColladaHelper.cpp.o dbd37794e1f96fdd
|
||||
47947 59567 1690666707922408347 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/glTF2/glTF2Exporter.cpp.o 2578bceeac420f7c
|
||||
1689 3020 1690666651376740579 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/EmbedTexturesProcess.cpp.o 95a2f4dd55d0c78f
|
||||
6 1575 1690666872289519557 BLT-Graphics/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o 3254eade1df577fc
|
||||
3021 4654 1690666653010045019 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/PostProcessing/ImproveCacheLocality.cpp.o 827b929555bae1e8
|
||||
52115 53458 1690666701812516140 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/__/contrib/poly2tri/poly2tri/sweep/sweep_context.cc.o 5b4f063541544411
|
||||
34937 39907 1690666688262755309 BLT-Graphics/libraries/assimp/code/CMakeFiles/assimp.dir/AssetLib/SIB/SIBImporter.cpp.o ce9b7cf0d282434c
|
||||
2772 2814 1690666873529497837 BLT-Graphics/libBLT_GRAPHICS.a a33e28add8b815cb
|
||||
1705 1828 1690666572068146937 BLT-Graphics/libraries/glfw/src/CMakeFiles/glfw.dir/posix_time.c.o 4cf6b443e533017e
|
||||
7 2668 1690666873382833738 BLT-Graphics/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o 44e9d7c7fd2a155a
|
||||
6 152 1690666974827726476 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/imgui/imgui_impl_opengl3.cpp.o c949a62eb5e8440
|
||||
6 169 1690666974844392851 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/imgui/imgui_impl_glfw.cpp.o 3d9c860a39f89074
|
||||
6 247 1690666974924391455 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/imgui/imgui_spectrum.cpp.o 8dbda3a5d7b77929
|
||||
7 327 1690666975004390058 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/perlin.cpp.o 4ef579af383dc58d
|
||||
5 852 1690666975527714255 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/imgui/ImNodes.cpp.o 705274c89f488965
|
||||
5 879 1690666975554380457 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/imgui/ImNodesEz.cpp.o 63a9a19195399235
|
||||
6 976 1690666975651045436 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/imgui/imgui_demo.cpp.o 3b96d7c77c5e38a4
|
||||
6 1117 1690666975791042992 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/imgui/imgui_tables.cpp.o 303ce9f40d9b702
|
||||
6 1521 1690666976194369283 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/imgui/imgui_draw.cpp.o 1abf052fc177c42e
|
||||
6 1659 1690666976331033564 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/imgui/imgui_widgets.cpp.o 3aaceca7101eece8
|
||||
5 1952 1690666976624361776 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/imgui/imgui.cpp.o 49d4b66a408e2654
|
||||
1952 2019 1690666976691027280 BLT-Graphics/libBLT_GRAPHICS.a 5430eebc218857c1
|
||||
5 791 1690667059662913827 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/parks/renderer/player.cpp.o d5850d174e881194
|
||||
5 1012 1690667059882909994 CMakeFiles/BLT_TESTS.dir/src/main.cpp.o 84b117b03bf43105
|
||||
5 1079 1690667103055491790 BLT-Graphics/CMakeFiles/BLT_GRAPHICS.dir/src/parks/renderer/engine.cpp.o 493ee2c57db5ccfc
|
||||
1079 1153 1690667103125490572 BLT-Graphics/libBLT_GRAPHICS.a 5430eebc218857c1
|
||||
1153 1293 1690667103268821412 BLT_TESTS 1b31fb1da5a624d9
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,52 @@
|
|||
# Install script for directory: /home/brett/git/BLT-Dev/BLT-Graphics
|
||||
|
||||
# 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/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/BLT/cmake_install.cmake")
|
||||
include("/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/glfw/cmake_install.cmake")
|
||||
include("/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/assimp/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,44 @@
|
|||
# Install script for directory: /home/brett/git/BLT-Dev/BLT-Graphics/libraries/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()
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef BLT_CONFIG_H
|
||||
#define BLT_CONFIG_H
|
||||
|
||||
/* #undef ZLIB_FOUND */
|
||||
/* #undef BLT_DISABLE_LOGGING */
|
||||
/* #undef BLT_DISABLE_TRACE */
|
||||
/* #undef BLT_DISABLE_DEBUG */
|
||||
/* #undef BLT_DISABLE_INFO */
|
||||
/* #undef BLT_DISABLE_WARN */
|
||||
/* #undef BLT_DISABLE_ERROR */
|
||||
/* #undef BLT_DISABLE_FATAL */
|
||||
|
||||
#endif // BLT_CONFIG_H
|
Binary file not shown.
|
@ -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)
|
|
@ -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.25)
|
||||
#----------------------------------------------------------------
|
||||
# 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)
|
|
@ -0,0 +1,9 @@
|
|||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: BLT_TESTS
|
||||
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}
|
|
@ -0,0 +1,81 @@
|
|||
# Install script for directory: /home/brett/git/BLT-Dev/BLT-Graphics/libraries/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/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/assimp/generated/assimpConfig.cmake"
|
||||
"/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/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/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/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/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/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/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/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/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/assimp/contrib/zlib/cmake_install.cmake")
|
||||
include("/home/brett/git/BLT-Dev/cmake-build-debug/BLT-Graphics/libraries/assimp/code/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue