Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dbfa449f080774fa24eaa5fa2edbee2d32405db3
/
.
/
Tests
/
RunCMake
/
target_sources
/
FileSetNoExistInterface.cmake
blob: 266bc6161e5775e611870b3083273234ebfef077 [
file
] [
log
] [
blame
]
enable_language
(
C
)
add_library
(
lib1 STATIC empty
.
c
)
set_property
(
TARGET lib1 PROPERTY INTERFACE_HEADER_SETS
"a"
)
# Error happens at configure-time, so this doesn't help.
target_sources
(
lib1 INTERFACE FILE_SET a TYPE HEADERS
)