How to link dlls to each other in CMake?
For msvc, to resolve the problem when two DLLs dependent on each other, it generated an exp file for linking. But in CMake, if I write
For msvc, to resolve the problem when two DLLs dependent on each other, it generated an exp file for linking. But in CMake, if I write