add chat gui, probably works

This commit is contained in:
2023-07-28 18:03:45 +02:00
parent 5a9aacc603
commit 4cd295065b
5 changed files with 558 additions and 1 deletions

View File

@ -19,6 +19,9 @@ add_executable(tomato
./sdlrenderer_texture_uploader.cpp
./file_selector.hpp
./file_selector.cpp
./chat_gui4.hpp
./chat_gui4.cpp
)
target_compile_features(tomato PUBLIC cxx_std_17)