squawk/ui/models/info/CMakeLists.txt

11 lines
132 B
CMake

target_sources(squawk PRIVATE
emails.cpp
emails.h
phones.cpp
phones.h
)
if (WITH_OMEMO)
add_subdirectory(omemo)
endif()