mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 04:30:35 +00:00
cmake: search for miles import library
This commit is contained in:
parent
8d0b4ede68
commit
e9adfd8663
5 changed files with 46 additions and 11 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue