File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ This directory contains a Bazel to CMake generator intended mainly for IDE integ
3
3
[ ` cmake.bzl ` ] ( ./cmake.bzl ) contains the Bazel side, with the ` cmake_aspect ` rule gathering the necessary information
4
4
from ` cc_* ` rules and ` generate_cmake ` translating that information into CMake commands. ` generate_cmake ` targets also
5
5
depend on all files that are either generated or fetched from external repositories, so that Bazel will fill in those
6
- dependencies before letting CMake to the C/C++ compilation.
6
+ dependencies before letting CMake do the C/C++ compilation.
7
7
8
8
[ ` setup.cmake ` ] ( ./setup.cmake ) contains the generic CMake setup, setting up some Bazel related global variables and
9
9
providing an ` include_generated ` macro to be used in ` CMakeLists.txt ` to include a specific ` generate_cmake ` Bazel
You can’t perform that action at this time.
0 commit comments