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