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, 1 insertions, 2 deletions
diff --git a/baz/CMakeLists.txt b/baz/CMakeLists.txt
index 0813bcc..97387ce 100644
--- a/baz/CMakeLists.txt
+++ b/baz/CMakeLists.txt
@@ -1,5 +1,4 @@
add_dotnet_library(Baz
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Baz.cs
+ NATIVE_DEPENDS hello_c
)
-
-add_dependencies(Baz hello_c)