Hi, I’ve noticed that in the previous versions of REST (v2.2.XX) there was a possibility to compile a custom library within the REST software, specifically there was a dummy library available for modifications.
I am curious, how can I create my custom library/process in the newest version of REST?
From what I found, the old CMakeLists.txt file is no longer valid making your own library.
Just updated the README and CMakeLists.txt file. The new library directory must be placed at source/libraries/ and then, REST must be compiled using -DRESTLIB_DUMMY=ON where DUMMY will be the name of your library which corresponds to the name of the directory at source/libraries.