Skip to content

Commit

Permalink
Merge pull request swiftlang#1964 from compnerd/universally-unique-ta…
Browse files Browse the repository at this point in the history
…rgets

build: improvements for building the tests on Windows
  • Loading branch information
compnerd authored Mar 4, 2019
2 parents ca0bcfe + d865c16 commit 5cafb1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ add_swift_library(Foundation
${swift_enable_testing}
${swift_optimization_flags}
DEPENDS
uuid
CoreFoundation)

if(NOT BUILD_SHARED_LIBS)
Expand Down Expand Up @@ -487,6 +488,7 @@ if(ENABLE_TESTING)
TestFoundation/TestXMLDocument.swift
TestFoundation/TestXMLParser.swift
CFLAGS
${deployment_target}
${deployment_enable_libdispatch}
-F${install_dir}/System/Library/Frameworks
LINK_FLAGS
Expand Down

0 comments on commit 5cafb1a

Please sign in to comment.