On 07/09/18 12:24, Werner Poschenrieder wrote:
Dear all,
I have built xerves for c++ and would like to use it. Hence, I will require the
xerces headers in order to import the library functions or compile them, if
provided as templates in hpp. Is there an include directory within the source
tree? Or is such a directory to be generated through the build (I can see an
INSTALL project within the cmake generated project for VS)?
For the cmake build, you need to run the "install" target. e.g. "cmake
--build . --target install". You would typically have run cmake with
"-DCMAKE_INSTALL_PREFIX:PATH=\path\to\install" to set the install
location first.
Regards,
Roger