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