scaffold for XO python extension libraries
  • C++ 69.9%
  • CMake 30.1%
Find a file
2024-05-01 14:41:19 -04:00
cmake xo-pyutil: build: streamline using recent xo-cmake improvements 2024-05-01 14:39:09 -04:00
include/xo/pyutil initial commit 2023-10-07 00:02:05 -04:00
.gitignore build: streamline CMAKE_MODULE_PATH interaction 2024-03-15 19:29:24 -04:00
CMakeLists.txt Merge branch 'main' of github.com:Rconybea/xo-pyutil 2024-05-01 14:41:19 -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