Minimalistic ninja generator
This project is a WIP
Build all files in current folder :
build objects(*): auto *.cpp
build application(helloworld): auto objects(*)
Or build all files recursively :
build objects(obj/**_*): auto **/*.cpp
build application(bin/helloworld): auto objects(obj/*)
Building project
bf && ninja
Generating IDE solution
bf --ide vs # this will autoselect proper version of vs
bf --ide vs2012
bf --ide vs2013
bf --ide vs2015
bf --ide qtcreator
bf --ide cmake # for cmake based IDE's
bf --ide make # useful in some cases
pip install buildfoxexport PATH=$PATH:/home/$USER/.local/bin/ to .bashrcbf --selftest to make sure everything is okbf for python buildfox.py commanddoskey bf=python %path_to_the_repo%\buildfox.py $*bf --selftest to make sure everything is ok$ claude mcp add buildfox \
-- python -m otcore.mcp_server <graph>