Skip to content

Commit

Permalink
format cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 30, 2021
1 parent ff4d39f commit a83da5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpp/cmake/Modules/JitifyPreprocessKernels.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ function(jit_preprocess_files)
endfunction()

jit_preprocess_files(
SOURCE_DIRECTORY ${CUDF_SOURCE_DIR}/src FILES binaryop/jit/kernel.cu
transform/jit/kernel.cu rolling/jit/kernel.cu)
SOURCE_DIRECTORY ${CUDF_SOURCE_DIR}/src FILES binaryop/jit/kernel.cu transform/jit/kernel.cu
rolling/jit/kernel.cu
)

add_custom_target(
jitify_preprocess_run
Expand Down

0 comments on commit a83da5b

Please sign in to comment.