2021-05-11 17:29:08 +00:00
|
|
|
target_sources(squawk PRIVATE
|
2021-05-11 18:35:12 +00:00
|
|
|
emailsmodel.cpp
|
|
|
|
emailsmodel.h
|
|
|
|
phonesmodel.cpp
|
|
|
|
phonesmodel.h
|
|
|
|
vcard.cpp
|
|
|
|
vcard.h
|
|
|
|
vcard.ui
|
2021-05-11 17:29:08 +00:00
|
|
|
)
|
2023-01-01 17:25:51 +00:00
|
|
|
|
|
|
|
if (WITH_OMEMO)
|
|
|
|
add_subdirectory(omemo)
|
|
|
|
endif()
|