Added cpack support, updated ChangeLog and AUTHORS
[ftdi_eeprom] / src / CMakeLists.txt
index b49ee71..256cf1f 100644 (file)
@@ -1,2 +1,4 @@
 ADD_EXECUTABLE(ftdi_eeprom main.c)
 TARGET_LINK_LIBRARIES(ftdi_eeprom ${libs})
+
+install (TARGETS ftdi_eeprom DESTINATION bin)