From ce5c732e73e409ba12d6909d9b9b50a8565f2119 Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Tue, 18 Dec 2018 10:54:55 +0100 Subject: Moved non class member to a different file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ahl-binding.cpp file should contain only ahl_binding_t members. Change-Id: I00508eb7e188b72bed7ae3a8abdc212c8e28949d Signed-off-by: Loïc Collignon --- ahl-binding/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ahl-binding/CMakeLists.txt') diff --git a/ahl-binding/CMakeLists.txt b/ahl-binding/CMakeLists.txt index 042903c..7ccf470 100644 --- a/ahl-binding/CMakeLists.txt +++ b/ahl-binding/CMakeLists.txt @@ -21,10 +21,11 @@ PROJECT_TARGET_ADD(audiohighlevel) # Define project Targets ADD_LIBRARY(${TARGET_NAME} MODULE + ahl-api.cpp + ahl-binding.cpp config_entry.cpp - role.cpp interrupt.cpp - ahl-binding.cpp + role.cpp ) # Binder exposes a unique public entry point -- cgit 1.2.3-korg