blob: 8b4dfc47702e2e7466335ab6cd21161fa473fd88 (
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()
|