summaryrefslogtreecommitdiffstats
path: root/third/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third/CMakeLists.txt')
-rw-r--r--third/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/third/CMakeLists.txt b/third/CMakeLists.txt
new file mode 100644
index 0000000..df0b157
--- /dev/null
+++ b/third/CMakeLists.txt
@@ -0,0 +1,8 @@
+add_dotnet_target(Third)
+
+file(GLOB THIRD_SOURCES CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/*.cs)
+
+add_dotnet_executable(Third
+ MAIN Program
+ SOURCES ${THIRD_SOURCES}
+)