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 --- second/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'second') diff --git a/second/CMakeLists.txt b/second/CMakeLists.txt index 464ee52..c99c697 100644 --- a/second/CMakeLists.txt +++ b/second/CMakeLists.txt @@ -1,7 +1,8 @@ +add_dotnet_target(Second) + add_dotnet_executable(Second MAIN Program SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Program.cs - DEPENDS Baz ) target_link_dotnet_libraries(Second PRIVATE Baz) -- cgit v1.2.3