Skip to content

Commit

Permalink
add dlpack include dir to _lib cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Apr 17, 2024
1 parent 6402c01 commit a52f5b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ target_link_libraries(strings_udf PUBLIC cudf_strings_udf)
set(targets_using_arrow_headers interop avro csv orc json parquet)
link_to_pyarrow_headers("${targets_using_arrow_headers}")

target_include_directories(interop PUBLIC "$<BUILD_INTERFACE:${DLPACK_INCLUDE_DIR}>")

add_subdirectory(cpp)
add_subdirectory(io)
add_subdirectory(nvtext)
Expand Down

0 comments on commit a52f5b2

Please sign in to comment.