Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

15 linhas
411B

  1. find_path(MP4V2_INCLUDE_DIR
  2. NAMES mp4v2/mp4v2.h)
  3. find_library(MP4V2_LIBRARY
  4. NAMES mp4v2)
  5. set(MP4V2_LIBRARIES ${MP4V2_LIBRARY})
  6. set(MP4V2_INCLUDE_DIRS ${MP4V2_INCLUDE_DIR})
  7. include(FindPackageHandleStandardArgs)
  8. # handle the QUIETLY and REQUIRED arguments and set MP4V2_FOUND to TRUE
  9. # if all listed variables are TRUE
  10. find_package_handle_standard_args(MP4V2 DEFAULT_MSG MP4V2_LIBRARY MP4V2_INCLUDE_DIR)