mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
4 lines
228 B
CMake
4 lines
228 B
CMake
add_library(SourceGroupFileSetGenex INTERFACE)
|
|
target_sources(SourceGroupFileSetGenex PUBLIC FILE_SET HEADERS FILES "$<$<BOOL:TRUE>:iface.h>")
|
|
source_group("Header Files/SourceGroupFileSetGenex" FILES "$<$<BOOL:TRUE>:iface.h>")
|