commit | 08a5311c3d54c4291fe4e49d7c7d8645df5ae51d | [log] [tgz] |
---|---|---|
author | Tobias Klausmann <tobias.klausmann@lenze.com> | Wed Dec 04 14:55:58 2019 +0100 |
committer | Tobias Klausmann <tobias.klausmann@lenze.com> | Mon Dec 09 17:56:36 2019 +0100 |
tree | ff1cbd387acf9312f47cb50cd84e0e8b7b520bde | |
parent | 0397c2c9d6bbf6a4b6499002ea59ddc5ae98a195 [diff] |
build/cmake: Refine build instructions With this we get: - the commonly used and proper CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR variables we can fill for our libraries - MAJOR/MINOR/PATCH versioning on a project level - Include path for every library This is a start to make it possible to install the library into the system path! Signed-off-by: Tobias Klausmann <tobias.klausmann@lenze.com>