Skip to content

Commit

Permalink
Fix for CMake build of tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman authored and carlocab committed May 27, 2024
1 parent e5f97a1 commit e8a40b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ endif()

add_subdirectory(third_party/abseil-cpp)
list(APPEND LIBBLOATY_LIBS absl::strings)
list(APPEND LIBBLOATY_LIBS absl::optional)
list(APPEND LIBBLOATY_LIBS Threads::Threads)

if(DEFINED ENV{LIB_FUZZING_ENGINE})
Expand Down

0 comments on commit e8a40b5

Please sign in to comment.