How to add third party dll
已回答
Hello,
I am new to C++ world and a student. Please forgive my question if it doesn't make sense. I have a dll along with *.h file and *.cpp file. It is located on my hard drive at c:\learningCPlusPlus\ folder.
I want to reference that dll and call the methods and properties in it.
How can I use this in CLion.
Thanks
请先登录再写评论。
Hello!
You can link a library using the target_link_libraries command. See https://www.jetbrains.com/help/clion/quick-cmake-tutorial.html#link-libs.