Skip to content

Commit

Permalink
Add GTest as required to get gmock
Browse files Browse the repository at this point in the history
  • Loading branch information
twestley committed Sep 19, 2024
1 parent 9cd5655 commit af6e857
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ add_library(adakCore
# Newer versions of protobuf require abseil
find_package(absl REQUIRED)

# And abseil requires gmock
find_package(GTest REQUIRED)

target_link_libraries(adakCore messages)
target_include_directories(adakCore PUBLIC ${PROJECT_SOURCE_DIR}/include)

Expand Down

0 comments on commit af6e857

Please sign in to comment.