Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
CXXModules
/
FileSetModulesPrivateOnStatic.cmake
blob: 83bbd4d11234ef40e84c48d70d2f5162acadcf4b [
file
] [
log
] [
blame
] [
edit
]
enable_language
(
CXX
)
set
(
CMAKE_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
)