blob: d1c6e51c4b0725c734577a07921ed9950fef34a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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})
|