Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
RequireCXX11Ext.cmake
blob: 10b251aa431899130ee34a8e22ea0fbdb7b0f18b [
file
]
add_library
(
foo empty
.
cpp
)
set_property
(
TARGET foo PROPERTY CXX_STANDARD
11
)
set_property
(
TARGET foo PROPERTY CXX_STANDARD_REQUIRED TRUE
)