Schematika reader, using facet object model
  • C++ 98%
  • CMake 2%
Find a file
2023-10-17 15:06:30 -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: + testing (even though no tests) for consistency 2023-10-08 14:21:40 -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