summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-07-25 19:13:26 -0400
committerMatt Porter <mporter@konsulko.com>2018-07-25 19:20:05 -0400
commit7427e664e232ed59bdffa37c63435a19febee778 (patch)
treec66e81bbe20d17a08b243efa616cd59ec2c19e20
parent0fb805bcbd3d07da41df2236977afcb3142d5327 (diff)
add responsemessage.h to headers
Add responsemessage.h to the list of headers. This fixes the bug where it is not installed to the SDK. Bug-AGL: SPEC-1615 Change-Id: I77bf1bf3577166153573986cd379a1054553435e Signed-off-by: Matt Porter <mporter@konsulko.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84aa50a..e67540a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,7 +50,7 @@ set (SUBDIRS
telephony
weather)
-add_headers(message.h messageengine.h)
+add_headers(message.h messageengine.h responsemessage.h)
add_sources(message.cpp messageengine.cpp responsemessage.cpp)
foreach(subdir ${SUBDIRS})