We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da0cdc commit d544473Copy full SHA for d544473
src/core/CMakeLists.txt
@@ -56,7 +56,7 @@ target_link_libraries(ectool ${libusb_LIBRARIES} ${libftdi1_LIBRARIES})
56
# Add Shared Library : libectool.so
57
# ============================
58
59
-set(LIBECTOOL_SOURCES ${ECTOOL_COMMON_SOURCES} ectool_wrapper.cc)
+set(LIBECTOOL_SOURCES ${ECTOOL_COMMON_SOURCES} libectool.cc)
60
61
add_library(libectool SHARED ${LIBECTOOL_SOURCES})
62
0 commit comments