Revert "Remove unneeded src"

This reverts commit 4c8c2b3d8f
This commit is contained in:
Simon Redman 2019-05-05 16:32:14 +00:00
parent 0ff45fdf49
commit db611fae67

View file

@ -5,7 +5,8 @@ find_package(KF5People)
add_executable(kdeconnect-sms
main.cpp
conversationmodel.cpp
conversationlistmodel.cpp)
conversationlistmodel.cpp
${KCSMS_SRCS})
target_include_directories(kdeconnect-sms PUBLIC ${CMAKE_BINARY_DIR})