AusweisApp2/src/services/CMakeLists.txt

10 lines
437 B
CMake
Raw Normal View History

2019-01-03 15:06:22 +01:00
#####################################################################
# The module services is responsible to trigger periodic background
# services like checkes for appplication updates or updates for
# configuration files.
#####################################################################
2017-07-03 09:30:10 +02:00
2019-01-03 15:06:22 +01:00
ADD_PLATFORM_LIBRARY(AusweisAppServices)
2017-12-20 14:54:05 +01:00
2019-01-03 15:06:22 +01:00
TARGET_LINK_LIBRARIES(AusweisAppServices Qt5::Core AusweisAppConfiguration AusweisAppFileProvider)