From b2c9fd404ee3b162959c44af0dee68fb538a1172 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 9 Mar 2017 17:20:06 +0100 Subject: [PATCH] Fix build on Windows. --- coreapi/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/CMakeLists.txt b/coreapi/CMakeLists.txt index a83766dea..c107c22eb 100644 --- a/coreapi/CMakeLists.txt +++ b/coreapi/CMakeLists.txt @@ -153,6 +153,7 @@ set(LIBS ${BCTOOLBOX_CORE_LIBRARIES} ${BELLESIP_LIBRARIES} ${MEDIASTREAMER2_LIBRARIES} + ${ORTP_LIBRARIES} ${XML2_LIBRARIES} ) if(WIN32 AND NOT CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")