Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
00a7acb7dac674eeeac3f93fe44f18f2d9285f42
/
.
/
Tests
/
FunctionTest
/
Util.cmake
blob: 846abd78a3f06c76369683728aeb55e164d54178 [
file
] [
log
] [
blame
]
function
(
tester
)
set
(
tester_res
"${CMAKE_CURRENT_LIST_FILE}"
PARENT_SCOPE
)
endfunction
()