Skip to content

Commit

Permalink
Add the contrib directory to vineyard include dirs. (#799)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow authored Jun 21, 2022
1 parent c028225 commit e45c987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vineyard-config.in.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ include("${CMAKE_CURRENT_LIST_DIR}/vineyard-targets.cmake")

set(VINEYARD_LIBRARIES @VINEYARD_INSTALL_LIBS@)
set(VINEYARD_INCLUDE_DIR "${VINEYARD_HOME}/include"
"${VINEYARD_HOME}/include/vineyard")
"${VINEYARD_HOME}/include/vineyard"
"${VINEYARD_HOME}/include/vineyard/contrib")
set(VINEYARD_INCLUDE_DIRS "${VINEYARD_INCLUDE_DIR}")

set(VINEYARDD_EXECUTABLE "${VINEYARD_HOME}/bin/vineyardd")
Expand Down

0 comments on commit e45c987

Please sign in to comment.