forked from blue/squawk
started refactoring of the VCard UI
This commit is contained in:
parent
bb304ce774
commit
4af16b75bf
32 changed files with 1250 additions and 166 deletions
10
ui/models/info/CMakeLists.txt
Normal file
10
ui/models/info/CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
target_sources(squawk PRIVATE
|
||||
emails.cpp
|
||||
emails.h
|
||||
phones.cpp
|
||||
phones.h
|
||||
)
|
||||
|
||||
if (WITH_OMEMO)
|
||||
add_subdirectory(omemo)
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue