Sign in
fuchsia
/
third_party
/
cmake
/
e3b9338e974c5f43dafacd3316ec4da9d2fa331e
/
.
/
Tests
/
RunCMake
/
target_sources
/
FileSetNoExistPrivate.cmake
blob: f501912d1c83424debf26c9a593f0012f0bdb83c [
file
] [
log
] [
blame
]
enable_language
(
C
)
add_library
(
lib1 STATIC empty
.
c
)
set_property
(
TARGET lib1 PROPERTY HEADER_SETS
"a"
)
# Error happens at configure-time, so this doesn't help.
target_sources
(
lib1 PRIVATE FILE_SET a TYPE HEADERS
)