Skip to content

Commit

Permalink
Remove some headers from precompilation in order to avoid name confli…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
shouth committed Sep 10, 2024
1 parent a9b8579 commit 67094ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openscenario/openscenario_interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ target_precompile_headers(${PROJECT_NAME}
"<traffic_simulator/api/api.hpp>"
"<pugixml.hpp>"

"<openscenario_interpreter/error.hpp>"
"<openscenario_interpreter/expression.hpp>"
"<openscenario_interpreter/name.hpp>"
"<openscenario_interpreter/object.hpp>"
"<openscenario_interpreter/openscenario_interpreter.hpp>"
"<openscenario_interpreter/pointer.hpp>"
"<openscenario_interpreter/record.hpp>"
"<openscenario_interpreter/scope.hpp>"
Expand Down

0 comments on commit 67094ec

Please sign in to comment.