summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-10-13 19:22:30 +0200
committerYehonal <yehonal.azeroth@gmail.com>2017-10-13 19:22:53 +0200
commitc64f8d8e825731966f48e76aab183aca3f969f0d (patch)
tree05d072bb5b08d217a812adac1032832c6b3699bb /src/CMakeLists.txt
parentb24a2ea13e13c2b090f8a0be85761070072cdf26 (diff)
Fixed compilation after dir rework
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4d106ab3a2..7d80aaf941 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -20,8 +20,8 @@ add_subdirectory(genrev)
if( SERVERS )
set(sources_windows_Debugging
- ${CMAKE_SOURCE_DIR}/modules/worldengine/nucleus/src/Debugging/WheatyExceptionReport.cpp
- ${CMAKE_SOURCE_DIR}/modules/worldengine/nucleus/src/Debugging/WheatyExceptionReport.h
+ ${CMAKE_SOURCE_DIR}/src/core/Debugging/WheatyExceptionReport.cpp
+ ${CMAKE_SOURCE_DIR}/src/core/Debugging/WheatyExceptionReport.h
)
add_subdirectory(game)
add_subdirectory(authserver)