Files
cmake/Tests/RunCMake/ExternalProject/EnvVars-build-stdout-windows.txt
Anton Tokar de28f37ce4 Xcode: Propagate add_custom_command COMMENT to generated projects
Propagate the COMMENT section of add_custom_command(OUTPUT) as Xcode
Build Phase, if present. Otherwise fallback to the current behavior

Fixes: #27910
2026-07-01 12:10:03 -04:00

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