Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a3358bb66aeef19fc2748dfd92da7f54223c0f3b
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
XcodeObjectNeedsQuote.cmake
blob: ecc56abb7d158961f69206b7f0eabca591b5363e [
file
]
enable_language
(
C
)
add_library
(
some
/
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
someFileWithoutSpecialChars
)
set_property
(
SOURCE
/
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
someFileWithoutSpecialChars PROPERTY LANGUAGE C
)