aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/paulmach/orb/clip/ya.make
blob: b07ad7cd5a990c81e493bd3c1a9f179c619e1bb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
GO_LIBRARY()

LICENSE(MIT)

SRCS(
    clip.go
    helpers.go
    options.go
)

GO_TEST_SRCS(
    clip_test.go
    helpers_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
    gotest
    smartclip
)