FTXUI/g++ftxui

9 lines
137 B
Plaintext
Raw Normal View History

2025-06-10 16:43:23 +08:00
#!/bin/bash
/usr/bin/g++ \
2025-06-10 17:01:51 +08:00
-I~//FTXUI/include \
-L~/home/ece/FTXUI/build \
2025-06-10 16:43:23 +08:00
"$@" \
-lftxui-component -lftxui-dom -lftxui-screen