ddnet/cmake/FindOpusfile.cmake
heinrich5991 5d61aa0b6e Add CMakeLists.txt that work on my machine
It probably doesn't work on Windows, at least.
2017-02-23 14:16:32 +01:00

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)