diff --git a/external/3rd/library/platform/projects/Session/LoginAPI/CMakeLists.txt b/external/3rd/library/platform/projects/Session/LoginAPI/CMakeLists.txt index a3dd509e..dd249026 100644 --- a/external/3rd/library/platform/projects/Session/LoginAPI/CMakeLists.txt +++ b/external/3rd/library/platform/projects/Session/LoginAPI/CMakeLists.txt @@ -11,3 +11,8 @@ add_library(LoginAPI Messages.cpp Messages.h ) + +target_link_libraries(LoginAPI + Base + CommonAPI +)