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 --- third/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'third/CMakeLists.txt') diff --git a/third/CMakeLists.txt b/third/CMakeLists.txt index df0b157..c2121d6 100644 --- a/third/CMakeLists.txt +++ b/third/CMakeLists.txt @@ -1,5 +1,3 @@ -add_dotnet_target(Third) - file(GLOB THIRD_SOURCES CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/*.cs) add_dotnet_executable(Third -- cgit v1.2.3