𝙼
Size: a a a
𝙼
CV
r
r
r
𝙼
# - Try to find Opus
# Once done this will define
#
# OPUS_FOUND - system has opus
# OPUS_INCLUDE_DIR - the opus include directory
# OPUS_LIBRARIES - Link these to use opus
include(FindPackageHandleStandardArgs)
find_library(OPUS_LIBRARIES opus)
find_path(OPUS_INCLUDE_DIR opus/opus.h)
find_package_handle_standard_args(Opus DEFAULT_MSG OPUS_INCLUDE_DIR OPUS_LIBRARIES)
𝙼
👤
АС
r
# - Try to find Opus
# Once done this will define
#
# OPUS_FOUND - system has opus
# OPUS_INCLUDE_DIR - the opus include directory
# OPUS_LIBRARIES - Link these to use opus
include(FindPackageHandleStandardArgs)
find_library(OPUS_LIBRARIES opus)
find_path(OPUS_INCLUDE_DIR opus/opus.h)
find_package_handle_standard_args(Opus DEFAULT_MSG OPUS_INCLUDE_DIR OPUS_LIBRARIES)
👤
𝙼
# - Try to find Opus
# Once done this will define
#
# OPUS_FOUND - system has opus
# OPUS_INCLUDE_DIR - the opus include directory
# OPUS_LIBRARIES - Link these to use opus
include(FindPackageHandleStandardArgs)
find_library(OPUS_LIBRARIES opus)
find_path(OPUS_INCLUDE_DIR opus/opus.h)
find_package_handle_standard_args(Opus DEFAULT_MSG OPUS_INCLUDE_DIR OPUS_LIBRARIES)
АС
𝙼
АС
👤
👤
r
r
𝙼