Skip to content

Commit d544473

Browse files
author
AhmedYasserrr
committed
refactor: update libectool sources to include libectool.cc instead of ectool_wrapper.cc
1 parent 9da0cdc commit d544473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ target_link_libraries(ectool ${libusb_LIBRARIES} ${libftdi1_LIBRARIES})
5656
# Add Shared Library : libectool.so
5757
# ============================
5858

59-
set(LIBECTOOL_SOURCES ${ECTOOL_COMMON_SOURCES} ectool_wrapper.cc)
59+
set(LIBECTOOL_SOURCES ${ECTOOL_COMMON_SOURCES} libectool.cc)
6060

6161
add_library(libectool SHARED ${LIBECTOOL_SOURCES})
6262

0 commit comments

Comments
 (0)