summaryrefslogtreecommitdiffstats
path: root/framework/notifications/CMakeLists.txt
blob: 3d3f3c664df88d9b507a5337d48e7688026949e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(SRCS
    notificationplugin.cpp
    notificationhandler.cpp
)

add_library(notificationplugin SHARED ${SRCS})

target_link_libraries(notificationplugin sink)
qt5_use_modules(notificationplugin Core Quick Qml)

install(TARGETS notificationplugin DESTINATION ${FRAMEWORK_INSTALL_DIR})