5 lines
109 B
CMake
5 lines
109 B
CMake
|
function(tester)
|
||
|
set (tester_res "${CMAKE_CURRENT_LIST_FILE}")
|
||
|
raise_scope(tester_res)
|
||
|
endfunction(tester)
|