Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
654a195d8bc028f8ff005a5627159e638fa13fa0
/
.
/
Tests
/
RunCMake
/
CXXModules
/
FileSetModulesInterfaceOnStatic.cmake
blob: 24cec3ec10523b54c01fdca3013a21224ff2c1a1 [
file
]
add_library
(
module
)
target_sources
(
module
INTERFACE
FILE_SET fs TYPE CXX_MODULES FILES
sources
/
module
.
cxx
)
target_compile_features
(
module
PRIVATE
cxx_std_20
)