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 --- second/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'second') diff --git a/second/CMakeLists.txt b/second/CMakeLists.txt index c99c697..20703c6 100644 --- a/second/CMakeLists.txt +++ b/second/CMakeLists.txt @@ -1,5 +1,3 @@ -add_dotnet_target(Second) - add_dotnet_executable(Second MAIN Program SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Program.cs -- cgit v1.2.3