initial setup

This commit is contained in:
2023-08-03 21:17:34 +02:00
commit a0b11e3bde
17 changed files with 715 additions and 0 deletions

4
external/entt/CMakeLists.txt vendored Normal file
View File

@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
add_subdirectory(./entt EXCLUDE_FROM_ALL)

1
external/entt/entt vendored Submodule

Submodule external/entt/entt added at 344e03ac64