Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
target_sources
/
FileSetReadOnlyPrivate.cmake
blob: eda92c16bc0b8051b1edc21cd0a3d32085284ffc [
file
]
enable_language
(
C
)
add_library
(
lib1 STATIC empty
.
c
)
set_property
(
TARGET lib1 PROPERTY HEADER_SETS
"a"
)