Remove unneeded src
This commit is contained in:
parent
278eed89d6
commit
4c8c2b3d8f
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ find_package(KF5People)
|
|||
add_executable(kdeconnect-sms
|
||||
main.cpp
|
||||
conversationmodel.cpp
|
||||
conversationlistmodel.cpp
|
||||
${KCSMS_SRCS})
|
||||
conversationlistmodel.cpp)
|
||||
|
||||
target_include_directories(kdeconnect-sms PUBLIC ${CMAKE_BINARY_DIR})
|
||||
|
||||
|
|
Loading…
Reference in a new issue