mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-29 14:45:53 +08:00
5 lines
101 B
CMake
5 lines
101 B
CMake
add_executable(separator_example
|
|
main.cpp
|
|
)
|
|
target_link_libraries(separator_example PRIVATE ftxui)
|