Open michaelolbrich opened 8 years ago
We've changed parser to be pure C parser. I'm not sure why cmake expects .hpp, maybe because of https://github.com/01org/wds/blob/master/CMakeLists.txt#L3 ?
I think it would be better to tell to cmake to treat generated parser as C code.
I think the header file name is derived from the source file name: cpp -> hpp. Anyways, since cmake 3.4 there is an option to set the filename. Patch updated.
CMake expects this name an generated the corresponding dependencies. Without this the files are always regenerated.