Sign in
webkit
/
WebKit
/
49c45f529348e27f11122daecbee33e4fa730919
/
.
/
Source
/
bmalloc
/
PlatformPlayStation.cmake
blob: f561483cfe1724e53bbdda8564e5d82ec9cbed10 [
file
] [
log
] [
blame
]
if
(
$
{
CMAKE_GENERATOR
}
MATCHES
"Visual Studio"
)
# With the VisualStudio generator, the compiler complains about -std=c++* for C sources.
set_source_files_properties
(
$
{
bmalloc_SOURCES
}
PROPERTIES LANGUAGE CXX
)
endif
()