comparison ui/tests/CMakeLists.txt @ 109:16f37460b2e1

Use m13_common library
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 21 Mar 2014 16:07:35 +0000
parents 8fa273791242
children 6232ea0c8438
comparison
equal deleted inserted replaced
108:39c42b5a5693 109:16f37460b2e1
15 set(_test ${_source}) 15 set(_test ${_source})
16 get_filename_component(_name ${_source} NAME_WE) 16 get_filename_component(_name ${_source} NAME_WE)
17 add_executable(${_name} ${_test} ${_additional_sources}) 17 add_executable(${_name} ${_test} ${_additional_sources})
18 add_test(m13-${_name} ${_name}) 18 add_test(m13-${_name} ${_name})
19 target_link_libraries(${_name} Qt5::Test Qt5::Widgets 19 target_link_libraries(${_name} Qt5::Test Qt5::Widgets
20 m13_common
20 ${POLARSSL_LIBRARIES} 21 ${POLARSSL_LIBRARIES}
21 ${EXTRA_STATIC_LIBS}) 22 ${EXTRA_STATIC_LIBS})
22 endmacro() 23 endmacro()
23 24
24 # Add the current source dir to the definition 25 # Add the current source dir to the definition

http://wald.intevation.org/projects/trustbridge/