tally
- registry: kmpkgcore
- type: kumo system both static and shared library.
install
kmpkg install tally
add port
add to project dependency list:
kmpkg add port tally
kmpkg
kmpkg.json
{
"dependencies": [
"tally"
]
}
cmake find and link
find tally package:
find
find_packge(tally REQUIRED)
link tally static:
tally::tally_static
link tally dynamic:
tally::tally_shared