Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
FunctionTest
/
Util.cmake
blob: 846abd78a3f06c76369683728aeb55e164d54178 [
file
] [
log
] [
blame
]
function
(
tester
)
set
(
tester_res
"${CMAKE_CURRENT_LIST_FILE}"
PARENT_SCOPE
)
endfunction
()