dmlc / tl2cgen

TL2cgen (TreeLite 2 C GENerator) is a model compiler for decision tree models
https://tl2cgen.readthedocs.io/en/latest/
Apache License 2.0
21 stars 6 forks source link

[Question] Which header should be used for calling the library generated by TL2cgen from a C/C++ program? #32

Closed davidelahoz closed 3 months ago

davidelahoz commented 3 months ago

When compiling the library using cmake, no header file is copied to Release folder. I suppose that I need to import header.h in order to be able to link the library

Has anyone achieved this?

davidelahoz commented 3 months ago

header.h worked fine