dll linking - Code - CMake Discourse
discourse.cmake.org › t › dll-linkingJan 10, 2022 · On windows you don’t link the shared object but the import library. That means you need to link to the associated “libabcd.lib”. The dll must be in your PATH (or one of the known directories) when you run your program then. bambo09 (bambo09) January 10, 2022, 8:34am #3. And how to link that lib?