The Meson Build System
http://mesonbuild.com/
6 lines
111 B
6 lines
111 B
5 years ago
|
public class Subdir.Test : GLib.Object {
|
||
|
construct {
|
||
|
stdout.printf("Test from Subdir/\n");
|
||
|
}
|
||
|
}
|