cmake: search for miles import library

This commit is contained in:
Anonymous Maarten
2021-01-03 16:30:45 +01:00
committed by shfil
parent 8d0b4ede68
commit e9adfd8663
5 changed files with 46 additions and 11 deletions

View File

@ -26,8 +26,6 @@ find_library(mpg123_LIBRARIES NAMES mpg123 mpg123-0
set(mpg123_CFLAGS "${PKG_MPG123_CFLAGS_OTHER}" CACHE STRING "CFLAGS of mpg123")
# handle the QUIETLY and REQUIRED arguments and set mpg123_FOUND to TRUE if
# all listed variables are TRUE
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(mpg123 DEFAULT_MSG mpg123_LIBRARIES mpg123_INCLUDE_DIR)