Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
VS10Project
/
SourceGroupFileSetGenex.cmake
blob: 1bc2222fb65c9badb13d5524700ba9b90dcadf85 [
file
] [
log
] [
blame
] [
edit
]
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>"
)