mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-18 22:09:40 -04:00
a075d37fdd
* Fixed a merge issue that broke VC71 files. * Moved WheatyExceptionReport to shared, where it should be. --HG-- branch : trunk
25 lines
389 B
CMake
25 lines
389 B
CMake
add_subdirectory(vmap)
|
|
add_subdirectory(Auth)
|
|
add_subdirectory(Config)
|
|
add_subdirectory(Database)
|
|
|
|
########### next target ###############
|
|
|
|
SET(shared_STAT_SRCS
|
|
ByteBuffer.h
|
|
Common.cpp
|
|
Common.h
|
|
Errors.h
|
|
Log.cpp
|
|
Log.h
|
|
ProgressBar.cpp
|
|
ProgressBar.h
|
|
Timer.h
|
|
Util.cpp
|
|
Util.h
|
|
WorldPacket.h
|
|
SystemConfig.h
|
|
)
|
|
|
|
add_library(shared STATIC ${shared_STAT_SRCS})
|