mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:50:09 +08:00
46042ce74a
See the [OSC 8 page](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda). FTXUI support proposed by @aaleino in [#662](https://github.com/ArthurSonzogni/FTXUI/issues/662). API: ```cpp auto link = text("Click here") | hyperlink("https://github.com/FTXUI") ``` Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/662
39 lines
784 B
CMake
39 lines
784 B
CMake
set(DIRECTORY_LIB dom)
|
|
|
|
example(border)
|
|
example(border_colored)
|
|
example(border_style)
|
|
example(canvas)
|
|
example(color_gallery)
|
|
example(color_info_palette256)
|
|
example(color_truecolor_HSV)
|
|
example(color_truecolor_RGB)
|
|
example(dbox)
|
|
example(gauge)
|
|
example(gauge_direction)
|
|
example(graph)
|
|
example(gridbox)
|
|
example(hflow)
|
|
example(html_like)
|
|
example(linear_gradient)
|
|
example(package_manager)
|
|
example(paragraph)
|
|
example(separator)
|
|
example(separator_style)
|
|
example(size)
|
|
example(spinner)
|
|
example(style_blink)
|
|
example(style_bold)
|
|
example(style_color)
|
|
example(style_dim)
|
|
example(style_gallery)
|
|
example(style_hyperlink)
|
|
example(style_inverted)
|
|
example(style_strikethrough)
|
|
example(style_underlined)
|
|
example(style_underlined_double)
|
|
example(table)
|
|
example(vbox_hbox)
|
|
example(vflow)
|
|
example(window)
|