1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

8 Commits

Author SHA1 Message Date
Vladislav Vaintroub
e242172c3c CMake, Windows - install PDBs for client plugins 2020-04-16 12:40:08 +02:00
Georg Richter
9eb0fa1eb9 Windows build fixes:
- fixed typo (libmariadb.pdb instead of pdf)
- added plugin pdbs
2018-12-01 13:05:51 +01:00
Vladislav Vaintroub
e34a595ce2 MDEV-11008 Connector/C integration does not respect INSTALL_LIBDIR
or INSTALL_DOCDIR

Changed C/C to use the same cmake variables for
INSTALL_LIBDIR, INSTALL_BINDIR, INSTALL_INCLUDEDIR, INSTALL_PLUGINDIR


Small cleanups (remove -l/full/path/to/libc.so from mariadb_config output)
2016-10-12 11:58:53 +00:00
Sergei Golubchik
7a787b1e3e C/C integration in MariaDB Server builds
* make is usable as a CMake sub-project
  * put options in a separate namespace
  * but use parent project values when specified
* always specify COMPONENT when INSTALLing
* don't use PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR

Also

* fix out-of-source builds (don't generate files
  in the CMAKE_SOURCE_DIR, always do it in CMAKE_BINARY_DIR)
* make subsequence cmake runs less verbose, use MESSAGE1
  to avoid repeating messages that didn't change
2016-09-05 19:15:58 +02:00
Georg Richter
f0601e0e40 Manual merge from 2.3 branch:
put cmake helper scripts under new BSD license
2016-07-09 10:53:09 +02:00
GeorgyKirichenko
56505d8fb6 Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR. Client library
can be used as subdirectory in another cmake project.
2016-04-27 17:54:07 +03:00
Georg Richter
d46a64c4d7 MSI package fixes (Windows) 2015-10-27 16:08:38 +01:00
Georg Richter
a240b930fc Added cmake macro for plugin installation 2015-10-27 15:00:02 +01:00