Skip to content

Commit

Permalink
Switch to cmake fetch instead of git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed Dec 2, 2022
1 parent 3e078f5 commit 4069649
Show file tree
Hide file tree
Showing 8 changed files with 2,092 additions and 1,516 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 2 additions & 0 deletions bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library")

licenses(["notice"])

exports_files(["workspace_deps.bzl"], visibility = ["//cmake:__pkg__"])

py_binary(
name = "amalgamate",
srcs = ["amalgamate.py"],
Expand Down
1 change: 1 addition & 0 deletions cmake/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ genrule(
srcs = [
"//:BUILD",
"//:WORKSPACE",
"//bazel:workspace_deps.bzl"
],
outs = ["generated-in/CMakeLists.txt"],
cmd = "$(location :make_cmakelists) $@",
Expand Down
Loading

0 comments on commit 4069649

Please sign in to comment.