summaryrefslogtreecommitdiff
path: root/library/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-03-17 15:36:42 +0400
committerAlexander Gavrilov2012-03-17 15:36:42 +0400
commit15ccfbb08693a3c89c01a522cd3d2af59c13b051 (patch)
treeaf5e4ff318021dbc233f1954d8337b74b4d92fd1 /library/CMakeLists.txt
parent58eb199036db3662ec2f7a2d6d301e7f432d5639 (diff)
downloaddfhack-15ccfbb08693a3c89c01a522cd3d2af59c13b051.tar.gz
dfhack-15ccfbb08693a3c89c01a522cd3d2af59c13b051.tar.bz2
dfhack-15ccfbb08693a3c89c01a522cd3d2af59c13b051.tar.xz
Add a ListMaterials remote call for bulk download of basic material info.
Diffstat (limited to 'library/CMakeLists.txt')
-rw-r--r--library/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index 0db0042e..63107456 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -218,8 +218,7 @@ ENDIF()
ADD_LIBRARY(dfhack SHARED ${PROJECT_SOURCES})
ADD_DEPENDENCIES(dfhack generate_headers)
-ADD_LIBRARY(dfhack-client SHARED RemoteClient.cpp ColorText.cpp MiscUtils.cpp
- proto/CoreProtocol.pb.cc)
+ADD_LIBRARY(dfhack-client SHARED RemoteClient.cpp ColorText.cpp MiscUtils.cpp ${PROJECT_PROTO_SRCS})
ADD_DEPENDENCIES(dfhack-client dfhack)
ADD_EXECUTABLE(dfhack-run dfhack-run.cpp)