mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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)
|