start with toxav interface (wip)

no callbacks yet, gonna use threading
This commit is contained in:
2024-07-20 13:46:41 +02:00
parent 09372b3865
commit b550810db5
7 changed files with 148 additions and 1 deletions

View File

@@ -104,6 +104,15 @@ target_sources(tomato PUBLIC
./chat_gui4.cpp
)
if (TOMATO_TOX_AV)
target_sources(tomato PUBLIC
./tox_av.hpp
./tox_av.cpp
)
target_compile_definitions(tomato PUBLIC TOMATO_TOX_AV)
endif()
target_compile_features(tomato PUBLIC cxx_std_17)
target_link_libraries(tomato PUBLIC
solanaceae_util