aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/authserver')
-rw-r--r--src/server/authserver/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/authserver/CMakeLists.txt b/src/server/authserver/CMakeLists.txt
index 5a9ad7c8314..d68a0f8d813 100644
--- a/src/server/authserver/CMakeLists.txt
+++ b/src/server/authserver/CMakeLists.txt
@@ -40,6 +40,8 @@ if( NOT WIN32 )
endif()
target_link_libraries(authserver
+ PRIVATE
+ trinity-core-interface
PUBLIC
shared)