forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.bazelproject
21 lines (18 loc) · 879 Bytes
/
.bazelproject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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:
.
-build
targets:
//...:all
build_flags:
--enable_workspace=true
--incompatible_autoload_externally=+java_common,+JavaInfo,+JavaPluginInfo,ProguardSpecProvider,java_binary,java_import,java_library,java_plugin,java_test,java_runtime,java_toolchain,java_package_configuration