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