Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • static_index
2 results

CMakeLists.txt

Blame
  • CMakeLists.txt 148 B
    pybind11_add_module(pyoctree pyoctree.cxx)
    target_link_libraries(pyoctree PRIVATE octree)
    target_include_directories(pyoctree PRIVATE "../include")