syntax trees for Schematika parser
  • C++ 95.6%
  • CMake 4.4%
Find a file
2023-10-22 17:37:10 -04:00
cmake initial commit 2023-10-07 00:02:05 -04:00
include/xo/pyutil initial commit 2023-10-07 00:02:05 -04:00
.gitignore + .gitignore 2023-10-08 13:54:55 -04:00
CMakeLists.txt build: simplify cmake macro api 2023-10-22 17:37:10 -04:00
README.md doc: README improvements 2023-10-17 15:06:30 -04:00

pybind11 utilities for XO projects

Getting Started

build + install dependencies

to build + install locally

$ cd xo-pyutil
$ mkdir build
$ cd build
$ PREFIX=/usr/local # for example
$ cmake -DCMAKE_MODULE_PATH=${PREFIX}/share/cmake -DCMAKE_PREFIX_PATH=$(PREFIX) -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
$ make
$ make install

LSP support

$ cd xo-pyutil
$ ln -s build/compile_commands.json  # lsp will look for compile_commands.json in the root of the source tree