mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-22 16:07:49 +08:00

Also allow scoped property checking on Xcode scheme tests to be able to distinguish between launch and test actions build config.
8 lines
331 B
ReStructuredText
8 lines
331 B
ReStructuredText
xcode-scheme-test-config
|
|
------------------------
|
|
|
|
* The :variable:`CMAKE_XCODE_SCHEME_TEST_CONFIGURATION` variable and corresponding
|
|
:prop_tgt:`XCODE_SCHEME_TEST_CONFIGURATION` target property were added to tell
|
|
the :generator:`Xcode` generator what to put in the scheme's "Build Configuration"
|
|
setting for the test action.
|