Step 85: filesystem tree explorer

This commit is contained in:
Bill
2026-02-09 09:29:01 -07:00
parent c195128034
commit 6da8b36347
5 changed files with 198 additions and 6 deletions

View File

@@ -486,6 +486,9 @@ add_executable(step84_test tests/step84_test.cpp src/FileDialog.cpp)
target_include_directories(step84_test PRIVATE src)
target_link_libraries(step84_test PRIVATE tinyfiledialogs)
add_executable(step85_test tests/step85_test.cpp)
target_include_directories(step85_test PRIVATE src)
find_package(SDL2 CONFIG REQUIRED)
find_package(OpenGL REQUIRED)
find_package(glad CONFIG REQUIRED)