0

I have a ..dll. My ..exe must include this dll file.

I have seen this link How to use external DLLs in CMake project, but this is correct for me.

How to add search dll path in cmake?

lens
  • 133
  • 1
  • 11
  • Possible duplicate of [CMake link to external library](https://stackoverflow.com/questions/8774593/cmake-link-to-external-library) – arrowd Sep 03 '17 at 15:32
  • If you bother about finding a `.dll` library at **runtime**, then either the library should be in system location or it should be in the same directory as executable itself. There are many question on Stack Overflow about copying `.dll` into the directory with `.exe` in CMake. – Tsyvarev Sep 03 '17 at 15:46

0 Answers0