VS packages third-party dependencies into the DLL together
Project environment:vs2022 + pcl 1.13.1
language:C++
My project relies on the PCL library. I’ve packaged the project into a DLL using Visual Studio’s project properties. However, when calling this DLL on another device, it requires third-party PCL DLLs. Is there a way to package these dependent DLLs together?