summaryrefslogtreecommitdiff
path: root/library/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-03-17 12:09:30 +0400
committerAlexander Gavrilov2012-03-17 12:09:30 +0400
commit14d6a62e1d212808623f1a71b3c559ac4a8dada3 (patch)
treef5f0eb08b7c80c169dbc9f8ff7428d48ffc10d20 /library/CMakeLists.txt
parent3168a2ef620751f7741d43ae47679c7145715325 (diff)
downloaddfhack-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.txt2
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