summaryrefslogtreecommitdiff
path: root/cmake/VersionFunctions.cmake
Commit message (Collapse)AuthorAgeFilesLines
* lib: make library version match release versionAlan Antonuk2021-04-201-2/+1
| | | | | | | This makes full library version on unix-like systems match the release version. The SOVERSION remains as unchanged, for compatibility sake. Signed-off-by: GitHub <noreply@github.com>
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-051-3/+3
| | | | | | | | | | | | | | | Move official rabbitmq-c includes under the rabbitmq-c, thus new programs should use the following include paths: amqp.h -> rabbitmq-c/amqp.h amqp_tcp_socket.h -> rabbitmq-c/tcp_socket.h amqp_ssl_socket .h-> rabbitmq-c/ssl_socket.h amqp_framing.h -> rabbitmq-c/framing.h Existing include files are left with a warning message and including their new equivalents, so existing programs should compile without modification. Signed-off-by: GitHub <noreply@github.com>
* Move public header files to include directoryAlan Antonuk2021-04-051-3/+3
| | | | Signed-off-by: GitHub <noreply@github.com>
* cmake: use modern version of project() commandAlan Antonuk2021-04-011-0/+21
This also gets rid of a non-top-level project command that probably shouldn't be used. Signed-off-by: GitHub <noreply@github.com>