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

This commit is contained in:
Xi Ge
2018-11-02 12:49:07 -07:00
committed by GitHub
parent bf16b275dd
commit 103f9a8246
29 changed files with 155 additions and 72 deletions

View File

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