Mercurial > trustbridge
comparison ui/tests/CMakeLists.txt @ 408:ac9e95ef6966
rename m13_common to trustbridge_common
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 16 Apr 2014 13:41:10 +0000 |
parents | af53c40e74b1 |
children | 09bb19e5e369 |
comparison
equal
deleted
inserted
replaced
407:af53c40e74b1 | 408:ac9e95ef6966 |
---|---|
30 qt5_add_resources(_test_sources_with_resources | 30 qt5_add_resources(_test_sources_with_resources |
31 ${CMAKE_CURRENT_SOURCE_DIR}/data/testdata.qrc) | 31 ${CMAKE_CURRENT_SOURCE_DIR}/data/testdata.qrc) |
32 add_executable(${_name} ${_test_sources_with_resources}) | 32 add_executable(${_name} ${_test_sources_with_resources}) |
33 add_test(m13-${_name} ${_name}) | 33 add_test(m13-${_name} ${_name}) |
34 target_link_libraries(${_name} Qt5::Test Qt5::Widgets | 34 target_link_libraries(${_name} Qt5::Test Qt5::Widgets |
35 m13_common | 35 trustbridge_common |
36 ${POLARSSL_LIBRARIES} | 36 ${POLARSSL_LIBRARIES} |
37 ${EXTRA_STATIC_LIBS}) | 37 ${EXTRA_STATIC_LIBS}) |
38 endmacro() | 38 endmacro() |
39 | 39 |
40 # Add the current source dir to the definition | 40 # Add the current source dir to the definition |