blob: 9cf530e37d227588b634a2b1e402b1aa43705d03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
GO_LIBRARY()
IF (TRUE)
SRCS(
attr_string.go
buf.go
class_string.go
const.go
entry.go
line.go
open.go
tag_string.go
type.go
typeunit.go
unit.go
)
ENDIF()
END()
|