--- CMakeLists.txt 2015-01-21 22:19:06.000000000 +0100 +++ CMakeLists.txt.new 2015-01-21 23:03:49.262223735 +0100 @@ -35,7 +35,7 @@ add_executable(indi_meadedsi_ccd ${indimeadedsi_SRCS}) -target_link_libraries(indi_meadedsi_ccd ${INDI_LIBRARIES} ${INDI_DRIVER_LIBRARIES} ${CFITSIO_LIBRARIES} ${MEADEDSI_LIBRARIES} z) +target_link_libraries(indi_meadedsi_ccd ${INDI_LIBRARIES} ${INDI_DRIVER_LIBRARIES} ${CFITSIO_LIBRARIES} ${MEADEDSI_LIBRARIES} ${LIBUSB_LIBRARIES} z) if (NOVA_FOUND) target_link_libraries(indi_meadedsi_ccd ${NOVA_LIBRARIES})