On Visual Studio 2019 create new project shows the following:
- Dynamic-Link Library (DLL)
- Dynamic-Link Library with exports (DLL)
Before I though we have static libraries and dynamic libraries.
So what's the difference?
Do we also have this kind of options while using cmake?