blob: b0c546ed50324d8dcb231582da43f3c503623b69 [file] [log] [blame]
add_swift_host_tool(swift-remoteast-test
swift-remoteast-test.cpp
LINK_LIBRARIES
swiftFrontendTool
swiftRemoteAST
SWIFT_COMPONENT tools
)
set_target_properties(swift-remoteast-test PROPERTIES ENABLE_EXPORTS 1)
target_link_libraries(swift-remoteast-test edit)
# If building as part of clang, make sure the headers are installed.
if(NOT SWIFT_BUILT_STANDALONE)
add_dependencies(swift clang-headers)
endif()