AusweisApp2/src/file_provider/CMakeLists.txt

10 lines
445 B
CMake
Raw Normal View History

2019-01-03 15:06:22 +01:00
#####################################################################
# The module file provider is responsible to maintain file updates
# and their dependencies. It will trigger downloads and checks
# if a download is necessary.
#####################################################################
2017-12-20 14:54:05 +01:00
ADD_PLATFORM_LIBRARY(AusweisAppFileProvider)
TARGET_LINK_LIBRARIES(AusweisAppFileProvider Qt5::Core AusweisAppSecureStorage AusweisAppNetwork)