7 lines
235 B
CMake
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
|
|
)
|