diff options
| author | n0n4m3 <none@none> | 2009-12-17 07:34:00 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-17 07:34:00 +0100 |
| commit | 2028f0658b2bb95e2390aba8fd995271fe4e41d6 (patch) | |
| tree | 0b468a4234b90588e7b7e799b7581b57800add2d /src/shared/CMakeLists.txt | |
| parent | 8507b7da9902303189e9d01c8c23d1aaf8d656bd (diff) | |
Removed mtmaps OpenMP
Implement mtmaps based on ACE
For stable work MapUpdate.Threads=2 in config
--HG--
branch : trunk
Diffstat (limited to 'src/shared/CMakeLists.txt')
| -rw-r--r-- | src/shared/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/CMakeLists.txt b/src/shared/CMakeLists.txt index de73967546b..5349a89f613 100644 --- a/src/shared/CMakeLists.txt +++ b/src/shared/CMakeLists.txt @@ -9,6 +9,8 @@ SET(shared_STAT_SRCS ByteBuffer.h Common.cpp Common.h + DelayExecutor.cpp + DelayExecutor.h Errors.h Log.cpp Log.h @@ -21,7 +23,6 @@ SET(shared_STAT_SRCS WorldPacket.h SystemConfig.h ) -add_definitions(-fopenmp) add_library(shared STATIC ${shared_STAT_SRCS}) target_link_libraries( shared |
