Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6cca475bbf7cf8f3b03db3baaa772aa5b72e94de
/
.
/
Tests
/
RunCMake
/
target_sources
/
FileSetReadOnlyPrivate.cmake
blob: eda92c16bc0b8051b1edc21cd0a3d32085284ffc [
file
] [
log
] [
blame
]
enable_language
(
C
)
add_library
(
lib1 STATIC empty
.
c
)
set_property
(
TARGET lib1 PROPERTY HEADER_SETS
"a"
)