Skip to content

🪲🗊 Fix targets Demo and Test

Changed:

  • The cmake target OpenScenarioEngineDemo used some include directories pointing into the sources of the dependency openscenario_api. These are not needed anymore and hence, removed
  • The cmake target OpenScenarioEngineTest used the additional libraries openscenario_api and antlr4, both transitive dependencies, already defined by tested library itself (target OpenScenarioEngine).

Fixed:

  • storyboard_builder.cpp and storyboard_builder.h are not used by tests but introduced undefined references when compiling the tests. The files have been removed from the repository and the CMakeLists.txt

Relates to #31 (closed) and !134 (merged)

Merge request reports