1 | module LibA { |
---|---|
2 | header "a.h" |
3 | module Extensions { |
4 | header "a_extensions.h" |
5 | } |
6 | } |
7 | |
8 | module Crash { |
9 | header "crash.h" |
10 | } |
11 |
1 | module LibA { |
---|---|
2 | header "a.h" |
3 | module Extensions { |
4 | header "a_extensions.h" |
5 | } |
6 | } |
7 | |
8 | module Crash { |
9 | header "crash.h" |
10 | } |
11 |