Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
VerifyHeaderSets
/
VerifyHeaderSetsNonexistent.cmake
blob: b269b73c0e47d3f532644f8d17a2173b17900add [
file
] [
log
] [
blame
] [
edit
]
enable_language
(
C
)
add_library
(
nonexistent STATIC lib
.
c
)
target_sources
(
nonexistent INTERFACE FILE_SET a TYPE HEADERS FILES a
.
h
)
set_property
(
TARGET nonexistent PROPERTY INTERFACE_HEADER_SETS_TO_VERIFY
"a;c;b"
)