Dear authors,
Thank you very much for your powerful tool. I am trying to add this to HOHQMesh\Contrib to build solution by Cmake. But error happened at CMakeLists.txt in FTObjectLibrary, line 26:
ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/Source)
It is OK when we change it to the following:
ADD_SUBDIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/Source)
Thanks,
Tang Laoya