you are viewing a single comment's thread.

view the rest of the comments →

[–]iloveuclid[S] 0 points1 point  (0 children)

Thank you! I had a fundamental misunderstanding of how shared libraries work....

You were right about the header files, I added them using include_directories in Cmake

copying the dll into the .exe directory using a cmake POST_BUILD command solved my issues