build: CMake: release process fixes, update release script, misc fixes, RPM spec file

This commit is contained in:
Daniel Pocock
2022-11-10 16:48:27 +01:00
parent 5b2eb42a43
commit 05964544f2
11 changed files with 205 additions and 56 deletions

View File

@@ -21,6 +21,7 @@ add_library(tfmrepro
)
target_link_libraries(tfmrepro PUBLIC repro tfm ${POPT_LIBRARIES})
version_libname(tfmrepro)
test(sanityTests sanityTests.cxx)