You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2019. It is now read-only.
In CMake projects like MariaDB Connector C, CMake can "install" the SDK on a specific directory (usual C:\Program FIles...) that contains the header and libraries of the SDK installed.
After the installation is completed, FindPackage() will be able to detect the component without linking it again.
Since MDK is designed to be a fully standalone SDK, it will be very helpfull to include a FindPackage() command, so any future module shouldn't require to add MDK as submodule.