From 16fd73510f4e710dad4ff6e56c7c5a92977a82cb Mon Sep 17 00:00:00 2001 From: BendedWills Date: Mon, 2 Mar 2026 05:19:59 -0600 Subject: [PATCH] Don't add the vendor directory --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bee5654..e39204a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,6 @@ project("LCEMP") set(LCEMP_WORKING_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Assets" CACHE STRING "The working directory for MinecraftClient") set(CMAKE_CXX_STANDARD 11) -add_subdirectory(Vendor) if(NOT WIN32) message(FATAL_ERROR "Windows is currently the only supported OS")