mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-25 07:58:59 -06: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>")
|