Skip to content

Commit 817c6e0

Browse files
author
Mauricio
committed
fix: missing .c file
1 parent 29442bf commit 817c6e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tape_drivers/freebsd/cam/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(LIBTAPE_CAM_SRCS
44
../../vendor_compat.c
55
../../ibm_tape.c
66
../../hp_tape.c
7-
../../quantum_tape
7+
../../quantum_tape.c
88
)
99
add_library(libtape_cam SHARED ${LIBTAPE_CAM_SRCS})
1010
target_link_libraries(libtape_cam

0 commit comments

Comments
 (0)