From 4a44539963b92e18a31efa08bca2013824c5213f Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 22:27:32 +0200 Subject: Move target registration into add_dotnet_library/executable, remove add_dotnet_target --- baz/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'baz') diff --git a/baz/CMakeLists.txt b/baz/CMakeLists.txt index 78a418e..6cfa0eb 100644 --- a/baz/CMakeLists.txt +++ b/baz/CMakeLists.txt @@ -1,5 +1,3 @@ -add_dotnet_target(Baz) - add_dotnet_library(Baz SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Baz.cs ) -- cgit v1.2.3