Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Nov 6, 2024
1 parent ae10843 commit b48a287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ add_library(kvikio::kvikio ALIAS kvikio)

target_include_directories(
kvikio
PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>" "$<BUILD_INTERFACE:${CUDAToolkit_INCLUDE_DIRS}>"
PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
"$<BUILD_INTERFACE:${CUDAToolkit_INCLUDE_DIRS}>"
"$<BUILD_INTERFACE:${cuFile_INCLUDE_DIRS}>"
INTERFACE "$<INSTALL_INTERFACE:include>"
)
Expand Down

0 comments on commit b48a287

Please sign in to comment.