- export uuid library also
This commit is contained in:
parent
5ca7f11602
commit
0a4851eb04
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue