Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e3e12e76f4073c032d4939a6dcad373daaf2987a
/
.
/
Tests
/
RunCMake
/
target_sources
/
FileSetNoExistPrivate.cmake
blob: f501912d1c83424debf26c9a593f0012f0bdb83c [
file
]
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
)