Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
VS10Project
/
SourceGroupFileSet.cmake
blob: 95416876278e0ca3080727ec3c8d851dd0a68b89 [
file
] [
log
] [
blame
] [
edit
]
add_library
(
SourceGroupFileSet
INTERFACE
)
target_sources
(
SourceGroupFileSet
PUBLIC FILE_SET HEADERS FILES iface
.
h
)
source_group
(
"Header Files/SourceGroupFileSet"
FILES iface
.
h
)