mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-31 01:15:45 -04:00
Added interdependent links between static libraries
This commit is contained in:
@@ -11,3 +11,8 @@ add_library(LoginAPI
|
||||
Messages.cpp
|
||||
Messages.h
|
||||
)
|
||||
|
||||
target_link_libraries(LoginAPI
|
||||
Base
|
||||
CommonAPI
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user