diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 20:56:43 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 20:56:43 +0200 |
| commit | 9bb17da786318cf6c056bdc8a5bfb100ae7ae81c (patch) | |
| tree | d05940c8ec6f37799148e034a9a6237dd08ec6d3 /foobar/FooBar.cs | |
| parent | 914c5024e9005d06bb3f784c2bc230a58483fb9a (diff) | |
| download | csharp-cmake-9bb17da786318cf6c056bdc8a5bfb100ae7ae81c.tar.gz csharp-cmake-9bb17da786318cf6c056bdc8a5bfb100ae7ae81c.zip | |
Add Baz library with transitive PUBLIC dependency support
Diffstat (limited to 'foobar/FooBar.cs')
| -rw-r--r-- | foobar/FooBar.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/foobar/FooBar.cs b/foobar/FooBar.cs index fea9685..7edd61b 100644 --- a/foobar/FooBar.cs +++ b/foobar/FooBar.cs @@ -5,5 +5,6 @@ public class FooBar public static void Print() { Console.WriteLine("FooBar"); + Baz.Print(); } } |
