From af18a28fc68224973764d1c10770f6fb2a9dd618 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 4 Jan 2024 16:49:48 +0100 Subject: [PATCH] Removed Placement --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index caca5cf..ca357b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,6 @@ add_library(RoboidControl STATIC "Motor.cpp" "DifferentialDrive.cpp" "DistanceSensor.cpp" - "Placement.cpp" "Sensor.cpp" "Switch.cpp" "Thing.cpp"