From d6c71646ddc4a34293bb5cadde78a30806d8eace Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Thu, 30 Aug 2012 11:38:48 -0400 Subject: first attempt at lcd menus --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ee6e81..e4656a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ add_executable(instr-daemon instr-daemon.c nicutils.c bus.c monitor.c + menus.c dummy_functions.c ) add_executable(instr-client instr-client.c) -- cgit