summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <tripzero.kev@gmail.com>2013-06-08 17:49:58 -0700
committerKevron Rees <tripzero.kev@gmail.com>2013-06-08 17:49:58 -0700
commit0dd7d8da5d50c8600ba4dbe7bddbfcffe0dd6bbc (patch)
treed8540685395393bd49b16c55ffcbd9dab10da155
parent91aaa8b24b1e054ea2048f44f45d3636aa6a1f63 (diff)
parentbae7de39712b9ef143a30eae9a826e5b6cb59da0 (diff)
downloadautomotive-message-broker-0.9.0.tar.gz
Merge branch '0.9.0' of https://github.com/otcshare/automotive-message-broker into 0.9.00.9.0
-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})