squawk/ui/widgets/vcard/CMakeLists.txt

14 lines
185 B
CMake
Raw Normal View History

2021-05-11 17:29:08 +00:00
target_sources(squawk PRIVATE
emailsmodel.cpp
emailsmodel.h
phonesmodel.cpp
phonesmodel.h
vcard.cpp
vcard.h
vcard.ui
2021-05-11 17:29:08 +00:00
)
if (WITH_OMEMO)
add_subdirectory(omemo)
endif()