forked from blue/squawk
29 lines
432 B
CMake
29 lines
432 B
CMake
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
|
|
about.cpp
|
|
about.h
|
|
about.ui
|
|
)
|
|
|
|
add_subdirectory(vcard)
|
|
add_subdirectory(messageline)
|
|
add_subdirectory(settings)
|