Sign in
fuchsia
/
third_party
/
cmake
/
e3b9338e974c5f43dafacd3316ec4da9d2fa331e
/
.
/
Tests
/
RunCMake
/
target_sources
/
FileSetBadName.cmake
blob: 325843f93518b6aeb25a2b1436126427893e57ea [
file
] [
log
] [
blame
]
enable_language
(
C
)
add_library
(
lib1 STATIC empty
.
c
)
target_sources
(
lib1 INTERFACE FILE_SET a
+
TYPE HEADERS
)