alecjacobson / gptoolbox

Matlab toolbox for Geometry Processing.
MIT License
628 stars 166 forks source link

Compile failed. Cannot find split_nonmanifold.cpp #156

Open Zunnki0 opened 7 months ago

Zunnki0 commented 7 months ago

The file split_nonmanifold.cpp is missing from the mex folder so I couldn't compile the code. However the file split_nonmanifold.m is there.

This is the error message I got:

CMake Error at CMakeLists.txt:113 (add_library):
  Cannot find source file:

    split_nonmanifold.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm 
  .hpp .hxx .in .txx
Call Stack (most recent call first):
  CMakeLists.txt:133 (compile_each)

CMake Error at CMakeLists.txt:113 (add_library):
  No SOURCES given to target: split_nonmanifold
Call Stack (most recent call first):
  CMakeLists.txt:133 (compile_each)

CMake Generate step failed.  Build files cannot be regenerated correctly.