mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 05:58:19 +00:00
6 lines
176 B
CMake
6 lines
176 B
CMake
|
find_package(PkgConfig)
|
||
|
pkg_check_modules(OPUSFILE opusfile)
|
||
|
|
||
|
include(FindPackageHandleStandardArgs)
|
||
|
find_package_handle_standard_args(Opusfile DEFAULT_MSG OPUSFILE_LIBRARIES)
|