TheWebMonks / meshmonk

Open mesh-to-mesh registration framework
Apache License 2.0
70 stars 25 forks source link

unable to compile c++ example #15

Open saikiran321 opened 4 years ago

saikiran321 commented 4 years ago

Hi, I have difficulty in compiling example file. when I try to compile the example using make example compilation fails.

meshmonk/example.cpp:62: undefined reference to 'read_obj_files' meshmonk/example.cpp:213: undefined reference to 'pyramid_registration'

but when I check the meshmonk.cpp file and meshmonk.hpp file, these functions were already defined.

I'm using _cppproject branch