Skip to content

Commit adc8be2

Browse files
committed
add all headers
1 parent 79cffd5 commit adc8be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (WITH_PYTHON)
1919
endif()
2020
find_package(Torch REQUIRED)
2121

22-
file(GLOB HEADERS csrc/sparse.h)
22+
file(GLOB HEADERS csrc/*.h)
2323
file(GLOB OPERATOR_SOURCES csrc/*.* csrc/cpu/*.*)
2424
if(WITH_CUDA)
2525
file(GLOB OPERATOR_SOURCES ${OPERATOR_SOURCES} csrc/cuda/*.h csrc/cuda/*.cu)

0 commit comments

Comments
 (0)