entityxΒΆ

hunter_add_package(entityx)
find_package(entityx CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC entityx::entityx)