summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron_m_rees@linux.intel.com>2013-06-03 16:21:31 -0700
committerKevron Rees <kevron_m_rees@linux.intel.com>2013-06-03 16:22:05 -0700
commitbae7de39712b9ef143a30eae9a826e5b6cb59da0 (patch)
tree610709e75177fa3698eebcecb80e4c4a9a0e2068
parentb8d376926e8a10015b1aad83613ed47c2527b520 (diff)
downloadautomotive-message-broker-bae7de39712b9ef143a30eae9a826e5b6cb59da0.tar.gz
fixed missing header
-rw-r--r--lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 11079fd1..9379f36c 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -1,5 +1,5 @@
set(amb_sources abstractpropertytype.cpp abstractroutingengine.cpp listplusplus.cpp abstractsink.cpp vehicleproperty.cpp abstractsource.cpp debugout.cpp timestamp.cpp uuidhelper.cpp mappropertytype.hpp)
-set(amb_headers_install abstractpropertytype.h nullptr.h abstractroutingengine.h listplusplus.h abstractsink.h vehicleproperty.h debugout.h abstractsource.h timestamp.h uuidhelper.h )
+set(amb_headers_install abstractpropertytype.h nullptr.h abstractroutingengine.h listplusplus.h abstractsink.h vehicleproperty.h debugout.h abstractsource.h timestamp.h uuidhelper.h mappropertytype.hpp)
add_library(amb SHARED ${amb_sources})