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 --- weather/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 weather/CMakeLists.txt (limited to 'weather/CMakeLists.txt') diff --git a/weather/CMakeLists.txt b/weather/CMakeLists.txt new file mode 100644 index 0000000..44b4d4d --- /dev/null +++ b/weather/CMakeLists.txt @@ -0,0 +1,2 @@ +add_headers(weather.h weathermessage.h) +add_sources(weather.cpp weathermessage.cpp) -- cgit 1.2.3-korg