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