From 0050049e450ee3a815710c84d724b1575e496800 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Tue, 18 Feb 2014 10:21:01 +0100 Subject: CMake: beautification, fix some comments Signed-off-by: David Wagner --- remote-process/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'remote-process') 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) -- cgit v1.1