Commit adc8be24 authored by rusty1s's avatar rusty1s
Browse files

add all headers

parent 79cffd57
......@@ -19,7 +19,7 @@ if (WITH_PYTHON)
endif()
find_package(Torch REQUIRED)
file(GLOB HEADERS csrc/sparse.h)
file(GLOB HEADERS csrc/*.h)
file(GLOB OPERATOR_SOURCES csrc/*.* csrc/cpu/*.*)
if(WITH_CUDA)
file(GLOB OPERATOR_SOURCES ${OPERATOR_SOURCES} csrc/cuda/*.h csrc/cuda/*.cu)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment