Skip to content

Commit

Permalink
Adding Package.xcconfig to xcode-project target.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystone committed Feb 20, 2019
1 parent 068dda8 commit a635fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ add_custom_target(build-clean
#
add_custom_target(xcode-project
DEPENDS build-tools generate-source generate-tests
COMMAND swift package generate-xcodeproj --enable-code-coverage
COMMAND swift package generate-xcodeproj --xcconfig-overrides Package.xcconfig --enable-code-coverage
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
SOURCES Package.swift)

Expand All @@ -67,4 +67,4 @@ add_custom_target(documentation
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}")

add_subdirectory(Sources)
add_subdirectory(Tests)
add_subdirectory(Tests)

0 comments on commit a635fd5

Please sign in to comment.