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.
2 parents be714e3 + 8ea9328 commit 1b13b59Copy full SHA for 1b13b59
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