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
|
add_executable(kdeconnect-sms
|
||||||
main.cpp
|
main.cpp
|
||||||
conversationmodel.cpp
|
conversationmodel.cpp
|
||||||
conversationlistmodel.cpp
|
conversationlistmodel.cpp)
|
||||||
${KCSMS_SRCS})
|
|
||||||
|
|
||||||
target_include_directories(kdeconnect-sms PUBLIC ${CMAKE_BINARY_DIR})
|
target_include_directories(kdeconnect-sms PUBLIC ${CMAKE_BINARY_DIR})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue