Files
primitives_gallery/playground/tables/CMakeLists.txt
T
2026-05-11 16:28:44 +02:00

7 lines
235 B
CMake

# Tables playground - vive dentro de primitives_gallery/ (playgrounds.md).
# No es un app del registry: no tiene app.md, no se indexa.
add_imgui_app(tables_playground
main.cpp
${CMAKE_SOURCE_DIR}/functions/viz/table_view.cpp
)