Semver: Semantic version parsing and arithmetics

This commit is contained in:
Vojtech Kral 2018-04-05 14:22:11 +02:00
parent a866011574
commit 2b8da333ef
4 changed files with 817 additions and 0 deletions

View file

@ -299,6 +299,11 @@ add_library(Shiny STATIC
${LIBDIR}/Shiny/ShinyZone.h
)
add_library(semver STATIC
${LIBDIR}/semver/semver.h
${LIBDIR}/semver/semver.c
)
# Generate the Slic3r Perl module (XS) typemap file.
set(MyTypemap ${CMAKE_CURRENT_BINARY_DIR}/typemap)
add_custom_command(