From 3f45fd0c5abaa3090e4e13b60104d0fcffe257f6 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 21:45:03 +0200 Subject: Add NATIVE_DEPENDS parameter for .so file-level tracking --- baz/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'baz') 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) -- cgit v1.2.3