From 0a4851eb0408d90b5cd1e6483dc1ca5688c992f1 Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Mon, 24 Jun 2019 18:44:43 +0300 Subject: [PATCH] - export uuid library also --- platform_libs.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform_libs.cmake b/platform_libs.cmake index 9cf5ae8..ae1fb68 100644 --- a/platform_libs.cmake +++ b/platform_libs.cmake @@ -6,4 +6,7 @@ if (CMAKE_SYSTEM MATCHES "Linux*") # opencore-amr libraries set (OPENCORE_AMRNB ${CMAKE_CURRENT_LIST_DIR}/opencore-amr/linux/libopencore-amrnb.a) set (OPENCORE_AMRWB ${CMAKE_CURRENT_LIST_DIR}/opencore-amr/linux/libopencore-amrwb.a) + + # uuid + set (UUID_LIB ${CMAKE_CURRENT_LIST_DIR}/uuid/lib/lin64/libuuid.a) endif()