diff --git a/Sources/CoreFoundation/CMakeLists.txt b/Sources/CoreFoundation/CMakeLists.txt index 5090f4bc6a..23586ad73d 100644 --- a/Sources/CoreFoundation/CMakeLists.txt +++ b/Sources/CoreFoundation/CMakeLists.txt @@ -117,6 +117,12 @@ target_link_libraries(CoreFoundation set_property(GLOBAL APPEND PROPERTY Foundation_EXPORTS CoreFoundation) +# Copy Headers to known directory for direct client (XCTest) test builds +file(COPY + include/ + DESTINATION + ${CMAKE_BINARY_DIR}/_CModulesForClients/CoreFoundation) + install(DIRECTORY include/ DESTINATION