aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorSamuel Freilich <sfreilich@google.com>2022-03-07 12:50:49 -0800
committerCopybara-Service <copybara-worker@google.com>2022-03-07 12:51:17 -0800
commit0b0d57895bbe4afaf1d77d0a22a599bb8012444b (patch)
tree2d8b68a37f7c0cfb2727937b943771daa1df6a0b /BUILD
parentbf6f33f34f7063ae8ccc1e1f798d3ecf14286f0a (diff)
downloadink-stroke-modeler-0b0d57895bbe4afaf1d77d0a22a599bb8012444b.tar.gz
Fix CMake build structure and add usage docs
Focus on consumers using submodules + add_subdirectory, pruning logic related to local installation for now. Targets are now namespaced properly in `InkStrokeModeler::`. Adds usage documentation for consuming the library from Bazel and CMake projects. PiperOrigin-RevId: 433015667
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index f8433a5..cefdd4d 100644
--- a/BUILD
+++ b/BUILD
@@ -24,4 +24,5 @@ alias(
name = "gtest_for_library_testonly",
testonly = 1,
actual = "@com_google_googletest//:gtest",
+ visibility = ["//:__subpackages__"],
)