squawk/ui/widgets/CMakeLists.txt

26 lines
399 B
CMake
Raw Normal View History

2021-05-11 17:29:08 +00:00
target_sources(squawk PRIVATE
account.cpp
account.h
account.ui
accounts.cpp
accounts.h
accounts.ui
chat.cpp
chat.h
conversation.cpp
conversation.h
conversation.ui
joinconference.cpp
joinconference.h
joinconference.ui
newcontact.cpp
newcontact.h
newcontact.ui
room.cpp
room.h
2021-05-11 17:29:08 +00:00
)
add_subdirectory(vcard)
add_subdirectory(messageline)
2022-01-16 19:54:57 +00:00
add_subdirectory(settings)