Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
* migrate flecs from v3 to v4
  • Loading branch information
abeimler committed Jul 14, 2024
1 parent 29f0397 commit 0d05af8
Show file tree
Hide file tree
Showing 10 changed files with 349 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ static ecs::benchmarks::gaia_ecs::GaiaEcsEntityBenchmarkSuite benchmark_suite({.

ECS_ENTITY_BENCHMARKS(benchmark_suite)

/// @FIXME: crashes
/*
static void BM_CreateEntitiesInBulk(benchmark::State& state) {
benchmark_suite.BM_CreateEntitiesInBulk(state);
}
Expand All @@ -13,3 +15,4 @@ static void BM_CreateEmptyEntitiesInBulk(benchmark::State& state) {
benchmark_suite.BM_CreateEmptyEntitiesInBulk(state);
}
BENCHMARK(BM_CreateEmptyEntitiesInBulk)->Apply(ecs::benchmarks::base::BEDefaultArguments);
*/
2 changes: 1 addition & 1 deletion libs/openecs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ project(OpenEcs
LANGUAGES C CXX)

add_library(OpenEcs INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include/ecs.h)
target_include_directories(OpenEcs INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>")
target_include_directories(OpenEcs INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>")
Loading

0 comments on commit 0d05af8

Please sign in to comment.