Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
RunCMake
/
CXXModules
/
FileSetModulesInterfaceImported.cmake
blob: 392149f513175c7b8ebe7b5560e9fb90dd023b51 [
file
] [
log
] [
blame
]
add_library
(
module
INTERFACE IMPORTED
)
target_sources
(
module
INTERFACE
FILE_SET fs TYPE CXX_MODULES FILES
sources
/
module
.
cxx
)
target_compile_features
(
module
INTERFACE
cxx_std_20
)