Thomas Psota | 79a97d6 | 2019-11-25 15:33:10 +0100 | [diff] [blame] | 1 | ############################################### |
2 | ### enable_testbed ### | ||||
3 | ############################################### | ||||
4 | ### | ||||
5 | ### Load instructions from a testing.cmake file | ||||
6 | ### This can be used, to create build targets | ||||
7 | ### for testing purposes | ||||
8 | ### | ||||
9 | |||||
10 | function( enable_testbed ) | ||||
11 | if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/testbed.cmake") | ||||
12 | include("${CMAKE_CURRENT_SOURCE_DIR}/testbed.cmake") | ||||
13 | endif() | ||||
14 | endfunction() |