Hi everyone,
I am a student currently involved in my master's thesis work regarding soft soil.
I cloned the repo's main branch using Sourcetree and putting the flag on the recursive option. Then on CMake (version 4.1.1) I made the configuration and generation without any error apparently (here the screenshot).
After that I built the solution project in Release mode using Visual Studio 2022 without error outputs. As a test I tried to run the demo DEMdemo_SingleSphereCollide.exe. The previously linked GitHub says that the output of the simulation should be a series of text lines (no matter what they are) but this does not happen to me. The only output I obtain is the following:
Looking at the original script of the demo in the source folder I can see that some libraries that should be included are not present, like <core/utils/ThreadManager.h>, <DEM/API.h>, <DEM/HostSideHelpers.hpp>, <DEM/utils/Samplers.hpp>.
Do you have any idea of what could be the problem?
Thank you in advance