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