diff options
| author | Alexander Gavrilov | 2012-03-17 15:36:42 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-03-17 15:36:42 +0400 |
| commit | 15ccfbb08693a3c89c01a522cd3d2af59c13b051 (patch) | |
| tree | af5e4ff318021dbc233f1954d8337b74b4d92fd1 /library/CMakeLists.txt | |
| parent | 58eb199036db3662ec2f7a2d6d301e7f432d5639 (diff) | |
| download | dfhack-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.txt | 3 |
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) |
