mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Call MatchChildrenFiles() instead of MatchesFiles() in order to account for files being in subgroups of source groups. Fixes: #23880
4 lines
177 B
CMake
4 lines
177 B
CMake
add_library(SourceGroupFileSet INTERFACE)
|
|
target_sources(SourceGroupFileSet PUBLIC FILE_SET HEADERS FILES iface.h)
|
|
source_group("Header Files/SourceGroupFileSet" FILES iface.h)
|