1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-01 16:38:06 -04:00

DSDcc internal library: added missing PLL class

This commit is contained in:
f4exb
2017-05-09 01:34:20 +02:00
parent 274d7cb2ee
commit 1cbcde460a
+3 -1
View File
@@ -23,6 +23,7 @@ set(dsdcc_SOURCES
${LIBDSDCCSRC}/pn.cpp
${LIBDSDCCSRC}/mbefec.cpp
${LIBDSDCCSRC}/locator.cpp
${LIBDSDCCSRC}/phaselock.cpp
)
set(dsdcc_HEADERS
@@ -50,7 +51,8 @@ set(dsdcc_HEADERS
${LIBDSDCCSRC}/viterbi5.h
${LIBDSDCCSRC}/pn.h
${LIBDSDCCSRC}/mbefec.h
${LIBDSDCCSRC}/locator.h
${LIBDSDCCSRC}/locator.h
${LIBDSDCCSRC}/phaselock.h
)
add_definitions(-DDSD_USE_MBELIB)