Added lp-test-ecc tool to install targets in CMakeLists

This commit is contained in:
Sylvain Berfini 2017-06-14 10:41:03 +02:00
parent 3841f9c417
commit 4c291e2c5a

View file

@ -61,7 +61,7 @@ target_link_libraries(lp-test-ecc ${LINPHONE_LIBS_FOR_TOOLS} ${ORTP_LIBRARIES} $
set_target_properties(lp-test-ecc PROPERTIES LINK_FLAGS "${LINPHONE_LDFLAGS}")
if (NOT IOS)
install(TARGETS lp-auto-answer lp-sendmsg lpc2xml_test xml2lpc_test
install(TARGETS lp-auto-answer lp-sendmsg lpc2xml_test xml2lpc_test lp-test-ecc
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}