From 685a89e03fb100e9a0a194bfce4efede202e733b Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 21 Dec 2017 00:48:33 +0100 Subject: fixed cmake --- src/CMakeLists.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/CMakeLists.txt') 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() -- cgit v1.2.3