From f52a983ee344513af9a9099b6408bc63613c79f4 Mon Sep 17 00:00:00 2001 From: Benjamin Morgan Date: Thu, 11 Jul 2024 13:52:20 +0200 Subject: [PATCH] fixup! tooling: Add Bazel support --- .bazelrc | 2 +- README.md | 2 ++ engine/BUILD.bazel | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 0137fe2d..24f085b0 100644 --- a/.bazelrc +++ b/.bazelrc @@ -11,4 +11,4 @@ build --experimental_cc_implementation_deps build --action_env=BAZEL_CXXOPTS="-std=c++17" build --strip=never build --copt='-O2' -build --conlyopt='-std=c99' +build --conlyopt='-std=c11' diff --git a/README.md b/README.md index a52f9564..79ed3313 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,10 @@ The registry should contain the following modules: boost cli11 + esmini incbin inja + luajit (optional) oatpp open-simulation-interface sol diff --git a/engine/BUILD.bazel b/engine/BUILD.bazel index a3c988e4..d514ac89 100644 --- a/engine/BUILD.bazel +++ b/engine/BUILD.bazel @@ -24,7 +24,6 @@ cc_library( "//oak", "@boost//:algorithm", "@boost//:conversion", - "@boost//:filesystem", "@boost//:optional", "@boost//:process", "@boost//:uuid",