aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2016-03-25 20:53:01 +0100
committerNaios <naios-dev@live.de>2016-04-11 20:07:24 +0200
commit3497b4960ba944388d148e10084e62eee909e986 (patch)
treed0566b44c881b348d428ef755a47d17024024668 /dep
parent59e3cf82acaea5a0e5023e087e0ca1e6a9d15d82 (diff)
Core/Common: Capsule boost process into helper functions
* For easier usage, the processes output it routed correctly to the TC logger line by line now. * Add support for asynchronous process execution and process termination.
Diffstat (limited to 'dep')
-rw-r--r--dep/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index 2ba94b59303..86fdd8f38ad 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt
@@ -20,6 +20,7 @@ add_subdirectory(threads)
if(SERVERS OR TOOLS)
add_subdirectory(boost)
+ add_subdirectory(process)
add_subdirectory(zlib)
add_subdirectory(g3dlite)
add_subdirectory(recastnavigation)
@@ -33,7 +34,6 @@ endif()
if(SERVERS)
add_subdirectory(mysql)
- add_subdirectory(process)
add_subdirectory(readline)
add_subdirectory(gsoap)
add_subdirectory(rapidjson)