Zed-pcl, cmake, can't find .dll files when running app

FYI, I am new to cmake and this could be a cmake question and not zed-pcl question.
Versions: pcl 1.12, vs2019, cmake 3.22
I believe I followed instructions to install pcl, config/generate zed-pcl, and build the application. Then when I run the application, errors of not finding any .dll file appears. If I move the individual .dll files to the release/debug folder, the app can then find them, but there are too many .dll files to find and move.
What am I doing wrong here?

I also am just looking to get pointcloud data/information so if there is an easier way of doing so, letting me know would be greatly appreciated too!