summaryrefslogtreecommitdiffstats
path: root/baz/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'baz/CMakeLists.txt')
-rw-r--r--baz/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/baz/CMakeLists.txt b/baz/CMakeLists.txt
index 0c8065e..0813bcc 100644
--- a/baz/CMakeLists.txt
+++ b/baz/CMakeLists.txt
@@ -1,3 +1,5 @@
add_dotnet_library(Baz
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Baz.cs
)
+
+add_dependencies(Baz hello_c)