diff options
| author | Josh Blum <josh@joshknows.com> | 2010-07-07 02:19:20 +0000 |
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2010-07-07 02:19:20 +0000 |
| commit | 998fee6ef064f1d53a61dd0eec79276d1e85291e (patch) | |
| tree | 7487985ca1a92bf1b9e89de10f490e11504cd51b /host/utils/CMakeLists.txt | |
| parent | 89a22c7dd531b1754f2401037a4a5c971139bd97 (diff) | |
| download | uhd-998fee6ef064f1d53a61dd0eec79276d1e85291e.tar.gz uhd-998fee6ef064f1d53a61dd0eec79276d1e85291e.tar.bz2 uhd-998fee6ef064f1d53a61dd0eec79276d1e85291e.zip | |
usrp-e: removed top level header for usrp-e and fpga burner app, were not going to do it that way...
Diffstat (limited to 'host/utils/CMakeLists.txt')
| -rw-r--r-- | host/utils/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index cf056e135..8d260c06c 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -19,10 +19,6 @@ ADD_EXECUTABLE(uhd_find_devices uhd_find_devices.cpp) TARGET_LINK_LIBRARIES(uhd_find_devices uhd) INSTALL(TARGETS uhd_find_devices RUNTIME DESTINATION ${RUNTIME_DIR}) -ADD_EXECUTABLE(usrp_e_load_fpga usrp_e_load_fpga.cpp) -TARGET_LINK_LIBRARIES(usrp_e_load_fpga uhd) -INSTALL(TARGETS usrp_e_load_fpga RUNTIME DESTINATION ${PKG_DATA_DIR}/utils) - ADD_EXECUTABLE(uhd_usrp_probe uhd_usrp_probe.cpp) TARGET_LINK_LIBRARIES(uhd_usrp_probe uhd) INSTALL(TARGETS uhd_usrp_probe RUNTIME DESTINATION ${RUNTIME_DIR}) |
