-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'cmake-cleanup' into develop
- Loading branch information
Showing
56 changed files
with
584 additions
and
626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
target_sources( | ||
${GUI_EXECUTABLE_NAME} | ||
PRIVATE pnlBoardControls.cpp pnlBuffers.cpp pnlGPIO.cpp pnlX3.cpp pnlX8.cpp pnlXTRX.cpp pnluLimeSDR.cpp pnlLimeSDR.cpp) | ||
limeGUI PRIVATE pnlBoardControls.cpp pnlBuffers.cpp pnlGPIO.cpp pnlX3.cpp pnlX8.cpp pnlXTRX.cpp pnluLimeSDR.cpp pnlLimeSDR.cpp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
target_sources(${GUI_EXECUTABLE_NAME} PRIVATE ADF4002_wxgui.cpp) | ||
target_sources(limeGUI PRIVATE ADF4002_wxgui.cpp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
target_sources(${GUI_EXECUTABLE_NAME} PRIVATE CDCM6208_wxgui.cpp) | ||
target_sources(limeGUI PRIVATE CDCM6208_wxgui.cpp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,27 @@ | ||
set(LMS7002M_GUI_SOURCES | ||
ILMS7002MTab.cpp | ||
lms7002_pnlXBUF_view.cpp | ||
lms7002_pnlRFE_view.cpp | ||
lms7002_pnlCalibrations_view.cpp | ||
lms7002_pnlTRF_view.cpp | ||
lms7002_pnlCDS_view.cpp | ||
lms7002_pnlLimeLightPAD_view.cpp | ||
lms7002_pnlBIST_view.cpp | ||
dlgViewIRAM.cpp | ||
lms7002_gui_utilities.cpp | ||
lms7002_pnlSX_view.cpp | ||
lms7002_pnlTBB_view.cpp | ||
lms7002_dlgVCOfrequencies.cpp | ||
lms7002_pnlRBB_view.cpp | ||
lms7002_pnlLDO_view.cpp | ||
lms7002_pnlAFE_view.cpp | ||
lms7002_pnlGains_view.cpp | ||
lms7002_pnlRxTSP_view.cpp | ||
lms7002_mainPanel.cpp | ||
lms7002_pnlCLKGEN_view.cpp | ||
lms7002_pnlMCU_BD_view.cpp | ||
lms7002_pnlBIAS_view.cpp | ||
lms7002_dlgGFIR_Coefficients.cpp | ||
lms7002_pnlTxTSP_view.cpp | ||
lms7002_pnlR3.cpp) | ||
|
||
target_sources(${GUI_EXECUTABLE_NAME} PRIVATE ${LMS7002M_GUI_SOURCES}) | ||
target_sources( | ||
limeGUI | ||
PRIVATE ILMS7002MTab.cpp | ||
lms7002_pnlXBUF_view.cpp | ||
lms7002_pnlRFE_view.cpp | ||
lms7002_pnlCalibrations_view.cpp | ||
lms7002_pnlTRF_view.cpp | ||
lms7002_pnlCDS_view.cpp | ||
lms7002_pnlLimeLightPAD_view.cpp | ||
lms7002_pnlBIST_view.cpp | ||
dlgViewIRAM.cpp | ||
lms7002_gui_utilities.cpp | ||
lms7002_pnlSX_view.cpp | ||
lms7002_pnlTBB_view.cpp | ||
lms7002_dlgVCOfrequencies.cpp | ||
lms7002_pnlRBB_view.cpp | ||
lms7002_pnlLDO_view.cpp | ||
lms7002_pnlAFE_view.cpp | ||
lms7002_pnlGains_view.cpp | ||
lms7002_pnlRxTSP_view.cpp | ||
lms7002_mainPanel.cpp | ||
lms7002_pnlCLKGEN_view.cpp | ||
lms7002_pnlMCU_BD_view.cpp | ||
lms7002_pnlBIAS_view.cpp | ||
lms7002_dlgGFIR_Coefficients.cpp | ||
lms7002_pnlTxTSP_view.cpp | ||
lms7002_pnlR3.cpp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
target_sources(${GUI_EXECUTABLE_NAME} PRIVATE Si5351C_wxgui.cpp) | ||
target_sources(limeGUI PRIVATE Si5351C_wxgui.cpp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.