Add test file for glTF mesh loading

This commit is contained in:
JosiahWI
2022-10-16 21:48:29 -05:00
parent 4860523223
commit 21ce3d9657
8 changed files with 18117 additions and 0 deletions

View File

@ -0,0 +1,13 @@
cmake_minimum_required(VERSION 3.5)
project(Catch2
LANGUAGES CXX
)
add_library(Catch2 INTERFACE)
add_library(Catch2::Catch ALIAS Catch2)
target_include_directories(Catch2
INTERFACE
"${PROJECT_SOURCE_DIR}"
)

17976
source/lib/catch2/catch.hpp Normal file

File diff suppressed because it is too large Load Diff