add file selector with sorting

This commit is contained in:
2023-07-27 19:34:47 +02:00
parent 082c4febdf
commit 5a9aacc603
3 changed files with 267 additions and 0 deletions

View File

@ -17,6 +17,8 @@ add_executable(tomato
texture_uploader.hpp
./sdlrenderer_texture_uploader.hpp
./sdlrenderer_texture_uploader.cpp
./file_selector.hpp
./file_selector.cpp
)
target_compile_features(tomato PUBLIC cxx_std_17)