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