From a9937610447119b6ce46af658371ff7af267f825 Mon Sep 17 00:00:00 2001 From: Timo Lotterbach Date: Mon, 4 Feb 2013 05:46:47 -0800 Subject: [PATCH] DbusCommunicatorTest: fixed unit test build to use unit test configuration Signed-off-by: Timo Lotterbach --- .../Communicators/GenericCommunicator/test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LayerManagerPlugins/Communicators/GenericCommunicator/test/CMakeLists.txt b/LayerManagerPlugins/Communicators/GenericCommunicator/test/CMakeLists.txt index 4e91331..49e0167 100644 --- a/LayerManagerPlugins/Communicators/GenericCommunicator/test/CMakeLists.txt +++ b/LayerManagerPlugins/Communicators/GenericCommunicator/test/CMakeLists.txt @@ -17,6 +17,8 @@ # ############################################################################ +project(DBUSCommunicatorTest) +project_type(TEST) include_directories (".") include_directories ("../include") -- 2.7.4