From 08a87d7e7e10bcab3a7db2311c0983f05fc5fab8 Mon Sep 17 00:00:00 2001 From: lachwright Date: Sun, 31 May 2020 18:31:33 +0800 Subject: [PATCH] Remove b_bot.c and b_bot.h from CMakeLists --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2cba3c836..5c3a87d87 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,6 @@ # Core sources set(SRB2_CORE_SOURCES am_map.c - b_bot.c command.c comptime.c console.c @@ -50,7 +49,6 @@ set(SRB2_CORE_SOURCES set(SRB2_CORE_HEADERS am_map.h - b_bot.h byteptr.h command.h console.h