partial setup

This commit is contained in:
2023-07-25 01:11:30 +02:00
commit f077a29cf0
13 changed files with 306 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)