mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 08:01:13 +08:00
9 lines
127 B
Bash
9 lines
127 B
Bash
#!/bin/bash
|
|
|
|
/usr/bin/g++ \
|
|
-I~/FTXUI/include \
|
|
-L~/FTXUI/build \
|
|
"$@" \
|
|
-lftxui-component -lftxui-dom -lftxui-screen
|
|
|