BrianAnakPintar / step-writer

A simple & Lightweight C++ TUI Text Editor
https://www.brianmoniaga.com/Blog/posts/stepwriter/
MIT License
23 stars 0 forks source link

Allow to use pre-installed FTXUI instead of always building a duplicate #1

Open barracuda156 opened 1 hour ago

barracuda156 commented 1 hour ago

@BrianAnakPintar FTXUI is available as a port: https://ports.macports.org/port/FTXUI Could you please add an option to use external FTXUI if it is available and fetch it only if it is not?

barracuda156 commented 1 hour ago

P. S. And the same for tree-sitter and gtest.

BrianAnakPintar commented 1 hour ago

Sure that sounds good, I'm not familiar with how to do that in CMake though, is it possible for you to implement it?