summaryrefslogtreecommitdiffstats
path: root/baz/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'baz/CMakeLists.txt')
-rw-r--r--baz/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/baz/CMakeLists.txt b/baz/CMakeLists.txt
new file mode 100644
index 0000000..0c8065e
--- /dev/null
+++ b/baz/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_dotnet_library(Baz
+ SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Baz.cs
+)