-
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.
Support compiling without ArrayFire installed (#4)
- Loading branch information
Showing
3 changed files
with
32 additions
and
16 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 |
---|---|---|
@@ -1,18 +1,12 @@ | ||
# This is a projectview file generated automatically during bazel project auto-import | ||
# For more documentation, please visit https://ij.bazel.build/docs/project-views.html | ||
# If your repository contains predefined .projectview files, you use 'import' directive to include them. | ||
# Otherwise, please specify 'directories' and 'targets' you want to be imported | ||
# | ||
# By default we keep your 'directories' and 'targets' sections empty, so nothing is imported. | ||
# Please uncomment them and put the correct data there, and then run 'Sync' again | ||
|
||
directories: | ||
# Add the directories you want added as source here | ||
# By default, we've added your entire workspace ('.') | ||
. | ||
|
||
# Automatically includes all relevant targets under the 'directories' above | ||
derive_targets_from_directories: true | ||
|
||
targets: | ||
# If source code isn't resolving, add additional targets that compile it here | ||
|
||
additional_languages: | ||
# Uncomment any additional languages you want supported | ||
# android | ||
# dart | ||
# kotlin | ||
# python | ||
# scala | ||
//arrayfire/... |
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
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