Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
386465bf8396dca8d00448b23734bc5edafb17c8
/
.
/
Tests
/
RunCMake
/
CXXModules
/
NoCXX20.cmake
blob: d502f7cad9f9441a3d136100247019b7382cb054 [
file
]
enable_language
(
CXX
)
add_library
(
nocxx20
)
target_sources
(
nocxx20
PUBLIC
FILE_SET fs TYPE CXX_MODULES FILES
sources
/
module
.
cxx
)
target_compile_features
(
nocxx20
PRIVATE
cxx_std_17
)