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