summaryrefslogtreecommitdiffstats
path: root/hello
diff options
context:
space:
mode:
Diffstat (limited to 'hello')
-rw-r--r--hello/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/hello/CMakeLists.txt b/hello/CMakeLists.txt
index a6fb31c..4f61ac3 100644
--- a/hello/CMakeLists.txt
+++ b/hello/CMakeLists.txt
@@ -1,7 +1,8 @@
+add_dotnet_target(HelloCMake)
+
add_dotnet_executable(HelloCMake
MAIN Program
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Program.cs
- DEPENDS FooBar
)
target_link_dotnet_libraries(HelloCMake PRIVATE FooBar)