AusweisApp2/utils/CMakeLists.txt

9 lines
257 B
CMake
Raw Normal View History

2017-07-03 09:30:10 +02:00
# Do not compile for mobile: QProcess is not supported under iOS.
IF(DESKTOP AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/testbedtool")
ADD_SUBDIRECTORY(testbedtool)
ENDIF()
IF(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/tlscheck")
ADD_SUBDIRECTORY(tlscheck)
ENDIF()