summaryrefslogtreecommitdiffstats
path: root/foobar
diff options
context:
space:
mode:
Diffstat (limited to 'foobar')
-rw-r--r--foobar/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/foobar/CMakeLists.txt b/foobar/CMakeLists.txt
index f4ff2a7..83f29ab 100644
--- a/foobar/CMakeLists.txt
+++ b/foobar/CMakeLists.txt
@@ -1,6 +1,7 @@
+add_dotnet_target(FooBar)
+
add_dotnet_library(FooBar
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/FooBar.cs
- DEPENDS Baz
)
target_link_dotnet_libraries(FooBar PUBLIC Baz)