From 389b5994553fdae59d484068d542910efee79e9c Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Mon, 25 Jun 2018 11:01:11 -0400 Subject: Reorg binding-specific modules into subdirectories Move binding-specific code into per-binding subdirectories. This separates the core message engine code and simplifies adding new binding-specific modules. Bug-AGL: SPEC-1525 Change-Id: I8fc545e3af375e2ed9e79a41363b7ade97e9b20a Signed-off-by: Matt Porter --- telephony/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 telephony/CMakeLists.txt (limited to 'telephony/CMakeLists.txt') diff --git a/telephony/CMakeLists.txt b/telephony/CMakeLists.txt new file mode 100644 index 0000000..1dfcd63 --- /dev/null +++ b/telephony/CMakeLists.txt @@ -0,0 +1,2 @@ +add_headers(telephony.h telephonymessage.h) +add_sources(telephony.cpp telephonymessage.cpp) -- cgit 1.2.3-korg