Skip to content

Commit

Permalink
Trying to get the conan build working
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Mar 9, 2024
1 parent bd1c813 commit df561bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ target_include_directories(default_to_clog
${CMAKE_CURRENT_SOURCE_DIR}
${LOGFAULT_ROOT}/include
${GTEST_INCLUDE_DIRS}
${GTest_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}/exports
)

Expand All @@ -59,6 +60,7 @@ target_include_directories(default_to_clog_with_tid
${CMAKE_CURRENT_SOURCE_DIR}
${LOGFAULT_ROOT}/include
${GTEST_INCLUDE_DIRS}
${GTest_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}/exports
)

Expand Down

0 comments on commit df561bc

Please sign in to comment.