forked from sammy-tri/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add and document CLion/Bazel integration.
- Loading branch information
1 parent
066601b
commit 88f823b
Showing
3 changed files
with
152 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# This is the default project view file for CLion. It describes which | ||
# directories and targets CLion should traverse when ingesting the Bazel build. | ||
# | ||
# Developers who only wish to work on a subset of Drake may maintain custom | ||
# project views locally. The more narrowly scoped the project view, the faster | ||
# CLion indexing will be. Restricted project views of general interest may also | ||
# be committed to this directory, with file names of the form foo.bazelproject. | ||
# | ||
# Detailed documentation for the file format is available at | ||
# https://ij.bazel.build/docs/project-views.html | ||
|
||
directories: | ||
. | ||
-externals | ||
-build | ||
|
||
targets: | ||
//...:all | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _bazel: | ||
|
||
****************** | ||
Bazel build system | ||
****************** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters