Skip to content

Commit 7b0aa73

Browse files
authored
Adding missing headers to CMakeLists (#311)
1 parent a24b836 commit 7b0aa73

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
@@ -15,7 +15,7 @@ endif()
1515
find_package(Python3 COMPONENTS Development)
1616
find_package(Torch REQUIRED)
1717

18-
file(GLOB HEADERS csrc/scatter.h)
18+
file(GLOB HEADERS csrc/*.h)
1919
file(GLOB OPERATOR_SOURCES csrc/cpu/*.h csrc/cpu/*.cpp csrc/*.cpp)
2020
if(WITH_CUDA)
2121
file(GLOB OPERATOR_SOURCES ${OPERATOR_SOURCES} csrc/cuda/*.h csrc/cuda/*.cu)

0 commit comments

Comments
 (0)