File: BUILD

package info (click to toggle)
cppnumericalsolvers 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: cpp: 2,694; python: 236; sh: 20; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
cc_library(
    name = "cppoptlib",
    hdrs = glob([
        "*.h",
        "solver/*.h",
        "linesearch/*.h",
    ]),
    visibility = ["//visibility:public"],
)