mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-15 16:41:54 -05:00
Merge pull request #181 from jocover/soapysdr-support
fixed wxWidgets build issue
This commit is contained in:
commit
9db454cdb4
@ -77,7 +77,7 @@ include_directories(${LIQUID_INCLUDES} ${FFTW_INCLUDES})
|
|||||||
SET(OTHER_LIBRARIES ${OTHER_LIBRARIES} ${LIQUID_LIBRARIES} ${FFTW_LIBRARIES})
|
SET(OTHER_LIBRARIES ${OTHER_LIBRARIES} ${LIQUID_LIBRARIES} ${FFTW_LIBRARIES})
|
||||||
#ENDIF()
|
#ENDIF()
|
||||||
|
|
||||||
find_package(wxWidgets COMPONENTS gl core base REQUIRED)
|
find_package(wxWidgets COMPONENTS gl core propgrid base REQUIRED)
|
||||||
set(wxWidgets_CONFIGURATION mswu)
|
set(wxWidgets_CONFIGURATION mswu)
|
||||||
include(${wxWidgets_USE_FILE})
|
include(${wxWidgets_USE_FILE})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user