Is your feature request related to a problem? Please describe.
When I build the executable I need to manually move all the dependent DLLs to the EXE folder, if I want to deploy for other computers w/o the dependencies installed.
Describe the solution you'd like
Edit CMakeLists to make it automatically.
Describe alternatives you've considered
Create a script to do as we do right now, but automatically.