Initial version info in the C library
commit78992188fd759fa1f1debcbedf230bb5b8721b04
authorMarek Nečada <marek@necada.org>
Tue, 21 Jun 2022 02:45:59 +0000 (21 05:45 +0300)
committerMarek Nečada <marek@necada.org>
Tue, 21 Jun 2022 03:25:22 +0000 (21 06:25 +0300)
tree809889b305128cccfa6ccd6a22615a4df9f9e3d1
parente7f7cd38d2e8181b02b32f5a9eb70f94d64dbb13
Initial version info in the C library

Cmake modules taken from https://github.com/rpavlik/cmake-modules
see also https://stackoverflow.com/q/1435953
CMakeLists.txt
cmake/GetGitRevisionDescription.cmake [new file with mode: 0644]
cmake/GetGitRevisionDescription.cmake.in [new file with mode: 0644]
cmake/LICENSE_1_0.txt [new file with mode: 0644]
qpms/CMakeLists.txt
qpms/__init__.py
qpms/qpms_c.pyx
qpms/qpms_cdefs.pxd
qpms/version.c.in [new file with mode: 0644]
qpms/version.h [new file with mode: 0644]