summaryrefslogtreecommitdiffstats
path: root/remote-process
diff options
context:
space:
mode:
authorDavid Wagner <david.wagner@intel.com>2014-02-18 10:21:01 +0100
committerDavid Wagner <david.wagner@intel.com>2014-02-18 10:21:01 +0100
commit0050049e450ee3a815710c84d724b1575e496800 (patch)
treea38328b496ae68e4a5a732694fff10a8194cbf0b /remote-process
parentf50298799d1d73c0c40940ca5e8cb71a6b28f798 (diff)
downloadexternal_parameter-framework-0050049e450ee3a815710c84d724b1575e496800.zip
external_parameter-framework-0050049e450ee3a815710c84d724b1575e496800.tar.gz
external_parameter-framework-0050049e450ee3a815710c84d724b1575e496800.tar.bz2
CMake: beautification, fix some comments
Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'remote-process')
-rw-r--r--remote-process/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/remote-process/CMakeLists.txt b/remote-process/CMakeLists.txt
index 80fd177..0cf477a 100644
--- a/remote-process/CMakeLists.txt
+++ b/remote-process/CMakeLists.txt
@@ -2,8 +2,9 @@ add_executable(remote-process main.cpp) # TODO: WIN32 ?
# TODO: separate remote-processor's includes in half (public/private)
# And use only public headers here
-include_directories("${PROJECT_SOURCE_DIR}/remote-processor")
-include_directories("${PROJECT_SOURCE_DIR}/utility")
+include_directories(
+ "${PROJECT_SOURCE_DIR}/remote-processor"
+ "${PROJECT_SOURCE_DIR}/utility")
target_link_libraries(remote-process remote-processor pfw_utility)