Skip to content

Commit

Permalink
fix: Add absl as public library for core
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaowang1998 committed Nov 1, 2024
1 parent ccf6cc8 commit 5e26f58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/spider/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ else()
endif()
target_sources(spider_core PRIVATE ${SPIDER_CORE_SOURCES})
target_sources(spider_core PUBLIC ${SPIDER_CORE_HEADERS})
target_link_libraries(spider_core PUBLIC Boost::boost PRIVATE absl::flat_hash_map)
target_link_libraries(
spider_core
PUBLIC
Boost::boost
absl::flat_hash_map
)

set(SPIDER_CLIENT_SHARED_SOURCES
client/Data.cpp
Expand Down

0 comments on commit 5e26f58

Please sign in to comment.