So, Dmitry, I tried several ways and when checking the filters at the URL
http://localhost:9098/ngrest/operation/ngrest.ServerStatus/getFiltersthere are no filters.
I added the sample files you sent me to the folders:
- .ngrest/ngrest-build/deploy/share/ngrest/filters/src
- .ngrest/ngrest/filters/src
- myproject/filters/src
None worked, the files are:
- CMakeLists.txt at the root of the filters folder
- src/TestFilterGroup.cpp
- src/TestFilterGroup.h
It probably isn't working because I didn't do this step: "build it to the dynamic library", how do I do it?