Files
TrinityCore2/src/shared/CMakeLists.txt
T
XTZGZoReX a075d37fdd * Removed unused/unneeded classes: Base, Mthread
* Fixed a merge issue that broke VC71 files.
* Moved WheatyExceptionReport to shared, where it should be.

--HG--
branch : trunk
2009-03-19 15:32:16 +01:00

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})