linking issue: fatal error: ParameterObject.h: No such file or directory #222
-
Hi team, Thanks for the library. I am struggling linking SPlishSplasH to my project for a few days. Finally I could link it with following Cmake commands:
Pleas note that I have already linked OpenGL libraries, LibIgl and CompactNSearch separately (they work without error). When I want to build my project, cmake command works without error. However, for making I get following error:
I searched in the SPlishSplasH directory. There is no "ParameterObject.h" file. I was wondering something is missed in the library or I made a mistake somewhere? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
As mentioned in the readme file, the project depends on our project: https://github.com/InteractiveComputerGraphics/GenericParameters which is a header-only project. So there is no lib. You can see here: how the project is included in SPlisHSPlasH. Hope that helps! |
Beta Was this translation helpful? Give feedback.
As mentioned in the readme file, the project depends on our project:
https://github.com/InteractiveComputerGraphics/GenericParameters
which is a header-only project. So there is no lib. You can see here:
https://github.com/InteractiveComputerGraphics/SPlisHSPlasH/blob/master/CMake/SetUpExternalProjects.cmake#L32
how the project is included in SPlisHSPlasH.
Hope that helps!