summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-12-21 00:48:33 +0100
committerYehonal <yehonal.azeroth@gmail.com>2017-12-21 00:48:33 +0100
commit685a89e03fb100e9a0a194bfce4efede202e733b (patch)
tree55bd1e69b8062f1f9f6a10f4dec4a98b0fb3dec2 /src/CMakeLists.txt
parent17332304fdf129076d0196010602350d5750c808 (diff)
fixed cmake
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7d80aaf941..12df311743 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -19,12 +19,5 @@ endif()
add_subdirectory(genrev)
if( SERVERS )
- set(sources_windows_Debugging
- ${CMAKE_SOURCE_DIR}/src/core/Debugging/WheatyExceptionReport.cpp
- ${CMAKE_SOURCE_DIR}/src/core/Debugging/WheatyExceptionReport.h
- )
- add_subdirectory(game)
- add_subdirectory(authserver)
- add_subdirectory(scripts)
- add_subdirectory(worldserver)
+ add_subdirectory(server)
endif()