From 84afccff29c4ac697e6b4b9622424db4856d5b82 Mon Sep 17 00:00:00 2001 From: CT5 <124994670+Cherrytree56567@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:57:35 +1100 Subject: [PATCH] enhancement: remove include --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c4cfd73..dfd870d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,6 @@ project(WinDurango) set(CMAKE_CXX_STANDARD 17) -include(ExternalProject) - add_subdirectory(projects/WinDurango.Common) add_subdirectory(projects/WinDurango.Implementation.WinRT) add_subdirectory(projects/WinDurango.WinRT)