PIValueTree::readChildValue method

some child-oriented methods
allow to create JSON from single PIValueTree
This commit is contained in:
2023-04-28 14:40:55 +03:00
parent 3ab57eea88
commit f5392f8b63
5 changed files with 31 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(PIP)
set(PIP_MAJOR 3)
set(PIP_MINOR 10)
set(PIP_REVISION 2)
set(PIP_REVISION 3)
set(PIP_SUFFIX )
set(PIP_COMPANY SHS)
set(PIP_DOMAIN org.SHS)