AusweisApp2/src/services/CMakeLists.txt

8 lines
218 B
CMake
Raw Normal View History

2017-07-03 09:30:10 +02:00
ADD_PLATFORM_LIBRARY(AusweisAppServices)
2017-12-20 14:54:05 +01:00
TARGET_LINK_LIBRARIES(AusweisAppServices Qt5::Core AusweisAppCard AusweisAppNetwork)
IF(DESKTOP)
TARGET_LINK_LIBRARIES(AusweisAppServices AusweisAppConfiguration)
ENDIF()