* Initial implementation of non-mutable setting and resetting version components. * Document new functionality in source code and update README.
8 lines
127 B
CMake
8 lines
127 B
CMake
include_directories(
|
|
../include
|
|
)
|
|
|
|
add_library(semver
|
|
Semver200_comparator.cpp Semver200_parser.cpp Semver200_modifier.cpp
|
|
)
|