- /cpp/include/: Mix of hand-written and generated Grapher headers. Generated files are marked with
/* Generated */. - /cpp/source/: Hand-written Grapher library
- /cpp/libraries: Libraries required for building or linking
- /cpp/test: Tests written as individual executables (for now)
From the root of this repo:
git submodule update --init --recursivemkdir build-debug && cd build-debugcmake -GXcode ..- Then open Xcode, and build the NFGrapher or NFGrapherTest targets
- Add this repo as a submodule
- Remember to link against NFGrapher via cmake!
TODO: add test instructions