summaryrefslogtreecommitdiffstats
path: root/second
diff options
context:
space:
mode:
Diffstat (limited to 'second')
-rw-r--r--second/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/second/CMakeLists.txt b/second/CMakeLists.txt
index 20703c6..464ee52 100644
--- a/second/CMakeLists.txt
+++ b/second/CMakeLists.txt
@@ -1,6 +1,7 @@
add_dotnet_executable(Second
MAIN Program
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Program.cs
+ DEPENDS Baz
)
target_link_dotnet_libraries(Second PRIVATE Baz)