mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -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