CMake linking against shared library on windows: error about not finding .lib file

Ah, my problem was I forgot to include a __declspec(dllexport) in suitable places when building the library (can you tell I don’t do windows programming a lot?).

Leave a Comment