Skip to content

Commit

Permalink
Trying to solve issues with backward cpp includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 31, 2024
1 parent 0065879 commit 6e29147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/plugins/backtrace_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ target_include_directories(${target}

$<TARGET_PROPERTY:${META_PROJECT_NAME}::metacall,INCLUDE_DIRECTORIES> # MetaCall includes

${BACKWARD_INCLUDE_DIR} # Backward-cpp includes

PUBLIC
${DEFAULT_INCLUDE_DIRECTORIES}

Expand Down

0 comments on commit 6e29147

Please sign in to comment.