mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Propagate the COMMENT section of add_custom_command(OUTPUT) as Xcode Build Phase, if present. Otherwise fallback to the current behavior Fixes: #27910
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
.*Performing custom step for 'CustomCommand'.*
|
|
*-- Variable - CustomVar: custom.*
|
|
*-- Variable - CustomVar2: custom two.*
|
|
*-- Stage: custom
|
|
*-- Separator: ;
|
|
*-- List: 1;2;3
|
|
.*Performing configure step for 'CustomCommand'.*
|
|
*-- Stage: config step
|
|
*-- Separator: ;
|
|
*-- List: 4;5;6
|
|
*-- MYLIST:
|
|
*-- -- a
|
|
*-- -- b
|
|
*-- -- c.*
|
|
*-- Variable - Stage: config.*
|
|
*-- Variable - ListVar: 4;5;6
|
|
.*Performing build step for 'CustomCommand'.*
|
|
*-- Stage: build step
|
|
*-- Separator: ;
|
|
*-- List: 4;5;6
|
|
.*Performing install step for 'CustomCommand'.*
|
|
*-- Stage: install step
|
|
*-- Separator: ;
|
|
*-- List: 4;5;6
|
|
.*Performing test step for 'CustomCommand'.*
|
|
*-- Stage: test step
|
|
*-- Separator: ;
|
|
*-- List: 4;5;6
|
|
.*Performing configure step for 'DefaultCommand'.*
|
|
*-- ConfigVar: config
|
|
*-- Separator: ,
|
|
*-- List: 7,8,9
|
|
.*Performing build step for 'DefaultCommand'.*
|
|
*-- Stage: build
|
|
*-- Separator: ,
|
|
*-- List: 7,8,9,10
|
|
.*Performing configure step for 'DefaultCommandListSep'.*
|
|
*-- ConfigVar: config
|
|
*-- Separator: ;
|
|
*-- List: 9;8;7
|
|
*-- MYLIST:
|
|
*-- -- d
|
|
*-- -- e
|
|
*-- -- f
|
|
*-- -- g
|