summaryrefslogtreecommitdiff
path: root/plugins/Plugins.cmake
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-03-14 19:57:29 +0400
committerAlexander Gavrilov2012-03-14 19:57:29 +0400
commit560e977f0589ac1c0feb6ea825d20d351e325826 (patch)
treee32bf2135261fa1e9129fae4c2c7ae068b6ef4cc /plugins/Plugins.cmake
parentc42e2ff053bc3acbded353112cd6412c8211f279 (diff)
downloaddfhack-560e977f0589ac1c0feb6ea825d20d351e325826.tar.gz
dfhack-560e977f0589ac1c0feb6ea825d20d351e325826.tar.bz2
dfhack-560e977f0589ac1c0feb6ea825d20d351e325826.tar.xz
Implement trivial RPC interface for dfhack via TCP & protobufs.
Use it to make an executable capable of calling commands remotely.
Diffstat (limited to 'plugins/Plugins.cmake')
-rw-r--r--plugins/Plugins.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Plugins.cmake b/plugins/Plugins.cmake
index 221e57ea..8d68827a 100644
--- a/plugins/Plugins.cmake
+++ b/plugins/Plugins.cmake
@@ -6,6 +6,7 @@ IF(UNIX)
ENDIF()
include_directories("${dfhack_SOURCE_DIR}/library/include")
+include_directories("${dfhack_SOURCE_DIR}/library/proto")
include_directories("${dfhack_SOURCE_DIR}/library/depends/xgetopt")
MACRO(CAR var)