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