Sign in
fuchsia
/
third_party
/
cmake
/
d2364f15ae537654b71ec151cb0e742ce9ca931a
/
.
/
Tests
/
RunCMake
/
CMP0038
/
CMP0038-OLD.cmake
blob: 37528218cace319121e4496ac2d25540f44c3e5f [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0038 OLD
)
add_library
(
self_link empty
.
cpp
)
target_link_libraries
(
self_link self_link
)