summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-23 12:11:46 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-23 12:11:46 +0200
commit0355064321503c46d021f2f571443b9739debc53 (patch)
tree0f5a6e303afc0f0bb716814fb71a7c4d499daa06 /src/CMakeLists.txt
parent54bd100573779ad87a1e7e87a04876859f4a6943 (diff)
Project restructuring [PART.2]
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 eceb541604..4d106ab3a2 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/acore/framework/Debugging/WheatyExceptionReport.cpp
- ${CMAKE_SOURCE_DIR}/modules/acore/framework/Debugging/WheatyExceptionReport.h
+ ${CMAKE_SOURCE_DIR}/modules/worldengine/nucleus/src/Debugging/WheatyExceptionReport.cpp
+ ${CMAKE_SOURCE_DIR}/modules/worldengine/nucleus/src/Debugging/WheatyExceptionReport.h
)
add_subdirectory(game)
add_subdirectory(authserver)