more setup

This commit is contained in:
2023-07-26 20:09:57 +02:00
parent a848a01527
commit 082c4febdf
9 changed files with 141 additions and 9 deletions

View File

@ -12,6 +12,11 @@ add_executable(tomato
tox_client.hpp
tox_client.cpp
theme.hpp
texture_uploader.hpp
./sdlrenderer_texture_uploader.hpp
./sdlrenderer_texture_uploader.cpp
)
target_compile_features(tomato PUBLIC cxx_std_17)