0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/cmake/configs/Sqlpp11MySQLConfig.cmake
Leon De Andrade d17bce9644
Add Connector CMake Logic (#394)
Add Connector Cmake logic

* Also install date when used with fetch content
* Install everything always
* Update documentation
* Add option to control dependency searching
* Adjust travis
2021-12-02 07:45:38 +01:00

2 lines
56 B
CMake

include(CMakeFindDependencyMacro)
find_dependency(MySQL)