13 lines
150 B
Text
13 lines
150 B
Text
(library
|
|
(name foo)
|
|
(modules foo))
|
|
|
|
(library
|
|
(name bar)
|
|
(modules bar)
|
|
(libraries foo))
|
|
|
|
(executable
|
|
(name run)
|
|
(modules run)
|
|
(libraries bar))
|