X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdi_eeprom%2FCMakeLists.txt;h=a843b8e6c85225cd44c73b8791e946771aa3e77c;hp=f2552ee0329fbca4cd4d25cfe7c558f181462719;hb=1383a2c4d1c056f3ac17ee15ed21e9aab03db1cc;hpb=42ece7602ea66377ef2727ab45286c5cb7e9ed52 diff --git a/ftdi_eeprom/CMakeLists.txt b/ftdi_eeprom/CMakeLists.txt index f2552ee..a843b8e 100644 --- a/ftdi_eeprom/CMakeLists.txt +++ b/ftdi_eeprom/CMakeLists.txt @@ -30,6 +30,8 @@ if (FTDI_EEPROM) target_link_libraries(ftdi_eeprom ftdi1) target_link_libraries(ftdi_eeprom ${Confuse_LIBRARIES}) + install(TARGETS ftdi_eeprom DESTINATION bin) + else(Confuse_FOUND) message(STATUS "libConfuse not found, won't build ftdi_eeprom") endif(Confuse_FOUND)