forked from blue/squawk
14 lines
185 B
CMake
14 lines
185 B
CMake
target_sources(squawk PRIVATE
|
|
emailsmodel.cpp
|
|
emailsmodel.h
|
|
phonesmodel.cpp
|
|
phonesmodel.h
|
|
vcard.cpp
|
|
vcard.h
|
|
vcard.ui
|
|
)
|
|
|
|
if (WITH_OMEMO)
|
|
add_subdirectory(omemo)
|
|
endif()
|