add_swift_host_library: rename LINK_LIBRARIES to LINK_LIBS

This commit is contained in:
Saleem Abdulrasool
2018-10-28 13:20:19 -07:00
parent e0b839330d
commit 39dde93c88
26 changed files with 33 additions and 30 deletions

View File

@@ -15,5 +15,5 @@ add_swift_host_library(swiftRemoteAST STATIC
RemoteAST.cpp
InProcessMemoryReader.cpp
${REMOTE_LIB_HEADERS}
LINK_LIBRARIES
LINK_LIBS
swiftSema swiftIRGen)