Skip to content

Commit

Permalink
bugfix: pika cmake compile depency for external project (OpenAtomFoun…
Browse files Browse the repository at this point in the history
…dation#1285)

Co-authored-by: liuzhen3 <[email protected]>
  • Loading branch information
kernelai and liuzhen3 authored Feb 21, 2023
1 parent b551dbf commit 2e58183
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,20 @@ add_executable(${PROJECT_NAME}
${PROTO_HDRS}
${PIKA_BUILD_VERSION_CC})

add_dependencies(${PROJECT_NAME}
gflags
gtest
glog
snappy
zstd
lz4
zlib
gperftools
jemalloc
rocksdb
slash
pink
blackwidow)
target_include_directories(${PROJECT_NAME}
PUBLIC ${CMAKE_CURRENT_BINARY_DIR}
PUBLIC ${PROJECT_SOURCE_DIR}
Expand Down

0 comments on commit 2e58183

Please sign in to comment.