Skip to content

Commit

Permalink
fixup! tooling: Add Bazel support
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Jul 11, 2024
1 parent 4f8e70d commit f52a983
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,10 @@ The registry should contain the following modules:
boost
cli11
esmini
incbin
inja
luajit (optional)
oatpp
open-simulation-interface
sol
Expand Down
1 change: 0 additions & 1 deletion engine/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ cc_library(
"//oak",
"@boost//:algorithm",
"@boost//:conversion",
"@boost//:filesystem",
"@boost//:optional",
"@boost//:process",
"@boost//:uuid",
Expand Down

0 comments on commit f52a983

Please sign in to comment.