Skip to content

SourceGroup: Allow an empty prefix with the TREE syntax.

When calling

source_group ( TREE <root> PREFIX "" FILES ...)

the files located at the root directory were not assigned to the correct source group: they were put in a default group (e.g. "Source Files" in Visual Studio).

Fixes: #17608 (closed)
Topic-rename: source_group-empty-prefix

Edited by Brad King

Merge request reports