From 41ef58955239d873b1c4db850f781eaff5748169 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 19 Aug 2014 22:17:59 -0500 Subject: initial pass at tests/ directory, skeleton only --- src/CMakeLists.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9f52922..16586bf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -5,14 +5,7 @@ add_definitions (-DG_LOG_DOMAIN="${CMAKE_PROJECT_NAME}") # handwritten source code... set (SERVICE_LIB_HANDWRITTEN_SOURCES - rotation-lock.cpp - #controller.cpp - #model.cpp - #display.cpp - #view.cpp - #view-gmenu.cpp - #world.cpp - #world-dbus.cpp) + rotation-lock.cpp) add_library (${SERVICE_LIB} STATIC ${SERVICE_LIB_HANDWRITTEN_SOURCES}) -- cgit v1.2.3