Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b357d334fc0c2f47ebc6a3a2b0ceba25d4818bb0
/
.
/
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
)