Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e2be23a2b39f4380f32fe65ba770addc154579c7
/
.
/
Tests
/
RunCMake
/
CXXModules
/
FileSetModuleHeaderUnitsInterfaceImported.cmake
blob: 9ff5606de09445716545ab6cc3677fc96c6152ce [
file
] [
log
] [
blame
]
add_library
(
module
-
header SHARED IMPORTED
)
target_sources
(
module
-
header
INTERFACE
FILE_SET fs TYPE CXX_MODULE_HEADER_UNITS FILES
sources
/
module
-
header
.
h
)
target_compile_features
(
module
-
header
INTERFACE
cxx_std_20
)