From 3b05b33ff30b49ab0a3c4500d9d11c700bdc1a02 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 22:21:31 +0200 Subject: Add Third project: two-file executable with globbing for *.cs via CONFIGURE_DEPENDS --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 350a814..bd372c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,5 +15,6 @@ add_subdirectory(baz) add_subdirectory(foobar) add_subdirectory(hello) add_subdirectory(second) +add_subdirectory(third) dotnet_finalize_targets() -- cgit v1.2.3