Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6edd4f91c7859b44cb65efaab76bd7c6d51e2780
/
.
/
Tests
/
RunCMake
/
CXXModules
/
NoCXX20.cmake
blob: b7372e82607209de1f7411e2fc8de9fabc57f79f [
file
]
enable_language
(
CXX
)
add_library
(
nocxx20
)
target_sources
(
nocxx20
PUBLIC
FILE_SET fs TYPE CXX_MODULES FILES
sources
/
module
.
cxx
)
set_target_properties
(
nocxx20
PROPERTIES
CXX_STANDARD
17
CXX_STANDARD_REQUIRED ON
)