1# DO NOT EDIT: This is a generated file. 2# See //bazel/exporter_tool/README.md for more information. 3# 4# The sources of truth are: 5# //modules/bentleyottmann/include/BUILD.bazel 6# //modules/bentleyottmann/src/BUILD.bazel 7# //modules/bentleyottmann/tests/BUILD.bazel 8 9# To update this file, run make -C bazel generate_gni 10 11_modules = get_path_info("../../modules", "abspath") 12 13# Generated by Bazel rule //modules/bentleyottmann/include:hdrs 14bentleyottmann_public = [ 15 "$_modules/bentleyottmann/include/BentleyOttmann1.h", 16 "$_modules/bentleyottmann/include/BruteForceCrossings.h", 17 "$_modules/bentleyottmann/include/Contour.h", 18 "$_modules/bentleyottmann/include/EventQueue.h", 19 "$_modules/bentleyottmann/include/EventQueueInterface.h", 20 "$_modules/bentleyottmann/include/Int96.h", 21 "$_modules/bentleyottmann/include/Myers.h", 22 "$_modules/bentleyottmann/include/Point.h", 23 "$_modules/bentleyottmann/include/Segment.h", 24 "$_modules/bentleyottmann/include/SweepLine.h", 25] 26 27# Generated by Bazel rule //modules/bentleyottmann/src:srcs 28bentleyottmann_sources = [ 29 "$_modules/bentleyottmann/src/BentleyOttmann1.cpp", 30 "$_modules/bentleyottmann/src/BruteForceCrossings.cpp", 31 "$_modules/bentleyottmann/src/Contour.cpp", 32 "$_modules/bentleyottmann/src/EventQueue.cpp", 33 "$_modules/bentleyottmann/src/Int96.cpp", 34 "$_modules/bentleyottmann/src/Myers.cpp", 35 "$_modules/bentleyottmann/src/Point.cpp", 36 "$_modules/bentleyottmann/src/Segment.cpp", 37 "$_modules/bentleyottmann/src/SweepLine.cpp", 38] 39 40# Generated by Bazel rule //modules/bentleyottmann/tests:tests 41bentleyottmann_tests = [ 42 "$_modules/bentleyottmann/tests/BentleyOttmann1Test.cpp", 43 "$_modules/bentleyottmann/tests/BruteForceCrossingsTest.cpp", 44 "$_modules/bentleyottmann/tests/ContourTest.cpp", 45 "$_modules/bentleyottmann/tests/EventQueueTest.cpp", 46 "$_modules/bentleyottmann/tests/Int96Test.cpp", 47 "$_modules/bentleyottmann/tests/MyersTest.cpp", 48 "$_modules/bentleyottmann/tests/PointTest.cpp", 49 "$_modules/bentleyottmann/tests/SegmentTest.cpp", 50 "$_modules/bentleyottmann/tests/SweepLineTest.cpp", 51] 52