From a0bdd2d25aee9934c4457eb5f05341927438fb1e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 20 May 2010 14:39:55 -0700 Subject: split the card burner into two python apps, one command line app with implementation, and the other a gui only app, updated docs as well --- host/utils/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'host/utils/CMakeLists.txt') diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index d28576e8c..69a013a28 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -30,5 +30,6 @@ INSTALL(TARGETS uhd_burn_db_eeprom RUNTIME DESTINATION ${PKG_DATA_DIR}/utils) INSTALL(PROGRAMS usrp2_recovery.py usrp2_card_burner.py + usrp2_card_burner_gui.py DESTINATION ${PKG_DATA_DIR}/utils ) -- cgit v1.2.3