summaryrefslogtreecommitdiff
path: root/Tests/FunctionTest/Util.cmake
blob: 2b40cdf403b064b3aef7bda81264e393531f093c (plain)
1
2
3
4
function(tester)
 set (tester_res "${CMAKE_CURRENT_LIST_FILE}")
 raise_scope(tester_res)
endfunction(tester)