comparison ui/tests/CMakeLists.txt @ 978:d92b1594e974

Merged.
author Emanuel Schuetze <emanuel@intevation.de>
date Fri, 29 Aug 2014 13:10:11 +0200
parents 9494d4ee1d4e
children 7d08fd354bff
comparison
equal deleted inserted replaced
977:9ad1f18799fb 978:d92b1594e974
46 tblib 46 tblib
47 ui_common 47 ui_common
48 Qt5::Test Qt5::Widgets 48 Qt5::Test Qt5::Widgets
49 trustbridge_common 49 trustbridge_common
50 ${CURL_LIBRARIES} 50 ${CURL_LIBRARIES}
51 z
52 ${POLARSSL_LIBRARIES} 51 ${POLARSSL_LIBRARIES}
53 ${EXTRA_STATIC_LIBS}) 52 ${EXTRA_STATIC_LIBS})
54 endmacro() 53 endmacro()
55 54
56 # Add the current source dir to the definition 55 # Add the current source dir to the definition
75 # Using fakeinstaller here would cause windows UAC heuristics to trigger 74 # Using fakeinstaller here would cause windows UAC heuristics to trigger
76 add_executable(fakeinst fakeinstaller.c) 75 add_executable(fakeinst fakeinstaller.c)
77 76
78 if (WIN32) 77 if (WIN32)
79 add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c") 78 add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c")
79
80 if (NOT "${CMAKE_STRIP}")
81 message(STATUS "WARNING CMAKE_STRIP not set. Please set this in your toolchain file. Falling back to: i686-w64-mingw32-strip")
82 set (CMAKE_STRIP "i686-w64-mingw32-strip")
83 endif()
80 84
81 if (OSSLSIGNCODE_EXECUTABLE) 85 if (OSSLSIGNCODE_EXECUTABLE)
82 add_custom_test (binverifytest.cpp "") 86 add_custom_test (binverifytest.cpp "")
83 add_custom_command( 87 add_custom_command(
84 TARGET binverifytest 88 TARGET binverifytest

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