From 40f48471fe531ba5b9f1e1c4371f252fca4c2d52 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 8 Mar 2016 13:08:07 -0600 Subject: add out-of-line virtual method definitions to Indicator to silence clang++ warnings --- src/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 414a750..ff385d9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,7 +7,9 @@ add_definitions (-DG_LOG_DOMAIN="${CMAKE_PROJECT_NAME}") set (SERVICE_LIB_HANDWRITTEN_SOURCES adbd-client.cpp exporter.cpp - rotation-lock.cpp) + indicator.cpp + rotation-lock.cpp + usb-snap.cpp) add_library (${SERVICE_LIB} STATIC ${SERVICE_LIB_HANDWRITTEN_SOURCES}) -- cgit v1.2.3