2022-05-03 18:53:24 +02:00
|
|
|
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
2020-09-29 13:47:50 +02:00
|
|
|
add_library(entt INTERFACE)
|
|
|
|
target_include_directories(entt INTERFACE "${CMAKE_CURRENT_LIST_DIR}/entt/src")
|
|
|
|
target_compile_features(entt INTERFACE cxx_std_17)
|
|
|
|
|