Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e48dbbf048604397ec00a2f95600e57b57634577
/
.
/
Tests
/
RunCMake
/
CXXModules
/
FileSetModulesPrivate.cmake
blob: 198ae150d3ec07af4ee64e0b09879b5b5e086a9a [
file
] [
log
] [
blame
]
enable_language
(
CXX
)
set
(
CMAKE_EXPERIMENTAL_CXX_SCANDEP_SOURCE
""
)
add_library
(
module
)
target_sources
(
module
PRIVATE
FILE_SET fs TYPE CXX_MODULES FILES
sources
/
module
.
cxx
)
target_compile_features
(
module
PRIVATE
cxx_std_20
)