summaryrefslogtreecommitdiffstats
path: root/remote-process/CMakeLists.txt
blob: 7f8a5eef2490c12cd5159cee2d2dc9b0a311c11e (plain)
1
2
3
4
5
6
7
8
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")

target_link_libraries(remote-process remote-processor pfw_utility)