From f19db5021361f1cf5780d1d06ceea26b8bf392e6 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 21:54:27 +0200 Subject: Defer custom command creation with dotnet_finalize_targets and move NATIVE_DEPS to target_link_dotnet_libraries --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5010dcb..350a814 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,3 +15,5 @@ add_subdirectory(baz) add_subdirectory(foobar) add_subdirectory(hello) add_subdirectory(second) + +dotnet_finalize_targets() -- cgit v1.2.3