From c40c5b981a9da226fab4422700fa4efd7cf22319 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Sun, 19 Jan 2014 05:00:11 -0700 Subject: [PATCH] Added interdependent links between static libraries --- .../platform/projects/Session/LoginAPI/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 +)