javedulu / ad-xolib

C++ library for Parsing OpenScenario (1.2) & OpenDrive files (1.7) ASAM Specifications
MIT License
88 stars 29 forks source link

missing file "xodr_export.h" #5

Closed gammagandalf closed 3 years ago

gammagandalf commented 3 years ago

Thanks a lot for your helpful project. I've cloned the repository and its submodules, but there is no file like "xodr_export.h" detectable within the project (but it is used in "xodr.h"). Is this an issue from cloning or is there an other workaround to get access to this file?

javedulu commented 3 years ago

It should be generated when you build with CMake , it should be in binary directory

gammagandalf commented 3 years ago

yeah that's right, thanks a lot