summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
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)