From 073860faad43d1b5227b6d504cae847781bb7480 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sun, 25 Apr 2021 17:24:47 -0500 Subject: [PATCH] g13d: Fix build dependendies --- g13d/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/g13d/CMakeLists.txt b/g13d/CMakeLists.txt index 6af2527..d67475f 100644 --- a/g13d/CMakeLists.txt +++ b/g13d/CMakeLists.txt @@ -18,7 +18,6 @@ add_executable(g13d lcd.cc main.cc stick.cc - helper.cc manager.cc )