Add install targets for lpcnet_{enc,dec}.

pull/6/head
Richard Shaw 2019-04-23 13:22:55 -05:00
parent 228a9d4ecc
commit ae9868de64
1 changed files with 4 additions and 0 deletions

View File

@ -90,3 +90,7 @@ target_link_libraries(lpcnet_dec lpcnetfreedv m codec2)
add_executable(idct idct.c)
target_link_libraries(idct lpcnetfreedv m codec2)
install(TARGETS lpcnet_enc lpcnet_dec
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)