Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c7207292532c7e572be52ec79fca7b446fd151f4
/
.
/
Tests
/
RustPie
/
Disabled
/
CMakeLists.txt
blob: b5161be4cd8d0cf068a77b39c200f14d8bcec2b0 [
file
]
project(DisabledRustPie LANGUAGES Rust)
setup(disabled)
set_property(
TARGET
disabled_static
disabled_shared
disabled_object
disabled_RustPie
PROPERTY POSITION_INDEPENDENT_CODE OFF
)