mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
5d61aa0b6e
It probably doesn't work on Windows, at least.
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)
|