aboutsummaryrefslogtreecommitdiff
path: root/src/shared/CMakeLists.txt
blob: 8ecfccad34f508681b621dacc88faec8a1c1c7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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})