How to generate .dll files of 3rdparties to build folder with CMakelists.txt

Hello,

I am trying to compile my test project with CMakeLists.txt in which several 3rd parties are specified with find_package.
I use list(append LIBRARIES ${3rd_party_name}) to add libraries the project needs.

The executable file was successfully generated via add_executable.
target_link_libraries(${PROJECT_NAME} ${LIBRARIES})
is also done, but no .dll file found in Debug folder.

The 3rd parties are not under the project folder. They could be somewhere of their own in a partition.
Topic archived. No new replies allowed.