Skip to content

Commit

Permalink
add absl status
Browse files Browse the repository at this point in the history
  • Loading branch information
filippobrizzi committed Mar 26, 2024
1 parent 64e411d commit ddbbce2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/serdes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
declare_module(
NAME serdes
DEPENDS_ON_MODULES base
DEPENDS_ON_EXTERNAL_PROJECTS magic_enum Protobuf
DEPENDS_ON_EXTERNAL_PROJECTS absl magic_enum Protobuf
)

find_package(absl REQUIRED)
find_package(magic_enum REQUIRED)
find_package(Protobuf REQUIRED)

Expand All @@ -34,7 +35,7 @@ set(SOURCES
# library target
define_module_library(
NAME serdes
PUBLIC_LINK_LIBS hephaestus::base magic_enum::magic_enum protobuf::libprotobuf
PUBLIC_LINK_LIBS absl::status hephaestus::base magic_enum::magic_enum protobuf::libprotobuf
PRIVATE_LINK_LIBS ""
SOURCES ${SOURCES}
PUBLIC_INCLUDE_PATHS $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> $<INSTALL_INTERFACE:include>
Expand Down

0 comments on commit ddbbce2

Please sign in to comment.