mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 16:39:59 +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
|
@ -52,9 +52,6 @@ if (OPUSFILE_INCLUDE_DIRS AND OPUSFILE_LIBRARIES)
|
|||
set(OPUSFILE_FOUND TRUE)
|
||||
endif (OPUSFILE_INCLUDE_DIRS AND OPUSFILE_LIBRARIES)
|
||||
|
||||
|
||||
# handle the QUIETLY and REQUIRED arguments and set Opusfile_FOUND to TRUE if
|
||||
# all listed variables are TRUE
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(opusfile DEFAULT_MSG OPUSFILE_INCLUDE_DIRS OPUSFILE_LIBRARIES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue