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
1 changed files with 3 additions and 1 deletions

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)