diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2017-10-13 19:22:30 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-10-13 19:22:53 +0200 |
commit | c64f8d8e825731966f48e76aab183aca3f969f0d (patch) | |
tree | 05d072bb5b08d217a812adac1032832c6b3699bb /src/CMakeLists.txt | |
parent | b24a2ea13e13c2b090f8a0be85761070072cdf26 (diff) |
Fixed compilation after dir rework
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
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) |