diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 20:29:11 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 20:29:11 +0200 |
| commit | ceaf6ef05eb50b84c5de159a71e5869e2ac38f85 (patch) | |
| tree | dd72cc6240825eb5e39dc4b0ac2cc58867f3ecc9 /Program.cs | |
| parent | 5ec50e41ea76d26bac1686672a8cff2248465f98 (diff) | |
| download | csharp-cmake-ceaf6ef05eb50b84c5de159a71e5869e2ac38f85.tar.gz csharp-cmake-ceaf6ef05eb50b84c5de159a71e5869e2ac38f85.zip | |
Add FooBar library with CMake build integration
Diffstat (limited to 'Program.cs')
| -rw-r--r-- | Program.cs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ class Program static void Main() { Console.WriteLine("Hello, CMake + C#!"); + FooBar.Print(); } } |
