Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Sources/Foundation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ target_compile_definitions(Foundation PRIVATE
DEPLOYMENT_RUNTIME_SWIFT)
target_compile_options(Foundation PUBLIC
$<$<BOOL:${ENABLE_TESTING}>:-enable-testing>
"SHELL:-Xfrontend -disable-autolink-framework -Xfrontend CoreFoundation"
"SHELL:-Xcc -F${CMAKE_BINARY_DIR}")
target_link_libraries(Foundation
PRIVATE
Expand Down
1 change: 1 addition & 0 deletions Sources/FoundationNetworking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ target_compile_options(FoundationNetworking PUBLIC
# forced load symbol when validating the TBD
-Xfrontend -validate-tbd-against-ir=none
$<$<BOOL:${ENABLE_TESTING}>:-enable-testing>
"SHELL:-Xfrontend -disable-autolink-framework -Xfrontend CFURLSessionInterface"
"SHELL:-Xcc -F${CMAKE_BINARY_DIR}")
target_link_libraries(FoundationNetworking
PRIVATE
Expand Down
1 change: 1 addition & 0 deletions Sources/FoundationXML/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ target_compile_definitions(FoundationXML PRIVATE
DEPLOYMENT_RUNTIME_SWIFT)
target_compile_options(FoundationXML PUBLIC
$<$<BOOL:${ENABLE_TESTING}>:-enable-testing>
"SHELL:-Xfrontend -disable-autolink-framework -Xfrontend CFXMLInterface"
"SHELL:-Xcc -F${CMAKE_BINARY_DIR}")
target_link_libraries(FoundationXML
PRIVATE
Expand Down