summaryrefslogtreecommitdiffstats
path: root/baz/CMakeLists.txt
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:45:03 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:45:03 +0200
commit3f45fd0c5abaa3090e4e13b60104d0fcffe257f6 (patch)
treecaf96bac7ae04dacafb32b6f19d4ab739c7477e0 /baz/CMakeLists.txt
parentbf2f3e0acdf98020295732a3a63b7ddbc64a6d6a (diff)
downloadcsharp-cmake-3f45fd0c5abaa3090e4e13b60104d0fcffe257f6.tar.gz
csharp-cmake-3f45fd0c5abaa3090e4e13b60104d0fcffe257f6.zip
Add NATIVE_DEPENDS parameter for .so file-level tracking
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)