diff options
| author | Alexander Gavrilov | 2012-03-17 12:09:30 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-03-17 12:09:30 +0400 |
| commit | 14d6a62e1d212808623f1a71b3c559ac4a8dada3 (patch) | |
| tree | f5f0eb08b7c80c169dbc9f8ff7428d48ffc10d20 /library/CMakeLists.txt | |
| parent | 3168a2ef620751f7741d43ae47679c7145715325 (diff) | |
| download | dfhack-14d6a62e1d212808623f1a71b3c559ac4a8dada3.tar.gz dfhack-14d6a62e1d212808623f1a71b3c559ac4a8dada3.tar.bz2 dfhack-14d6a62e1d212808623f1a71b3c559ac4a8dada3.tar.xz | |
Move CoreService to a separate file.
Diffstat (limited to 'library/CMakeLists.txt')
| -rw-r--r-- | library/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index f062be87..0db0042e 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -44,6 +44,7 @@ include/VersionInfoFactory.h include/Virtual.h include/RemoteClient.h include/RemoteServer.h +include/RemoteTools.h ) SET(MAIN_HEADERS_WINDOWS @@ -63,6 +64,7 @@ VersionInfoFactory.cpp Virtual.cpp RemoteClient.cpp RemoteServer.cpp +RemoteTools.cpp ) SET(MAIN_SOURCES_WINDOWS |
