Files
MushMachine/external/entt.cmake
2025-05-21 12:05:51 +02:00

6 lines
215 B
CMake

cmake_minimum_required(VERSION 3.9...3.16 FATAL_ERROR)
add_library(entt INTERFACE)
target_include_directories(entt INTERFACE "${CMAKE_CURRENT_LIST_DIR}/entt/src")
target_compile_features(entt INTERFACE cxx_std_17)