Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
64aac043eed8a58e69b1b7952086cdfa73cd3cac
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
XcodeAttributeLocation.cmake
blob: 5ab5528a808e69f7ba34e8dad41b4d31e5616b19 [
file
]
enable_language
(
C
)
add_executable
(
some main
.
c
)
set_property
(
TARGET some PROPERTY XCODE_ATTRIBUTE_DEPLOYMENT_LOCATION YES
)