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
58 lines
1.6 KiB
Plaintext
58 lines
1.6 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
|
|
.*Performing\\? configure\\? step\\? for\\? \\?'DefaultCommandListColon\\?'.*
|
|
*-- ConfigVar: config
|
|
*-- Separator: ;
|
|
*-- List: 10;11;12
|
|
.*Performing\\? build\\? step\\? for\\? \\?'DefaultCommandListColon\\?'.*
|
|
*-- Stage: build
|
|
*-- Separator: ;
|
|
*-- List: 10;11;12
|
|
.*Performing\\? install\\? step\\? for\\? \\?'DefaultCommandListColon\\?'.*
|
|
*-- Stage: install
|
|
*-- Separator: ;
|
|
*-- List: 10;11;12;13
|