Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
CXXModules
/
FileSetModulesPrivateOnInterface.cmake
blob: 9ee402400c25e4a6284ea536a2cf05ed4195c2c9 [
file
] [
log
] [
blame
] [
edit
]
enable_language
(
CXX
)
set
(
CMAKE_CXX_SCANDEP_SOURCE
""
)
add_library
(
module
INTERFACE
)
target_sources
(
module
PRIVATE
FILE_SET fs TYPE CXX_MODULES FILES
sources
/
module
.
cxx
)
target_compile_features
(
module
INTERFACE
cxx_std_20
)