Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
add_dependencies
/
ReadOnlyProperty.cmake
blob: 547c1017adce0d7aa69c8c212cc9ac7700eb0dfa [
file
]
enable_language
(
C
)
add_library
(
a a
.
c
)
set_property
(
TARGET a PROPERTY MANUALLY_ADDED_DEPENDENCIES DEPENDENCIES foo
)