5 lines
92 B
CMake
5 lines
92 B
CMake
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
|
|
|
add_subdirectory(./entt EXCLUDE_FROM_ALL)
|
|
|