We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f59fe8 commit 8ea9328Copy full SHA for 8ea9328
unittests/ClangImporter/CMakeLists.txt
@@ -1,4 +1,5 @@
1
-configure_file(${CMAKE_SOURCE_DIR}/stdlib/public/Cxx/std/libstdcxx.modulemap ${CMAKE_CURRENT_BINARY_DIR}/libstdcxx.modulemap COPYONLY)
+configure_file(${SWIFT_SOURCE_DIR}/stdlib/public/Cxx/std/libstdcxx.modulemap
2
+ ${CMAKE_CURRENT_BINARY_DIR}/libstdcxx.modulemap COPYONLY)
3
4
add_swift_unittest(SwiftClangImporterTests
5
ClangImporterTests.cpp
0 commit comments