Brian Silverman | 3e1563d | 2015-09-20 16:59:00 -0400 | [diff] [blame^] | 1 | licenses(['notice']) |
2 | |||||
3 | cc_library( | ||||
4 | name = 'seasocks', | ||||
5 | visibility = ['//visibility:public'], | ||||
6 | srcs = glob(['src/main/c/**/*.cpp']), | ||||
7 | hdrs = glob([ | ||||
8 | 'src/main/c/**/*.h', | ||||
9 | ], [ | ||||
10 | 'src/main/internal/**/*', | ||||
11 | ]), | ||||
12 | includes = ['src/main/c'], | ||||
13 | ) |