cmake/Tests/FunctionTest/Util.cmake

4 lines
91 B
CMake
Raw Normal View History

function(tester)
set (tester_res "${CMAKE_CURRENT_LIST_FILE}" PARENT_SCOPE)
2013-03-16 19:13:01 +02:00
endfunction()