Sign in
fuchsia
/
third_party
/
cmake
/
7d3bef7b7caf915d545f3a5ec881471772b7f7f3
/
.
/
Tests
/
RunCMake
/
add_dependencies
/
ReadOnlyProperty.cmake
blob: f0e4069eda06e0ff0f6dffbae72f2ac3e9d34449 [
file
] [
log
] [
blame
]
cmake_minimum_required
(
VERSION
3.7
)
project
(
ReadOnlyProperty
C
)
add_library
(
a a
.
c
)
set_property
(
TARGET a PROPERTY MANUALLY_ADDED_DEPENDENCIES DEPENDENCIES foo
)