From: Kevron Rees Date: Mon, 3 Jun 2013 23:21:31 +0000 (-0700) Subject: fixed missing header X-Git-Tag: submit/tizen/20130618.181635~31^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d165a9d429f3e8ddf770fee9ccb09f31caa887da;p=profile%2Fivi%2Fautomotive-message-broker.git fixed missing header --- diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 11079fd..9379f36 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})