Skip to content

Commit

Permalink
Add GTest back in again to get gmock
Browse files Browse the repository at this point in the history
  • Loading branch information
twestley committed Sep 19, 2024
1 parent 02b5390 commit 0cec4a0
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 @@ -25,6 +25,9 @@ add_library(adakCore
GeometricDisconnect.cpp
SystemClock.cpp)

# Find GTest to get gmock
find_package(GTest REQUIRED)

# Newer versions of protobuf require abseil
find_package(absl REQUIRED)

Expand Down

0 comments on commit 0cec4a0

Please sign in to comment.