add tox client and more setup

This commit is contained in:
2023-07-26 12:55:50 +02:00
parent 3a1c15f313
commit a848a01527
6 changed files with 259 additions and 7 deletions

View File

@ -9,6 +9,9 @@ add_executable(tomato
start_screen.cpp
main_screen.hpp
main_screen.cpp
tox_client.hpp
tox_client.cpp
)
target_compile_features(tomato PUBLIC cxx_std_17)
@ -17,7 +20,7 @@ target_link_libraries(tomato PUBLIC
solanaceae_contact
solanaceae_message3
#solanaceae_plugin
solanaceae_plugin
solanaceae_toxcore
solanaceae_tox_contacts