mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-19 14:29:33 -04:00
09ddc711f4
--HG-- branch : trunk
18 lines
254 B
CMake
18 lines
254 B
CMake
|
|
########### next target ###############
|
|
|
|
SET(trinityauth_STAT_SRCS
|
|
AuthCrypt.cpp
|
|
AuthCrypt.h
|
|
BigNumber.cpp
|
|
BigNumber.h
|
|
Hmac.cpp
|
|
Hmac.h
|
|
Sha1.cpp
|
|
Sha1.h
|
|
md5.c
|
|
md5.h
|
|
)
|
|
|
|
add_library(trinityauth STATIC ${trinityauth_STAT_SRCS})
|