mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 09:48:45 -05:00
DSDcc internal library: added missing PLL class
This commit is contained in:
parent
274d7cb2ee
commit
1cbcde460a
@ -23,6 +23,7 @@ set(dsdcc_SOURCES
|
|||||||
${LIBDSDCCSRC}/pn.cpp
|
${LIBDSDCCSRC}/pn.cpp
|
||||||
${LIBDSDCCSRC}/mbefec.cpp
|
${LIBDSDCCSRC}/mbefec.cpp
|
||||||
${LIBDSDCCSRC}/locator.cpp
|
${LIBDSDCCSRC}/locator.cpp
|
||||||
|
${LIBDSDCCSRC}/phaselock.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(dsdcc_HEADERS
|
set(dsdcc_HEADERS
|
||||||
@ -50,7 +51,8 @@ set(dsdcc_HEADERS
|
|||||||
${LIBDSDCCSRC}/viterbi5.h
|
${LIBDSDCCSRC}/viterbi5.h
|
||||||
${LIBDSDCCSRC}/pn.h
|
${LIBDSDCCSRC}/pn.h
|
||||||
${LIBDSDCCSRC}/mbefec.h
|
${LIBDSDCCSRC}/mbefec.h
|
||||||
${LIBDSDCCSRC}/locator.h
|
${LIBDSDCCSRC}/locator.h
|
||||||
|
${LIBDSDCCSRC}/phaselock.h
|
||||||
)
|
)
|
||||||
|
|
||||||
add_definitions(-DDSD_USE_MBELIB)
|
add_definitions(-DDSD_USE_MBELIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user