Revert "Revert "[Build System: CMake] make add_swift_library a wrapper to add_llvm_library""

This reverts commit 103f9a8246.
This commit is contained in:
Saleem Abdulrasool
2018-11-03 11:38:59 -07:00
parent c044001db9
commit 121f5b64be
29 changed files with 72 additions and 155 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)