Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a0d8556bf7600a11e7ead052d926ab5884256d09
/
.
/
Tests
/
RunCMake
/
CXXModules
/
FileSetModulesInterface.cmake
blob: 24cec3ec10523b54c01fdca3013a21224ff2c1a1 [
file
] [
log
] [
blame
]
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
)