Skip to content

SHAPEOP_SRC_DIR files missing #3

@jf---

Description

@jf---

oops, seems related to a PR in progress


hi @petrasvestartas , this is exciting, shapeop is a bit of trip down memory lane.

It seems to me that the .cpp / .h files are missing in the current state of the repo?
For instance I couldn't trace the following C++ files:

# ShapeOp library with core and custom components
add_library(shapeop STATIC
  # Core ShapeOp files
  ${SHAPEOP_SRC_DIR}/Constraint.cpp
  ${SHAPEOP_SRC_DIR}/Force.cpp
  ${SHAPEOP_SRC_DIR}/LSSolver.cpp
  ${SHAPEOP_SRC_DIR}/Solver.cpp
  # Custom constraints/forces
  ${SHAPEOP_SRC_DIR}/custom_constraints/NormalForce.cpp
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions